SML

Normative classes and properties (RDFS, OWL, and SHACL)

SML uses the following prefix statements:

prefix sml-term: <https://w3id.org/sml/term#>
prefix sml:      <https://w3id.org/sml/def#>

abbreviation <https://w3id.org/sml/def#abbreviation>

From file sml-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:TopConcept
rdfs:range xsd:string
rdfs:seeAlso sml-term:abbreviation
rdfs:subPropertyOf skos:altLabel
skos:definition "Acronym or initial word as special case of an external name"@en
skos:prefLabel "abbreviation"@en
From file sml-owl.ttl
rdf:type owl:AnnotationProperty

AbstractConcept <https://w3id.org/sml/def#AbstractConcept>

From file sml-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:AbstractConcept
rdfs:subClassOf sml:TopConcept
skos:definition "Concept that forms a manifestation and demarcation in an abstract space. An abstract concept has no life cycle"@en
skos:prefLabel "Abstract concept"@en
From file sml-owl.ttl
rdf:type owl:Class

AggregationStateType <https://w3id.org/sml/def#AggregationStateType>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdf:type sml:EnumerationType
rdfs:seeAlso sml-term:AggregationStateType
skos:definition "One of the four fundamental states of matter being a solid, liquid, gas or plasma"@en
skos:prefLabel "Aggregation state type"@en
From file sml2-owl.ttl
rdf:type owl:Class
owl:oneOf ( sml:Solid sml:Liquid sml:Gas sml:Plasma )
From file sml2-shacl.ttl
rdf:type sh:NodeShape
sh:in ( sml:Solid sml:Liquid sml:Gas sml:Plasma )

aggregationStateType <https://w3id.org/sml/def#aggregationStateType>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:Matter
rdfs:range sml:AggregationStateType
rdfs:seeAlso sml-term:aggregationStateType
skos:definition "The possession of an aggregation state type"@en
skos:prefLabel "aggregation state type"@en
From file sml2-owl.ttl
rdf:type owl:ObjectProperty

AmountOfBulkMatter <https://w3id.org/sml/def#AmountOfBulkMatter>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:AmountOfBulkMatter
rdfs:subClassOf sml:RealObject
skos:definition "A real object that consists of a continuous amount of non-rigid matter, held together primarily by external forces (gravity or confinement)"@en
skos:prefLabel "Amount of bulk matter"@en
From file sml2-owl.ttl
rdf:type owl:Class

begins <https://w3id.org/sml/def#begins>

From file sml-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:Event
rdfs:range sml:State
rdfs:seeAlso sml-term:begins
skos:definition "The state that is started by an event"@en
skos:prefLabel "begins"@en
From file sml-owl.ttl
rdf:type owl:ObjectProperty

ChemicalCompound <https://w3id.org/sml/def#ChemicalCompound>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:ChemicalBonding
rdfs:subClassOf sml:PureSubstance
skos:definition "Pure substance consisting of two or more chemical elements that have a chemical bond with each other. In a chemical compound, the elements occur in a fixed ratio. A compound can be broken down into simpler substances by means of chemical reactions"@en
skos:prefLabel "Chemical compound"@en
From file sml2-owl.ttl
rdf:type owl:Class

ChemicalElement <https://w3id.org/sml/def#ChemicalElement>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:ChemicalElement
rdfs:subClassOf sml:PureSubstance
skos:definition "Pure substance that is made up of atoms with the same atomic number. A chemical element cannot be decomposed through chemical reactions"@en
skos:prefLabel "Chemical element"@en
From file sml2-owl.ttl
rdf:type owl:Class

chemicalFormula <https://w3id.org/sml/def#chemicalFormula>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:Matter
rdfs:range xsd:string
rdfs:seeAlso sml-term:chemicalFormula
skos:definition "The possession of information about the chemical proportions of atoms that constitute a particular chemical compound"@en
skos:prefLabel "chemical formula"@en
From file sml2-owl.ttl
rdf:type owl:DatatypeProperty

ConceptType <https://w3id.org/sml/def#ConceptType>

From file sml-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:ConceptType
rdfs:subClassOf sml:Type
skos:definition "A meta-concept having concepts as instances that can have attributes or relations"@en
skos:prefLabel "Concept type"@en
From file sml-owl.ttl
rdf:type owl:Class

Connection <https://w3id.org/sml/def#Connection>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:Connection
rdfs:subClassOf sml:PhysicalObject
skos:definition "A physical object (real object or spatial area) that connects two other physical objects and over which interaction takes place, namely the transfer of matter, energy, information or forces"@en
skos:prefLabel "Connection"@en
From file sml2-owl.ttl
rdf:type owl:Class
From file sml2-shacl.ttl
rdf:type sh:NodeShape
sh:property [ sh:class sml:PhysicalObject ; sh:path sml:connectsObject ; ]
sh:property [ sh:class sml:Port ; sh:path sml:connectsPort ; ]

connectsObject <https://w3id.org/sml/def#connectsObject>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:range sml:PhysicalObject
rdfs:seeAlso sml-term:connectsObject
skos:definition "The physical objects connected by a connection or interface"@en
skos:prefLabel "connects object"@en
From file sml2-owl.ttl
rdf:type owl:ObjectProperty
rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( sml:Connection sml:Interface ) ; ]

connectsPort <https://w3id.org/sml/def#connectsPort>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:range sml:Port
rdfs:seeAlso sml-term:connectsPort
skos:definition "The ports (as part of physical objects) connected by a connection or interface"@en
skos:prefLabel "connects port"@en
From file sml2-owl.ttl
rdf:type owl:ObjectProperty
rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( sml:Connection sml:Interface ) ; ]

contains <https://w3id.org/sml/def#contains>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:SpatialRegion
rdfs:range sml:RealObject
rdfs:seeAlso sml-term:contains
skos:definition "The real objects located in a spatial region, typically the gaseous amount of bulk matter present in that region"@en
skos:prefLabel "contains"@en
From file sml2-owl.ttl
rdf:type owl:ObjectProperty

DiscreteObject <https://w3id.org/sml/def#DiscreteObject>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:DiscreteObject
rdfs:subClassOf sml:RealObject
skos:definition "A real object consisting of a contiguous amount of form-retaining matter, held together primarily by internal forces (gravity or electromagnetic force)"@en
skos:prefLabel "Discrete object"@en
From file sml2-owl.ttl
rdf:type owl:Class

ends <https://w3id.org/sml/def#ends>

From file sml-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:Event
rdfs:range sml:State
rdfs:seeAlso sml-term:ends
skos:definition "The state that is ended by an event"@en
skos:prefLabel "ends"@en
From file sml-owl.ttl
rdf:type owl:ObjectProperty

EnergyFlow <https://w3id.org/sml/def#EnergyFlow>

From file sml2-rdfs.ttl
rdf:type sml:TransferType
rdfs:seeAlso sml-term:EnergyFlow
skos:definition "The movement of an amount of energy (as capacity to do work)"@en
skos:prefLabel "Energy flow"@en

Entity <https://w3id.org/sml/def#Entity>

From file sml-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:Entity
rdfs:subClassOf sml:ConcreteConcept
skos:definition "Concept that forms a manifestation and a demarcation in a concrete space-time, and which has a certain state at any moment in time. An entity has a unique identity that remains constant throughout its life cycle. The life cycle of an entity is made up of the sequence of states of that entity, which follow each other in time. An entity is an object or an activity. An object exists, an activity takes place"@en
skos:prefLabel "Entity"@en
From file sml-owl.ttl
rdf:type owl:Class
From file sml-shacl.ttl
rdf:type sh:NodeShape
sh:property [ sh:class sml:State ; sh:path sml:hasState ; ]
sh:property [ sh:class sml:Event ; sh:path sml:triggers ; ]

EnumerationType <https://w3id.org/sml/def#EnumerationType>

From file sml-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:EnumerationType
rdfs:subClassOf rdfs:Container
rdfs:subClassOf sml:Type
skos:definition "A meta-concept having concepts as instances having no further attributes or relations (annotations only)"@en
skos:prefLabel "Enumeration type"@en
From file sml-owl.ttl
rdf:type owl:Class

executes <https://w3id.org/sml/def#executes>

From file sml-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:PhysicalObject
rdfs:range sml:Activity
rdfs:seeAlso sml-term:executes
skos:definition "The activity executed by a physical object"@en
skos:prefLabel "executes"@en
From file sml-owl.ttl
rdf:type owl:ObjectProperty

Force <https://w3id.org/sml/def#Force>

From file sml2-rdfs.ttl
rdf:type sml:TransferType
rdfs:seeAlso sml-term:Force
skos:definition "Physical quantity which, when exerted on a body, causes tension or pressure to arise therein, or which causes the body to change motion, accelerate"@en
skos:prefLabel "Force"@en

Function <https://w3id.org/sml/def#Function>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdfs:subClassOf sml:Activity
rdfs:subClassOf sml:FunctionalActivity
skos:definition "An activity performed by an object whose external behavior contributes to goals set by one or more technical entities"@en
skos:prefLabel "Function"@en
From file sml2-owl.ttl
rdf:type owl:Class

FunctionalEntity <https://w3id.org/sml/def#FunctionalEntity>

From file sml-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:FunctionalEntity
rdfs:subClassOf sml:Entity
skos:definition "An entity involving the external behavior where the output contributes to stakeholder objectives implemented/played by one or more technical entities"@en
skos:prefLabel "Functional entity"@en
From file sml-owl.ttl
rdf:type owl:Class
rdfs:subClassOf [ rdf:type owl:Restriction ; owl:allValuesFrom sml:Entity ; owl:onProperty sml:hasPart ; ]
From file sml-shacl.ttl
rdf:type sh:NodeShape
sh:property [ sh:class sml:Entity ; sh:path sml:hasPart ; ]
sh:property [ sh:class sml:FunctionalEntity ; sh:path sml:hasFunctionalPart ; ]
sh:property [ sh:class sml:TechnicalEntity ; sh:path sml:hasSolution ; ]

Gas <https://w3id.org/sml/def#Gas>

From file sml2-rdfs.ttl
rdf:type sml:AggregationStateType
rdfs:seeAlso sml-term:Gas
skos:definition "Matter in an intermediate state between liquid and plasma that can be contained only if it is fully surrounded by a solid (or in a bubble of liquid) (or held together by gravitational pull); it can condense into a liquid, or can (rarely) become a solid directly by deposition"@en
skos:prefLabel "Gas"@en

GeometricEntity <https://w3id.org/sml/def#GeometricEntity>

From file sml-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:GeometricEntity
rdfs:subClassOf sml:Representation
skos:definition "Named concept, which forms an actual or virtual demarcation in a concrete (physical, three-dimensional) space, which we experience in reality"@en
skos:prefLabel "Geometric entity"@en
From file sml-owl.ttl
rdf:type owl:Class

hasBoundary <https://w3id.org/sml/def#hasBoundary>

From file sml-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:ConcreteConcept
rdfs:range sml:GeometricEntity
rdfs:seeAlso sml-term:hasBoundary
skos:definition "The geometric entity representing the boundary of a concrete concept"@en
skos:prefLabel "has boundary"@en
From file sml-owl.ttl
rdf:type owl:ObjectProperty

hasInterior <https://w3id.org/sml/def#hasInterior>

From file sml-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:ConcreteConcept
rdfs:range sml:GeometricEntity
rdfs:seeAlso sml-term:hasInterior
skos:definition "The geometric entity representing the interior of a concrete concept"@en
skos:prefLabel "has interior"@en
From file sml-owl.ttl
rdf:type owl:ObjectProperty

hasPart <https://w3id.org/sml/def#hasPart>

From file sml-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:ConcreteConcept
rdfs:range sml:ConcreteConcept
rdfs:seeAlso sml-term:hasPart
skos:definition "A decomposition (hasPart) relation between concrete concepts"@en
skos:prefLabel "has part"@en
From file sml-owl.ttl
rdf:type owl:ObjectProperty

hasPartsGroup <https://w3id.org/sml/def#hasPartsGroup>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:ConcreteConcept
rdfs:range rdfs:Container
rdfs:seeAlso sml-term:hasPart
skos:definition "The possession of an group of, potentially implicit, parts"@en
skos:prefLabel "has parts group"@en
From file sml2-owl.ttl
rdf:type owl:ObjectProperty

hasQuantityKind <https://w3id.org/sml/def#hasQuantityKind>

From file sml-rdfs.ttl
rdf:type rdf:Property
rdfs:range qudt:QuantityKind
rdfs:seeAlso sml-term:hasQuantityKind
skos:definition "The possession of a quantity kind"@en
skos:prefLabel "has quantity kind"@en
From file sml-owl.ttl
rdf:type owl:ObjectProperty

hasRequirement <https://w3id.org/sml/def#hasRequirement>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:TopConcept
rdfs:range sml:Requirement
rdfs:seeAlso sml-term:hasRequirement
skos:definition "The (unstructured) requirement for something"@en
skos:prefLabel "has requirement"@en
From file sml2-owl.ttl
rdf:type owl:ObjectProperty

hasSolution <https://w3id.org/sml/def#hasSolution>

From file sml-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:FunctionalEntity
rdfs:range sml:TechnicalEntity
rdfs:seeAlso sml-term:hasSolution
skos:definition "A technical entity that is a potential solution for a functional entity"@en
skos:prefLabel "has solution"@en
From file sml-owl.ttl
rdf:type owl:ObjectProperty

hasState <https://w3id.org/sml/def#hasState>

From file sml-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:Entity
rdfs:range sml:State
rdfs:seeAlso sml-term:hasState
skos:definition "The state of an entity in a certain point or period of time"@en
skos:prefLabel "has state"@en
From file sml-owl.ttl
rdf:type owl:ObjectProperty

hasTemporalEntity <https://w3id.org/sml/def#hasTemporalEntity>

From file sml-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:ConcreteConcept
rdfs:range time:TemporalEntity
rdfs:seeAlso sml-term:hasTemporalEntity
skos:definition "The abstract temporal entity representing a concrete concept in time"@en
skos:prefLabel "has temporal entity"@en
From file sml-owl.ttl
rdf:type owl:ObjectProperty

hasUnit <https://w3id.org/sml/def#hasUnit>

From file sml-rdfs.ttl
rdf:type rdf:Property
rdfs:range qudt:Unit
rdfs:seeAlso sml-term:hasUnit
skos:definition "The possession of a unit"@en
skos:prefLabel "has unit"@en
From file sml-owl.ttl
rdf:type owl:ObjectProperty

HeterogeneousMixture <https://w3id.org/sml/def#HeterogeneousMixture>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:HeterogeneousMixture
rdfs:subClassOf sml:Mixture
skos:definition "A mixture that is separated into different regions or phases that have different compositions or properties"@en
skos:prefLabel "Heterogeneous mixture"@en
From file sml2-owl.ttl
rdf:type owl:Class

HomogeneousMixture <https://w3id.org/sml/def#HomogeneousMixture>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:HomogeneousMixture
rdfs:subClassOf sml:Mixture
skos:definition "A mixture that is uniform throughout, and has only one phase"@en
skos:prefLabel "Homogeneous mixture"@en
From file sml2-owl.ttl
rdf:type owl:Class

InformationFlow <https://w3id.org/sml/def#InformationFlow>

From file sml2-rdfs.ttl
rdf:type sml:TransferType
rdfs:seeAlso sml-term:InformationFlow
skos:definition "The movement of information represented in some medium"@en
skos:prefLabel "Information flow"@en

InformationObject <https://w3id.org/sml/def#InformationObject>

From file sml-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:InformationObject
rdfs:subClassOf sml:Object
skos:definition "Object which describes a thing in reality"@en
skos:prefLabel "Information object"@en
From file sml-owl.ttl
rdf:type owl:Class

Interaction <https://w3id.org/sml/def#Interaction>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:Interaction
rdfs:subClassOf sml:Activity
skos:definition "The activity being a combination of sub-activities performed by physical objects between which a transfer of matter, information, energy or force takes place, typically over a connection or interface (directly or through ports)"@en
skos:prefLabel "Interaction"@en
From file sml2-owl.ttl
rdf:type owl:Class
From file sml2-shacl.ttl
rdf:type sh:NodeShape
sh:property [ sh:class sml:TransferType ; sh:path sml:transferType ; ]
sh:property [ sh:class sml:Connection ; sh:path sml:overConnection ; ]
sh:property [ sh:class sml:Interface ; sh:path sml:overInterface ; ]

Interface <https://w3id.org/sml/def#Interface>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:Interface
rdfs:subClassOf sml:SpatialRegion
skos:definition "A spatial object, typically a thin 2D physical space (but also 0D or 1D) that connects two physical objects or ports of physical objects through which a static or dynamic interaction or interaction between those elements can take place"@en
skos:prefLabel "Interface"@en
From file sml2-owl.ttl
rdf:type owl:Class
From file sml2-shacl.ttl
rdf:type sh:NodeShape
sh:property [ sh:class sml:PhysicalObject ; sh:path sml:connectsObject ; ]
sh:property [ sh:class sml:Port ; sh:path sml:connectsPort ; ]

isBoundBy <https://w3id.org/sml/def#isBoundBy>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:SpatialRegion
rdfs:range sml:PhysicalObject
rdfs:seeAlso sml-term:isBoundBy
skos:definition "The physical object that bounds a spatial region"@en
skos:prefLabel "is bound by"@en
From file sml2-owl.ttl
rdf:type owl:ObjectProperty

isConnectedTo <https://w3id.org/sml/def#isConnectedTo>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:PhysicalObject
rdfs:range sml:PhysicalObject
rdfs:seeAlso sml-term:isConnectedTo
skos:definition "The topological relationship between physical objects"@en
skos:prefLabel "is connected to"@en
From file sml2-owl.ttl
rdf:type owl:ObjectProperty

isDescribedBy <https://w3id.org/sml/def#isDescribedBy>

From file sml-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:TopConcept
rdfs:range sml:InformationObject
rdfs:seeAlso sml-term:isDescribedBy
skos:definition "The information object that describes something"@en
skos:prefLabel "is described by"@en
From file sml-owl.ttl
rdf:type owl:ObjectProperty

isPlanFor <https://w3id.org/sml/def#isPlanFor>

From file sml-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:PlannedEntity
rdfs:range sml:RealizedEntity
rdfs:seeAlso sml-term:isPlanFor
skos:definition "A potentially realized entity according to this planned entity"@en
skos:prefLabel "is plan for"@en
From file sml-owl.ttl
rdf:type owl:ObjectProperty

Liquid <https://w3id.org/sml/def#Liquid>

From file sml2-rdfs.ttl
rdf:type sml:AggregationStateType
rdfs:seeAlso sml-term:Liquid
skos:definition "A liquid is a nearly incompressible fluid that conforms to the shape of its container but retains a (nearly) constant volume independent of pressure"@en
skos:prefLabel "Liquid"@en

MaterialFlow <https://w3id.org/sml/def#MaterialFlow>

From file sml2-rdfs.ttl
rdf:type sml:TransferType
rdfs:seeAlso sml-term:MaterialFlow
skos:definition "The movement of an amount of material"@en
skos:prefLabel "Material flow"@en

MatterPortion <https://w3id.org/sml/def#MatterPortion>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:MatterPortion
rdfs:subClassOf sml:RelationReference
skos:definition "An objectified relation reference for the consists of relation"@en
skos:prefLabel "Matter portion"@en
From file sml2-owl.ttl
rdf:type owl:Class
rdfs:subClassOf [ rdf:type owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty sml:portion ; ]
rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onClass sml:Matter ; owl:onProperty rdf:value ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; ]
From file sml2-shacl.ttl
rdf:type sh:NodeShape
sh:property [ sh:class sml:QuantityValue ; sh:maxCount "1"^^xsd:integer ; sh:minCount "1"^^xsd:integer ; sh:path sml:portion ; ]

Mixture <https://w3id.org/sml/def#Mixture>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:Mixture
rdfs:subClassOf sml:Matter
skos:definition "The combination of two or more different pure substances without the molecules losing their identity"@en
skos:prefLabel "Mixture"@en
From file sml2-owl.ttl
rdf:type owl:Class
From file sml2-shacl.ttl
rdf:type sh:NodeShape
sh:property [ sh:or ( [ sh:class sml:Matter ; ] [ sh:class sml:MatterPortion ; ] ) ; sh:path sml:consistsOf ; ]

Object <https://w3id.org/sml/def#Object>

From file sml-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:Object
rdfs:subClassOf sml:Entity
skos:definition "Entity that exists or can exist within a concrete space-time. An object executes an activity, and is transformed by an activity"@en
skos:prefLabel "Object"@en
From file sml-owl.ttl
rdf:type owl:Class
rdfs:subClassOf [ rdf:type owl:Restriction ; owl:allValuesFrom sml:Object ; owl:onProperty sml:hasPart ; ]
From file sml-shacl.ttl
rdf:type sh:NodeShape
sh:property [ sh:class sml:Object ; sh:path sml:hasPart ; ]

Objectification <https://w3id.org/sml/def#Objectification>

From file sml-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:Objectification
rdfs:subClassOf sml:AbstractConcept
skos:definition "An attribute (quality or quantity) or relation represented as an individual defined by a concept"@en
skos:prefLabel "Objectification"@en
From file sml-owl.ttl
rdf:type owl:Class
rdfs:subClassOf [ rdf:type owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty rdf:value ; ]
From file sml-shacl.ttl
rdf:type sh:NodeShape
sh:property [ sh:maxCount "1"^^xsd:integer ; sh:path rdf:value ; ]

overConnection <https://w3id.org/sml/def#overConnection>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:Interaction
rdfs:range sml:Connection
rdfs:seeAlso sml-term:overConnection
skos:definition "The connection over which an interaction between physical objects takes place"@en
skos:prefLabel "over connection"@en
From file sml2-owl.ttl
rdf:type owl:ObjectProperty

overInterface <https://w3id.org/sml/def#overInterface>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:Interaction
rdfs:range sml:Interface
rdfs:seeAlso sml-term:overInterface
skos:definition "The interface over which an interaction between physical objects takes place"@en
skos:prefLabel "over interface"@en
From file sml2-owl.ttl
rdf:type owl:ObjectProperty

participatesIn <https://w3id.org/sml/def#participatesIn>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:PhysicalObject
rdfs:range sml:Interaction
rdfs:seeAlso sml-term:participatesIn
skos:definition "The interaction a physical object participates in"@en
skos:prefLabel "participates in"@en
From file sml2-owl.ttl
rdf:type owl:ObjectProperty

PhysicalObject <https://w3id.org/sml/def#PhysicalObject>

From file sml-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:PhysicalObject
rdfs:subClassOf sml:Object
skos:definition "Object that exists or may exist within physical 4D space-time. A physical object forms a manifestation and a demarcation of matter and/or energy, and is (in)directly perceptible by the senses"@en
skos:prefLabel "Physical object"@en
From file sml-owl.ttl
rdf:type owl:Class
From file sml-shacl.ttl
rdf:type sh:NodeShape
rdf:type sh:NodeShape
sh:property [ sh:class sml:InformationObject ; sh:path sml:isDescribedBy ; ]
sh:property [ sh:class sml:Activity ; sh:path sml:executes ; ]
From file sml2-shacl.ttl
rdf:type sh:NodeShape
rdf:type sh:NodeShape
sh:property [ sh:class sml:PhysicalObject ; sh:path sml:isConnectedTo ; ]
sh:property [ sh:class sml:Interaction ; sh:path sml:participatesIn ; ]

Plasma <https://w3id.org/sml/def#Plasma>

From file sml2-rdfs.ttl
rdf:type sml:AggregationStateType
rdfs:seeAlso sml-term:Plasma
skos:definition "A phase in which the particles of a gaseous substance are ionised"@en
skos:prefLabel "Plasma"@en

Port <https://w3id.org/sml/def#Port>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:Port
rdfs:subClassOf sml:PhysicalObject
skos:definition "A physical or logical point of interaction as part of a physical object where, through a connection or interface, an interaction can take place"@en
skos:prefLabel "Port"@en
From file sml2-owl.ttl
rdf:type owl:Class

PureSubstance <https://w3id.org/sml/def#PureSubstance>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:PureSubstance
rdfs:subClassOf sml:Matter
skos:definition "Chemical matter that has an equal chemical composition and recognizable uniform and isotropic properties"@en
skos:prefLabel "Pure substance"@en
From file sml2-owl.ttl
rdf:type owl:Class

QualityValue <https://w3id.org/sml/def#QualityValue>

From file sml-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:QualityValue
rdfs:subClassOf sml:Objectification
skos:definition "The objectification of a value of a quality having a complex value like a simple value sec combined with other metadata or just a combination of simple values"@en
skos:prefLabel "Quality value"@en
From file sml-owl.ttl
rdf:type owl:Class
rdfs:subClassOf [ rdf:type owl:Restriction ; owl:allValuesFrom [ rdf:type owl:Class ; owl:unionOf ( xsd:string xsd:boolean xsd:anyURI ) ; ] ; owl:onProperty rdf:value ; ]
From file sml-shacl.ttl
rdf:type sh:NodeShape
sh:property [ sh:datatype xsd:string ; sh:path rdf:value ; ]

QuantityValue <https://w3id.org/sml/def#QuantityValue>

From file sml-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:QuantityValue
rdfs:subClassOf sml:Objectification
skos:definition "The objectification of a value of a quantity (typically involving a quantity kind and a unit) having a complex value like a simple value sec combined with other metadata or just a combination of simple values"@en
skos:prefLabel "Quantity value"@en
From file sml-owl.ttl
rdf:type owl:Class
rdfs:subClassOf [ rdf:type owl:Restriction ; owl:allValuesFrom [ rdf:type owl:Class ; owl:unionOf ( xsd:decimal xsd:float xsd:double xsd:integer ) ; ] ; owl:onProperty rdf:value ; ]
From file sml-shacl.ttl
rdf:type sh:NodeShape
sh:property [ sh:or ( [ sh:datatype xsd:decimal ; ] [ sh:datatype xsd:float ; ] [ sh:datatype xsd:double ; ] ) ; sh:path rdf:value ; ]

RelationReference <https://w3id.org/sml/def#RelationReference>

From file sml-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:RelationReference
rdfs:subClassOf sml:Objectification
skos:definition "The objectification of a reference for a relation having a complex value like a simple reference sec combined with other metadata or just a combination of simple references (n-ary relation)"@en
skos:prefLabel "Relation reference"@en
From file sml-owl.ttl
rdf:type owl:Class
rdfs:subClassOf [ rdf:type owl:Restriction ; owl:allValuesFrom xsd:anyURI ; owl:onProperty rdf:value ; ]
From file sml-shacl.ttl
rdf:type sh:NodeShape
sh:property [ sh:datatype xsd:anyURI ; sh:path rdf:value ; ]

Representation <https://w3id.org/sml/def#Representation>

From file sml-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:Representation
rdfs:subClassOf sml:InformationObject
skos:definition "That which represents something else"@en
skos:prefLabel "Representation"@en
From file sml-owl.ttl
rdf:type owl:Class

RequirementSeverityType <https://w3id.org/sml/def#RequirementSeverityType>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdf:type sml:EnumerationType
rdfs:seeAlso sml-term:RequirementSeverityType
skos:definition "The seriousness of a requirement like demanded or wished"@en
skos:prefLabel "Requirement severity type"@en
From file sml2-owl.ttl
rdf:type owl:Class

requirementSeverityType <https://w3id.org/sml/def#requirementSeverityType>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:Requirement
rdfs:range sml:RequirementSeverityType
rdfs:seeAlso sml-term:requirementSeverityType
skos:definition "The possession of a severity type by a requirement"@en
skos:prefLabel "requirement severity type"@en
From file sml2-owl.ttl
rdf:type owl:ObjectProperty

RequirementSourceType <https://w3id.org/sml/def#RequirementSourceType>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdf:type sml:EnumerationType
rdfs:seeAlso sml-term:RequirementSourceType
skos:definition "The type of source from which a requirement comes like a client, by definition, recommended by the sector or demanded by law/regulation"@en
skos:prefLabel "Requirement source type"@en
From file sml2-owl.ttl
rdf:type owl:Class

requirementSourceType <https://w3id.org/sml/def#requirementSourceType>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:Requirement
rdfs:range sml:RequirementSourceType
rdfs:seeAlso sml-term:requirementSourceType
skos:definition "The possession of a source type by a requirement"@en
skos:prefLabel "requirement source type"@en
From file sml2-owl.ttl
rdf:type owl:ObjectProperty

RequirementTopicType <https://w3id.org/sml/def#RequirementTopicType>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdf:type sml:EnumerationType
rdfs:seeAlso sml-term:RequirementTopicType
skos:definition "The entity aspect a requirement applies to"@en
skos:prefLabel "Requirement topic type"@en
From file sml2-owl.ttl
rdf:type owl:Class

requirementTopicType <https://w3id.org/sml/def#requirementTopicType>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:Requirement
rdfs:range sml:RequirementTopicType
rdfs:seeAlso sml-term:requirementTopicType
skos:definition "The possession of a topic type by a requirement"@en
skos:prefLabel "requirement topic type"@en
From file sml2-owl.ttl
rdf:type owl:ObjectProperty

Solid <https://w3id.org/sml/def#Solid>

From file sml2-rdfs.ttl
rdf:type sml:AggregationStateType
rdfs:seeAlso sml-term:Solid
skos:definition "Matter that can be picked up or held, having a texture, and usually firm. Unlike a liquid, gas or plasma"@en
skos:prefLabel "Solid"@en

SpatialRegion <https://w3id.org/sml/def#SpatialRegion>

From file sml2-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:SpatialRegion
rdfs:subClassOf sml:PhysicalObject
skos:definition "A physical object that encloses a particular area such as a room, roadway and river, that is bounded by real objects or other spatial areas (e.g., by usage or convention) and that contains primarily liquid or gaseous amount of matter"@en
skos:prefLabel "Spatial region"@en
From file sml2-owl.ttl
rdf:type owl:Class
rdfs:subClassOf [ rdf:type owl:Restriction ; owl:allValuesFrom [ rdf:type owl:Class ; owl:unionOf ( sml:SpatialRegion sml:Port ) ; ] ; owl:onProperty sml:hasPart ; ]
From file sml2-shacl.ttl
rdf:type sh:NodeShape
sh:property [ sh:class sml:RealObject ; sh:path sml:contains ; ]
sh:property [ sh:or ( [ sh:class sml:SpatialRegion ; ] [ sh:class sml:Port ; ] ) ; sh:path sml:hasPart ; ]
sh:property [ sh:class sml:PhysicalObject ; sh:path sml:isBoundBy ; ]

transferType <https://w3id.org/sml/def#transferType>

From file sml2-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:Interaction
rdfs:range sml:TransferType
rdfs:seeAlso sml-term:transferType
skos:definition "The possession of a transfer type by an interaction"@en
skos:prefLabel "transfer type"@en
From file sml2-owl.ttl
rdf:type owl:ObjectProperty

transforms <https://w3id.org/sml/def#transforms>

From file sml-rdfs.ttl
rdf:type rdf:Property
rdfs:domain sml:Activity
rdfs:range sml:Object
rdfs:seeAlso sml-term:transforms
skos:definition "The object transformed by an activity"@en
skos:prefLabel "transforms"@en
From file sml-owl.ttl
rdf:type owl:ObjectProperty

Type <https://w3id.org/sml/def#Type>

From file sml-rdfs.ttl
rdf:type rdfs:Class
rdfs:seeAlso sml-term:Type
rdfs:subClassOf sml:AbstractConcept
skos:definition "A meta-concept which instances are concepts (not individuals)"@en
skos:prefLabel "Type"@en
From file sml-owl.ttl
rdf:type owl:Class