diff --git a/specs/sysml/KerML Shapes-shapes.ttl b/specs/sysml/KerML Shapes-shapes.ttl deleted file mode 100644 index 3b029ff..0000000 --- a/specs/sysml/KerML Shapes-shapes.ttl +++ /dev/null @@ -1,4242 +0,0 @@ - -# Copyright 2024 OASIS Open -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -@prefix : . -@prefix dcterms: . -@prefix jazz_am: . -@prefix oslc: . -@prefix oslc_kerml: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . - -: a oslc:ResourceShapeConstraints ; - rdfs:label "OSLC Kernel Modeling Language (KerML) Constraints" ; - dcterms:dateCopyrighted "2012-2024" ; - dcterms:description "

Constraints on vocabulary terms defined in the OSLC Kernel Modeling Language (KerML) namespace.

"^^rdf:XMLLiteral ; - dcterms:hasVersion "PSD01" ; - dcterms:isPartOf ; - dcterms:issued "2024-04-25"^^xsd:date ; - dcterms:license ; - dcterms:publisher ; - dcterms:source ; - dcterms:title "OSLC System Modeling Language (SysML) Version 2.0 Constraints" . - -:AnnotatingElementShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:AnnotatingElement ; - oslc:property :annotatingElement_AnnotatedElement, - :annotatingElement_Annotation, - :annotatingElement_OwnedAnnotatingRelationship, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An AnnotatingElement is an Element that provides additional description of or metadata on some other Element. An AnnotatingElement is either attached to its annotatedElements by Annotation Relationships, or it implicitly annotates its owningNamespace."^^rdf:XMLLiteral ; - dcterms:title "AnnotatingElementShape"^^rdf:XMLLiteral . - -:AnnotationShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Annotation ; - oslc:property :annotation_AnnotatedElement, - :annotation_AnnotatingElement, - :annotation_OwningAnnotatedElement, - :annotation_OwningAnnotatingElement, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An Annotation is a Relationship between an AnnotatingElement and the Element that is annotated by that AnnotatingElement."^^rdf:XMLLiteral ; - dcterms:title "AnnotationShape"^^rdf:XMLLiteral . - -:AssociationShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Association ; - oslc:property :association_AssociationEnd, - :association_RelatedType, - :association_SourceType, - :association_TargetType, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An Association is a Relationship and a Classifier to enable classification of links between things (in the universe). The co-domains (types) of the associationEnd Features are the relatedTypes, as co-domain and participants (linked things) of an Association identify each other."^^rdf:XMLLiteral ; - dcterms:title "AssociationShape"^^rdf:XMLLiteral . - -:AssociationStructureShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:AssociationStructure ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An AssociationStructure is an Association that is also a Structure, classifying link objects that are both links and objects. As objects, link objects can be created and destroyed, and their non-end Features can change over time. However, the values of the end Features of a link object are fixed and cannot change over its lifetime."^^rdf:XMLLiteral ; - dcterms:title "AssociationStructureShape"^^rdf:XMLLiteral . - -:BehaviorShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Behavior ; - oslc:property :behavior_Parameter, - :behavior_Step, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Behavior coordinates occurrences of other Behaviors, as well as changes in objects. Behaviors can be decomposed into Steps and be characterized by parameters."^^rdf:XMLLiteral ; - dcterms:title "BehaviorShape"^^rdf:XMLLiteral . - -:BindingConnectorShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:BindingConnector ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A BindingConnector is a binary Connector that requires its relatedFeatures to identify the same things (have the same values)."^^rdf:XMLLiteral ; - dcterms:title "BindingConnectorShape"^^rdf:XMLLiteral . - -:BooleanExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:BooleanExpression ; - oslc:property :booleanExpression_Predicate, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A BooleanExpression is a Boolean-valued Expression whose type is a Predicate. It represents a logical condition resulting from the evaluation of the Predicate."^^rdf:XMLLiteral ; - dcterms:title "BooleanExpressionShape"^^rdf:XMLLiteral . - -:ClassShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Class ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Class is a Classifier of things (in the universe) that can be distinguished without regard to how they are related to other things (via Features). This means multiple things classified by the same Class can be distinguished, even when they are related other things in exactly the same way."^^rdf:XMLLiteral ; - dcterms:title "ClassShape"^^rdf:XMLLiteral . - -:ClassifierShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Classifier ; - oslc:property :classifier_OwnedSubclassification, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Classifier is a Type that classifies:."^^rdf:XMLLiteral ; - dcterms:title "ClassifierShape"^^rdf:XMLLiteral . - -:CollectExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:CollectExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A CollectExpression is an OperatorExpression whose operator is "collect", which resolves to the Function ControlFunctions::collect from the Kernel Functions Library."^^rdf:XMLLiteral ; - dcterms:title "CollectExpressionShape"^^rdf:XMLLiteral . - -:CommentShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Comment ; - oslc:property :comment_Body, - :comment_Locale, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Comment is an AnnotatingElement whose body in some way describes its annotatedElements."^^rdf:XMLLiteral ; - dcterms:title "CommentShape"^^rdf:XMLLiteral . - -:ConjugationShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Conjugation ; - oslc:property :conjugation_ConjugatedType, - :conjugation_OriginalType, - :conjugation_OwningType, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "Conjugation is a Relationship between two types in which the conjugatedType inherits all the Features of the originalType, but with all input and output Features reversed. That is, any Features with a direction in relative to the originalType are considered to have an effective direction of out relative to the conjugatedType and, similarly, Features with direction out in the originalType are considered to have an effective direction of in in the conjugatedType. Features with direction inout, or with no direction, in the originalType, are inherited without change."^^rdf:XMLLiteral ; - dcterms:title "ConjugationShape"^^rdf:XMLLiteral . - -:ConnectorShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Connector ; - oslc:property :connector_Association, - :connector_ConnectorEnd, - :connector_RelatedFeature, - :connector_SourceFeature, - :connector_TargetFeature, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Connector is a usage of Associations, with links restricted according to instances of the Type in which they are used (domain of the Connector). The associations of the Connector restrict what kinds of things might be linked. The Connector further restricts these links to be between values of Features on instances of its domain."^^rdf:XMLLiteral ; - dcterms:title "ConnectorShape"^^rdf:XMLLiteral . - -:DataTypeShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:DataType ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A DataType is a Classifier of things (in the universe) that can only be distinguished by how they are related to other things (via Features). This means multiple things classified by the same DataType."^^rdf:XMLLiteral ; - dcterms:title "DataTypeShape"^^rdf:XMLLiteral . - -:DependencyShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Dependency ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :dependency_Client, - :dependency_Supplier, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Dependency is a Relationship that indicates that one or more client Elements require one more supplier Elements for their complete specification. In general, this means that a change to one of the supplier Elements may necessitate a change to, or re-specification of, the client Elements."^^rdf:XMLLiteral ; - dcterms:title "DependencyShape"^^rdf:XMLLiteral . - -:DifferencingShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Differencing ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :differencing_DifferencingType, - :differencing_TypeDifferenced, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "Differencing is a Relationship that makes its differencingType one of the differencingTypes of its typeDifferenced."^^rdf:XMLLiteral ; - dcterms:title "DifferencingShape"^^rdf:XMLLiteral . - -:DisjoiningShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Disjoining ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :disjoining_DisjoiningType, - :disjoining_OwningType, - :disjoining_TypeDisjoined, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Disjoining is a Relationship between Types asserted to have interpretations that are not shared (disjoint) between them, identified as typeDisjoined and disjoiningType. For example, a Classifier for mammals is disjoint from a Classifier for minerals, and a Feature for people's parents is disjoint from a Feature for their children."^^rdf:XMLLiteral ; - dcterms:title "DisjoiningShape"^^rdf:XMLLiteral . - -:DocumentationShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Documentation ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :documentation_DocumentedElement, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "Documentation is a Comment that specifically documents a documentedElement, which must be its owner."^^rdf:XMLLiteral ; - dcterms:title "DocumentationShape"^^rdf:XMLLiteral . - -:ElementFilterMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:ElementFilterMembership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :elementFilterMembership_Condition, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "ElementFilterMembership is a Membership between a Namespace and a model-level evaluable Boolean-valued Expression, asserting that imported members of the Namespace should be filtered using the condition Expression. A general Namespace does not define any specific filtering behavior, but such behavior may be defined for various specialized kinds of Namespaces."^^rdf:XMLLiteral ; - dcterms:title "ElementFilterMembershipShape"^^rdf:XMLLiteral . - -:ElementShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Element ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :element_AliasIds, - :element_DeclaredName, - :element_DeclaredShortName, - :element_Documentation, - :element_ElementId, - :element_IsImpliedIncluded, - :element_IsLibraryElement, - :element_Name, - :element_OwnedAnnotation, - :element_OwnedElement, - :element_OwnedRelationship, - :element_Owner, - :element_OwningMembership, - :element_OwningNamespace, - :element_OwningRelationship, - :element_QualifiedName, - :element_ShortName, - :element_TextualRepresentation, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An Element is a constituent of a model that is uniquely identified relative to all other Elements. It can have Relationships with other Elements. Some of these Relationships might imply ownership of other Elements, which means that if an Element is deleted from a model, then so are all the Elements that it owns."^^rdf:XMLLiteral ; - dcterms:title "ElementShape"^^rdf:XMLLiteral . - -:EndFeatureMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:EndFeatureMembership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "EndFeatureMembership is a FeatureMembership that requires its memberFeature be owned and have isEnd = true."^^rdf:XMLLiteral ; - dcterms:title "EndFeatureMembershipShape"^^rdf:XMLLiteral . - -:ExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Expression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :expression_Function, - :expression_IsModelLevelEvaluable, - :expression_Result, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An Expression is a Step that is typed by a Function. An Expression that also has a Function as its featuringType is a computational step within that Function. An Expression always has a single result parameter, which redefines the result parameter of its defining function. This allows Expressions to be interconnected in tree structures, in which inputs to each Expression in the tree are determined as the results of other Expression in the tree."^^rdf:XMLLiteral ; - dcterms:title "ExpressionShape"^^rdf:XMLLiteral . - -:FeatureChainExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:FeatureChainExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featureChainExpression_TargetFeature, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A FeatureChainExpression is an OperatorExpression whose operator is ".", which resolves to the Function ControlFunctions::'.' from the Kernel Functions Library. It evaluates to the result of chaining the result Feature of its single argument Expression with its targetFeature."^^rdf:XMLLiteral ; - dcterms:title "FeatureChainExpressionShape"^^rdf:XMLLiteral . - -:FeatureChainingShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:FeatureChaining ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featureChaining_ChainingFeature, - :featureChaining_FeatureChained, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "FeatureChaining is a Relationship that makes its target Feature one of the chainingFeatures of its owning Feature."^^rdf:XMLLiteral ; - dcterms:title "FeatureChainingShape"^^rdf:XMLLiteral . - -:FeatureInvertingShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:FeatureInverting ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featureInverting_FeatureInverted, - :featureInverting_InvertingFeature, - :featureInverting_OwningFeature, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A FeatureInverting is a Relationship between Features asserting that their interpretations (sequences) are the reverse of each other, identified as featureInverted and invertingFeature. For example, a Feature identifying each person's parents is the inverse of a Feature identifying each person's children. A person identified as a parent of another will identify that other as one of their children."^^rdf:XMLLiteral ; - dcterms:title "FeatureInvertingShape"^^rdf:XMLLiteral . - -:FeatureMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:FeatureMembership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featureMembership_OwnedMemberFeature, - :featureMembership_OwningType, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A FeatureMembership is an OwningMembership between a Feature in an owningType that is also a Featuring Relationship between the Feature and the Type, in which the featuringType is the source and the featureOfType is the target. A FeatureMembership is always owned by its owningType, which is the featuringType for the FeatureMembership considered as a Featuring."^^rdf:XMLLiteral ; - dcterms:title "FeatureMembershipShape"^^rdf:XMLLiteral . - -:FeatureReferenceExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:FeatureReferenceExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featureReferenceExpression_Referent, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A FeatureReferenceExpression is an Expression whose result is bound to a referent Feature."^^rdf:XMLLiteral ; - dcterms:title "FeatureReferenceExpressionShape"^^rdf:XMLLiteral . - -:FeatureShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Feature ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :feature_ChainingFeature, - :feature_Direction, - :feature_EndOwningType, - :feature_FeaturingType, - :feature_IsComposite, - :feature_IsDerived, - :feature_IsEnd, - :feature_IsOrdered, - :feature_IsPortion, - :feature_IsReadOnly, - :feature_IsUnique, - :feature_OwnedFeatureChaining, - :feature_OwnedFeatureInverting, - :feature_OwnedRedefinition, - :feature_OwnedReferenceSubsetting, - :feature_OwnedSubsetting, - :feature_OwnedTypeFeaturing, - :feature_OwnedTyping, - :feature_OwningFeatureMembership, - :feature_OwningType, - :feature_Type, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description """A Feature is a Type that classifies relations between multiple things (in the universe). The domain of the relation is the intersection of the featuringTypes of the Feature. (The domain of a Feature with no featuringTyps is implicitly the most general Type Base::Anything from the Kernel Semantic Library.) The co-domain of the relation is the intersection of the types of the Feature. - -."""^^rdf:XMLLiteral ; - dcterms:title "FeatureShape"^^rdf:XMLLiteral . - -:FeatureTypingShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:FeatureTyping ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featureTyping_OwningFeature, - :featureTyping_Type, - :featureTyping_TypedFeature, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "FeatureTyping is Specialization in which the specific Type is a Feature. This means the set of instances of the (specific) typedFeature is a subset of the set of instances of the (general) type. In the simplest case, the type is a Classifier, whereupon the typedFeature has values that are instances of the Classifier."^^rdf:XMLLiteral ; - dcterms:title "FeatureTypingShape"^^rdf:XMLLiteral . - -:FeatureValueShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:FeatureValue ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featureValue_FeatureWithValue, - :featureValue_IsDefault, - :featureValue_IsInitial, - :featureValue_Value, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A FeatureValue is a Membership that identifies a particular member Expression that provides the value of the Feature that owns the FeatureValue. The value is specified as either a bound value or an initial value, and as either a concrete or default value. A Feature can have at most one FeatureValue."^^rdf:XMLLiteral ; - dcterms:title "FeatureValueShape"^^rdf:XMLLiteral . - -:FeaturingShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Featuring ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featuring_Feature, - :featuring_Type, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "Featuring is a Relationship between a Type and a Feature that is featured by that Type. It asserts that every instance in the domain of the feature must be classified by the type."^^rdf:XMLLiteral ; - dcterms:title "FeaturingShape"^^rdf:XMLLiteral . - -:FunctionShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Function ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :function_Expression, - :function_IsModelLevelEvaluable, - :function_Result, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Function is a Behavior that has an out parameter that is identified as its result. A Function represents the performance of a calculation that produces the values of its result parameter. This calculation may be decomposed into Expressions that are steps of the Function."^^rdf:XMLLiteral ; - dcterms:title "FunctionShape"^^rdf:XMLLiteral . - -:ImportShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Import ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :import_ImportOwningNamespace, - :import_ImportedElement, - :import_IsImportAll, - :import_IsRecursive, - :import_Visibility, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An Import is an Relationship between its importOwningNamespace and either a Membership (for a MembershipImport) or another Namespace (for a NamespaceImport), which determines a set of Memberships that become importedMemberships of the importOwningNamespace. If isImportAll = false (the default), then only public Memberships are considered "visible". If isImportAll = true, then all Memberships are considered "visible", regardless of their declared visibility. If isRecursive = true, then visible Memberships are also recursively imported from owned sub-Namespaces."^^rdf:XMLLiteral ; - dcterms:title "ImportShape"^^rdf:XMLLiteral . - -:InteractionShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Interaction ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An Interaction is a Behavior that is also an Association, providing a context for multiple objects that have behaviors that impact one another."^^rdf:XMLLiteral ; - dcterms:title "InteractionShape"^^rdf:XMLLiteral . - -:IntersectingShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Intersecting ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :intersecting_IntersectingType, - :intersecting_TypeIntersected, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "Intersecting is a Relationship that makes its intersectingType one of the intersectingTypes of its typeIntersected."^^rdf:XMLLiteral ; - dcterms:title "IntersectingShape"^^rdf:XMLLiteral . - -:InvariantShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Invariant ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :invariant_IsNegated, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An Invariant is a BooleanExpression that is asserted to have a specific Boolean result value. If isNegated = false, then the result is asserted to be true. If isNegated = true, then the result is asserted to be false."^^rdf:XMLLiteral ; - dcterms:title "InvariantShape"^^rdf:XMLLiteral . - -:InvocationExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:InvocationExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :invocationExpression_Argument, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An InvocationExpression is an Expression each of whose input parameters are bound to the result of an argument Expression."^^rdf:XMLLiteral ; - dcterms:title "InvocationExpressionShape"^^rdf:XMLLiteral . - -:ItemFeatureShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:ItemFeature ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An ItemFeature is the ownedFeature of an ItemFlow that identifies the things carried by the kinds of transfers that are instances of the ItemFlow."^^rdf:XMLLiteral ; - dcterms:title "ItemFeatureShape"^^rdf:XMLLiteral . - -:ItemFlowEndShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:ItemFlowEnd ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An ItemFlowEnd is a Feature that is one of the connectorEnds giving the source or target of an ItemFlow. For ItemFlows typed by FlowTransfer or its specializations, ItemFlowEnds must have exactly one ownedFeature, which redefines Transfer::source::sourceOutput or Transfer::target::targetInput and redefines the corresponding feature of the relatedElement for its end."^^rdf:XMLLiteral ; - dcterms:title "ItemFlowEndShape"^^rdf:XMLLiteral . - -:ItemFlowShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:ItemFlow ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :itemFlow_Interaction, - :itemFlow_ItemFeature, - :itemFlow_ItemFlowEnd, - :itemFlow_ItemType, - :itemFlow_SourceOutputFeature, - :itemFlow_TargetInputFeature, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An ItemFlow is a Step that represents the transfer of objects or data values from one Feature to another. ItemFlows can take non-zero time to complete."^^rdf:XMLLiteral ; - dcterms:title "ItemFlowShape"^^rdf:XMLLiteral . - -:LibraryPackageShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:LibraryPackage ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :libraryPackage_IsStandard, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A LibraryPackage is a Package that is the container for a model library. A LibraryPackage is itself a library Element as are all Elements that are directly or indirectly contained in it."^^rdf:XMLLiteral ; - dcterms:title "LibraryPackageShape"^^rdf:XMLLiteral . - -:LiteralBooleanShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:LiteralBoolean ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :literalBoolean_Value, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "LiteralBoolean is a LiteralExpression that provides a Boolean value as a result. Its result parameter must have type Boolean."^^rdf:XMLLiteral ; - dcterms:title "LiteralBooleanShape"^^rdf:XMLLiteral . - -:LiteralExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:LiteralExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A LiteralExpression is an Expression that provides a basic DataValue as a result."^^rdf:XMLLiteral ; - dcterms:title "LiteralExpressionShape"^^rdf:XMLLiteral . - -:LiteralInfinityShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:LiteralInfinity ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A LiteralInfinity is a LiteralExpression that provides the positive infinity value (*). It's result must have the type Positive."^^rdf:XMLLiteral ; - dcterms:title "LiteralInfinityShape"^^rdf:XMLLiteral . - -:LiteralIntegerShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:LiteralInteger ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :literalInteger_Value, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A LiteralInteger is a LiteralExpression that provides an Integer value as a result. Its result parameter must have the type Integer."^^rdf:XMLLiteral ; - dcterms:title "LiteralIntegerShape"^^rdf:XMLLiteral . - -:LiteralRationalShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:LiteralRational ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :literalRational_Value, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A LiteralRational is a LiteralExpression that provides a Rational value as a result. Its result parameter must have the type Rational."^^rdf:XMLLiteral ; - dcterms:title "LiteralRationalShape"^^rdf:XMLLiteral . - -:LiteralStringShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:LiteralString ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :literalString_Value, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A LiteralString is a LiteralExpression that provides a String value as a result. Its result parameter must have the type String."^^rdf:XMLLiteral ; - dcterms:title "LiteralStringShape"^^rdf:XMLLiteral . - -:MembershipImportShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:MembershipImport ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :membershipImport_ImportedMembership, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A MembershipImport is an Import that imports its importedMembership into the importOwningNamespace. If isRecursive = true and the memberElement of the importedMembership is a Namespace, then the equivalent of a recursive NamespaceImport is also performed on that Namespace."^^rdf:XMLLiteral ; - dcterms:title "MembershipImportShape"^^rdf:XMLLiteral . - -:MembershipShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Membership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :membership_MemberElement, - :membership_MemberElementId, - :membership_MemberName, - :membership_MemberShortName, - :membership_MembershipOwningNamespace, - :membership_Visibility, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Membership is a Relationship between a Namespace and an Element that indicates the Element is a member of (i.e., is contained in) the Namespace. Any memberNames specify how the memberElement is identified in the Namespace and the visibility specifies whether or not the memberElement is publicly visible from outside the Namespace."^^rdf:XMLLiteral ; - dcterms:title "MembershipShape"^^rdf:XMLLiteral . - -:MetaclassShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Metaclass ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Metaclass is a Structure used to type MetadataFeatures."^^rdf:XMLLiteral ; - dcterms:title "MetaclassShape"^^rdf:XMLLiteral . - -:MetadataAccessExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:MetadataAccessExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :metadataAccessExpression_ReferencedElement, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A MetadataAccessExpression is an Expression whose result is a sequence of instances of Metaclasses representing all the MetadataFeature annotations of the referencedElement. In addition, the sequence includes an instance of the reflective Metaclass corresponding to the MOF class of the referencedElement, with values for all the abstract syntax properties of the referencedElement."^^rdf:XMLLiteral ; - dcterms:title "MetadataAccessExpressionShape"^^rdf:XMLLiteral . - -:MetadataFeatureShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:MetadataFeature ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :metadataFeature_Metaclass, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A MetadataFeature is a Feature that is an AnnotatingElement used to annotate another Element with metadata. It is typed by a Metaclass. All its ownedFeatures must redefine features of its metaclass and any feature bindings must be model-level evaluable."^^rdf:XMLLiteral ; - dcterms:title "MetadataFeatureShape"^^rdf:XMLLiteral . - -:MultiplicityRangeShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:MultiplicityRange ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :multiplicityRange_Bound, - :multiplicityRange_LowerBound, - :multiplicityRange_UpperBound, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A MultiplicityRange is a Multiplicity whose value is defined to be the (inclusive) range of natural numbers given by the result of a lowerBound Expression and the result of an upperBound Expression. The result of these Expressions shall be of type Natural. If the result of the upperBound Expression is the unbounded value *, then the specified range includes all natural numbers greater than or equal to the lowerBound value. If no lowerBound Expression, then the default is that the lower bound has the same value as the upper bound, except if the upperBound evaluates to *, in which case the default for the lower bound is 0."^^rdf:XMLLiteral ; - dcterms:title "MultiplicityRangeShape"^^rdf:XMLLiteral . - -:MultiplicityShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Multiplicity ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description """A Multiplicity is a Feature whose co-domain is a set of natural numbers giving the allowed cardinalities of each typeWithMultiplicity. The cardinality of a Type is defined as follows, depending on whether the Type is a Classifier or Feature. -."""^^rdf:XMLLiteral ; - dcterms:title "MultiplicityShape"^^rdf:XMLLiteral . - -:NamespaceImportShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:NamespaceImport ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :namespaceImport_ImportedNamespace, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A NamespaceImport is an Import that imports Memberships from its importedNamespace into the importOwningNamespace. If isRecursive = false, then only the visible Memberships of the importedNamespace are imported. If isRecursive = true, then, in addition, Memberships are recursively imported from any ownedMembers of the importedNamespace that are Namespaces."^^rdf:XMLLiteral ; - dcterms:title "NamespaceImportShape"^^rdf:XMLLiteral . - -:NamespaceShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Namespace ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :namespace_ImportedMembership, - :namespace_Member, - :namespace_Membership, - :namespace_OwnedImport, - :namespace_OwnedMember, - :namespace_OwnedMembership, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Namespace is an Element that contains other Elements, known as its members, via Membership Relationships with those Elements. The members of a Namespace may be owned by the Namespace, aliased in the Namespace, or imported into the Namespace via Import Relationships."^^rdf:XMLLiteral ; - dcterms:title "NamespaceShape"^^rdf:XMLLiteral . - -:NullExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:NullExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A NullExpression is an Expression that results in a null value."^^rdf:XMLLiteral ; - dcterms:title "NullExpressionShape"^^rdf:XMLLiteral . - -:OperatorExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:OperatorExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :operatorExpression_Operator, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An OperatorExpression is an InvocationExpression whose function is determined by resolving its operator in the context of one of the standard packages from the Kernel Function Library."^^rdf:XMLLiteral ; - dcterms:title "OperatorExpressionShape"^^rdf:XMLLiteral . - -:OwningMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:OwningMembership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :owningMembership_OwnedMemberElement, - :owningMembership_OwnedMemberElementId, - :owningMembership_OwnedMemberName, - :owningMembership_OwnedMemberShortName, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An OwningMembership is a Membership that owns its memberElement as a ownedRelatedElement. The ownedMemberElement becomes an ownedMember of the membershipOwningNamespace."^^rdf:XMLLiteral ; - dcterms:title "OwningMembershipShape"^^rdf:XMLLiteral . - -:PackageShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Package ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :package_FilterCondition, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Package is a Namespace used to group Elements, without any instance-level semantics. It may have one or more model-level evaluable filterCondition Expressions used to filter its importedMemberships. Any imported member must meet all of the filterConditions."^^rdf:XMLLiteral ; - dcterms:title "PackageShape"^^rdf:XMLLiteral . - -:ParameterMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:ParameterMembership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :parameterMembership_OwnedMemberParameter, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A ParameterMembership is a FeatureMembership that identifies its memberFeature as a parameter, which is always owned, and must have a direction. A ParameterMembership must be owned by a Behavior or a Step."^^rdf:XMLLiteral ; - dcterms:title "ParameterMembershipShape"^^rdf:XMLLiteral . - -:PredicateShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Predicate ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Predicate is a Function whose result parameter has type Boolean and multiplicity 1..1."^^rdf:XMLLiteral ; - dcterms:title "PredicateShape"^^rdf:XMLLiteral . - -:RedefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Redefinition ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :redefinition_RedefinedFeature, - :redefinition_RedefiningFeature, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "Redefinition is a kind of Subsetting that requires the redefinedFeature and the redefiningFeature to have the same values (on each instance of the domain of the redefiningFeature). This means any restrictions on the redefiningFeature, such as type or multiplicity, also apply to the redefinedFeature (on each instance of the domain of the redefiningFeature), and vice versa. The redefinedFeature might have values for instances of the domain of the redefiningFeature, but only as instances of the domain of the redefinedFeature that happen to also be instances of the domain of the redefiningFeature. This is supported by the constraints inherited from Subsetting on the domains of the redefiningFeature and redefinedFeature. However, these constraints are narrowed for Redefinition to require the owningTypes of the redefiningFeature and redefinedFeature to be different and the redefinedFeature to not be inherited into the owningNamespace of the redefiningFeature.This enables the redefiningFeature to have the same name as the redefinedFeature, if desired."^^rdf:XMLLiteral ; - dcterms:title "RedefinitionShape"^^rdf:XMLLiteral . - -:ReferenceSubsettingShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:ReferenceSubsetting ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :referenceSubsetting_ReferencedFeature, - :referenceSubsetting_ReferencingFeature, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "ReferenceSubsetting is a kind of Subsetting in which the referencedFeature is syntactically distinguished from other Features subsetted by the referencingFeature. ReferenceSubsetting has the same semantics as Subsetting, but the referenceFeature may have a special purpose relative to the referencingFeature. For instance, ReferenceSubsetting is used to identify the relatedFeatures of a Connector."^^rdf:XMLLiteral ; - dcterms:title "ReferenceSubsettingShape"^^rdf:XMLLiteral . - -:RelationshipShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Relationship ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :relationship_IsImplied, - :relationship_OwnedRelatedElement, - :relationship_OwningRelatedElement, - :relationship_RelatedElement, - :relationship_Source, - :relationship_Target, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Relationship is an Element that relates other Element. Some of its relatedElements may be owned, in which case those ownedRelatedElements will be deleted from a model if their owningRelationship is. A Relationship may also be owned by another Element, in which case the ownedRelatedElements of the Relationship are also considered to be transitively owned by the owningRelatedElement of the Relationship."^^rdf:XMLLiteral ; - dcterms:title "RelationshipShape"^^rdf:XMLLiteral . - -:ResultExpressionMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:ResultExpressionMembership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :resultExpressionMembership_OwnedResultExpression, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A ResultExpressionMembership is a FeatureMembership that indicates that the ownedResultExpression provides the result values for the Function or Expression that owns it. The owning Function or Expression must contain a BindingConnector between the result parameter of the ownedResultExpression and the result parameter of the owning Function or Expression."^^rdf:XMLLiteral ; - dcterms:title "ResultExpressionMembershipShape"^^rdf:XMLLiteral . - -:ReturnParameterMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:ReturnParameterMembership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A ReturnParameterMembership is a ParameterMembership that indicates that the ownedMemberParameter is the result parameter of a Function or Expression. The direction of the ownedMemberParameter must be out."^^rdf:XMLLiteral ; - dcterms:title "ReturnParameterMembershipShape"^^rdf:XMLLiteral . - -:SelectExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:SelectExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A SelectExpression is an OperatorExpression whose operator is "select", which resolves to the Function ControlFunctions::select from the Kernel Functions Library."^^rdf:XMLLiteral ; - dcterms:title "SelectExpressionShape"^^rdf:XMLLiteral . - -:SpecializationShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Specialization ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :specialization_General, - :specialization_OwningType, - :specialization_Specific, - :title, - :trace, - :type ; - dcterms:description "Specialization is a Relationship between two Types that requires all instances of the specific type to also be instances of the general Type (i.e., the set of instances of the specific Type is a subset of those of the general Type, which might be the same set)."^^rdf:XMLLiteral ; - dcterms:title "SpecializationShape"^^rdf:XMLLiteral . - -:StepShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Step ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :step_Behavior, - :step_Parameter, - :title, - :trace, - :type ; - dcterms:description "A Step is a Feature that is typed by one or more Behaviors. Steps may be used by one Behavior to coordinate the performance of other Behaviors, supporting a steady refinement of behavioral descriptions. Steps can be ordered in time and can be connected using ItemFlows to specify things flowing between their parameters."^^rdf:XMLLiteral ; - dcterms:title "StepShape"^^rdf:XMLLiteral . - -:StructureShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Structure ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Structure is a Class of objects in the modeled universe that are primarily structural in nature. While such an object is not itself behavioral, it may be involved in and acted on by Behaviors, and it may be the performer of some of them."^^rdf:XMLLiteral ; - dcterms:title "StructureShape"^^rdf:XMLLiteral . - -:SubclassificationShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Subclassification ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :subclassification_OwningClassifier, - :subclassification_Subclassifier, - :subclassification_Superclassifier, - :title, - :trace, - :type ; - dcterms:description "Subclassification is Specialization in which both the specific and general Types are Classifier. This means all instances of the specific Classifier are also instances of the general Classifier."^^rdf:XMLLiteral ; - dcterms:title "SubclassificationShape"^^rdf:XMLLiteral . - -:SubsettingShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Subsetting ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :subsetting_OwningFeature, - :subsetting_SubsettedFeature, - :subsetting_SubsettingFeature, - :title, - :trace, - :type ; - dcterms:description "Subsetting is Specialization in which the specific and general Types are Features. This means all values of the subsettingFeature (on instances of its domain, i.e., the intersection of its featuringTypes) are values of the subsettedFeature on instances of its domain. To support this the domain of the subsettingFeature must be the same or specialize (at least indirectly) the domain of the subsettedFeature (via Specialization), and the co-domain (intersection of the types) of the subsettingFeature must specialize the co-domain of the subsettedFeature."^^rdf:XMLLiteral ; - dcterms:title "SubsettingShape"^^rdf:XMLLiteral . - -:SuccessionItemFlowShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:SuccessionItemFlow ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A SuccessionItemFlow is an ItemFlow that also provides temporal ordering. It classifies Transfers that cannot start until the source Occurrence has completed and that must complete before the target Occurrence can start."^^rdf:XMLLiteral ; - dcterms:title "SuccessionItemFlowShape"^^rdf:XMLLiteral . - -:SuccessionShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Succession ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :succession_EffectStep, - :succession_GuardExpression, - :succession_TransitionStep, - :succession_TriggerStep, - :title, - :trace, - :type ; - dcterms:description "A Succession is a binary Connector that requires its relatedFeatures to happen separately in time."^^rdf:XMLLiteral ; - dcterms:title "SuccessionShape"^^rdf:XMLLiteral . - -:TextualRepresentationShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:TextualRepresentation ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :textualRepresentation_Body, - :textualRepresentation_Language, - :textualRepresentation_RepresentedElement, - :title, - :trace, - :type ; - dcterms:description "A TextualRepresentation is an AnnotatingElement whose body represents the representedElement in a given language. The representedElement must be the owner of the TextualRepresentation. The named language can be a natural language, in which case the body is an informal representation, or an artificial language, in which case the body is expected to be a formal, machine-parsable representation."^^rdf:XMLLiteral ; - dcterms:title "TextualRepresentationShape"^^rdf:XMLLiteral . - -:TypeFeaturingShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:TypeFeaturing ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type, - :typeFeaturing_FeatureOfType, - :typeFeaturing_FeaturingType, - :typeFeaturing_OwningFeatureOfType ; - dcterms:description "A TypeFeaturing is a Featuring Relationship in which the featureOfType is the source and the featuringType is the target."^^rdf:XMLLiteral ; - dcterms:title "TypeFeaturingShape"^^rdf:XMLLiteral . - -:TypeShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Type ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type, - :type_DifferencingType, - :type_DirectedFeature, - :type_EndFeature, - :type_Feature, - :type_FeatureMembership, - :type_InheritedFeature, - :type_InheritedMembership, - :type_Input, - :type_IntersectingType, - :type_IsAbstract, - :type_IsConjugated, - :type_IsSufficient, - :type_Multiplicity, - :type_Output, - :type_OwnedConjugator, - :type_OwnedDifferencing, - :type_OwnedDisjoining, - :type_OwnedEndFeature, - :type_OwnedFeature, - :type_OwnedFeatureMembership, - :type_OwnedIntersecting, - :type_OwnedSpecialization, - :type_OwnedUnioning, - :type_UnioningType ; - dcterms:description "A Type is a Namespace that is the most general kind of Element supporting the semantics of classification. A Type may be a Classifier or a Feature, defining conditions on what is classified by the Type (see also the description of isSufficient)."^^rdf:XMLLiteral ; - dcterms:title "TypeShape"^^rdf:XMLLiteral . - -:UnioningShape a oslc:ResourceShape ; - oslc:describes oslc_kerml:Unioning ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type, - :unioning_TypeUnioned, - :unioning_UnioningType ; - dcterms:description "Unioning is a Relationship that makes its unioningType one of the unioningTypes of its typeUnioned."^^rdf:XMLLiteral ; - dcterms:title "UnioningShape"^^rdf:XMLLiteral . - -:annotatingElement_AnnotatedElement a oslc:Property ; - oslc:name "annotatingElement_AnnotatedElement" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_kerml:annotatingElement_AnnotatedElement ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral . - -:annotatingElement_Annotation a oslc:Property ; - oslc:name "annotatingElement_Annotation" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:annotatingElement_Annotation ; - oslc:range oslc_kerml:Annotation ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Annotations that relate this AnnotatingElement to its annotatedElements."^^rdf:XMLLiteral . - -:annotatingElement_OwnedAnnotatingRelationship a oslc:Property ; - oslc:name "annotatingElement_OwnedAnnotatingRelationship" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:annotatingElement_OwnedAnnotatingRelationship ; - oslc:range oslc_kerml:Annotation ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this AnnotatingElement that are Annotations, for which this AnnotatingElement is the annotatingElement."^^rdf:XMLLiteral . - -:annotation_AnnotatedElement a oslc:Property ; - oslc:name "annotation_AnnotatedElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:annotation_AnnotatedElement ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Element that is annotated by the annotatingElement of this Annotation."^^rdf:XMLLiteral . - -:annotation_AnnotatingElement a oslc:Property ; - oslc:name "annotation_AnnotatingElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:annotation_AnnotatingElement ; - oslc:range oslc_kerml:AnnotatingElement ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The AnnotatingElement that annotates the annotatedElement of this Annotation."^^rdf:XMLLiteral . - -:annotation_OwningAnnotatedElement a oslc:Property ; - oslc:name "annotation_OwningAnnotatedElement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:annotation_OwningAnnotatedElement ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The annotatedElement of this Annotation, when it is also its owningRelatedElement."^^rdf:XMLLiteral . - -:annotation_OwningAnnotatingElement a oslc:Property ; - oslc:name "annotation_OwningAnnotatingElement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:annotation_OwningAnnotatingElement ; - oslc:range oslc_kerml:AnnotatingElement ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The annotatingElement of this Annotation, when it is also its owningRelatedElement."^^rdf:XMLLiteral . - -:association_AssociationEnd a oslc:Property ; - oslc:name "association_AssociationEnd" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:association_AssociationEnd ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The features of the Association that identify the things that can be related by it. A concrete Association must have at least two associationEnds. When it has exactly two, the Association is called a binary Association."^^rdf:XMLLiteral . - -:association_RelatedType a oslc:Property ; - oslc:name "association_RelatedType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:association_RelatedType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The types of the associationEnds of the Association, which are the relatedElements of the Association considered as a Relationship."^^rdf:XMLLiteral . - -:association_SourceType a oslc:Property ; - oslc:name "association_SourceType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:association_SourceType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The source relatedType for this Association. It is the first relatedType of the Association."^^rdf:XMLLiteral . - -:association_TargetType a oslc:Property ; - oslc:name "association_TargetType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:association_TargetType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedTypes for this Association. This includes all the relatedTypes other than the sourceType."^^rdf:XMLLiteral . - -:behavior_Parameter a oslc:Property ; - oslc:name "behavior_Parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:behavior_Parameter ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral . - -:behavior_Step a oslc:Property ; - oslc:name "behavior_Step" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:behavior_Step ; - oslc:range oslc_kerml:Step ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Steps that make up this Behavior."^^rdf:XMLLiteral . - -:booleanExpression_Predicate a oslc:Property ; - oslc:name "booleanExpression_Predicate" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:booleanExpression_Predicate ; - oslc:range oslc_kerml:Predicate ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Predicate that types this BooleanExpression."^^rdf:XMLLiteral . - -:classifier_OwnedSubclassification a oslc:Property ; - oslc:name "classifier_OwnedSubclassification" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:classifier_OwnedSubclassification ; - oslc:range oslc_kerml:Subclassification ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier."^^rdf:XMLLiteral . - -:comment_Body a oslc:Property ; - oslc:name "comment_Body" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:comment_Body ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The annotation text for the Comment."^^rdf:XMLLiteral . - -:comment_Locale a oslc:Property ; - oslc:name "comment_Locale" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:comment_Locale ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "Identification of the language of the body text and, optionally, the region and/or encoding. The format shall be a POSIX locale conformant to ISO/IEC 15897, with the format [language[_territory][.codeset][@modifier]]."^^rdf:XMLLiteral . - -:conjugation_ConjugatedType a oslc:Property ; - oslc:name "conjugation_ConjugatedType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:conjugation_ConjugatedType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the result of applying Conjugation to the originalType."^^rdf:XMLLiteral . - -:conjugation_OriginalType a oslc:Property ; - oslc:name "conjugation_OriginalType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:conjugation_OriginalType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type to be conjugated."^^rdf:XMLLiteral . - -:conjugation_OwningType a oslc:Property ; - oslc:name "conjugation_OwningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:conjugation_OwningType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The conjugatedType of this Conjugation that is also its owningRelatedElement."^^rdf:XMLLiteral . - -:connector_Association a oslc:Property ; - oslc:name "connector_Association" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:connector_Association ; - oslc:range oslc_kerml:Association ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Associations that type the Connector."^^rdf:XMLLiteral . - -:connector_ConnectorEnd a oslc:Property ; - oslc:name "connector_ConnectorEnd" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:connector_ConnectorEnd ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The endFeatures of a Connector, which redefine the endFeatures of the associations of the Connector. The connectorEnds determine via ReferenceSubsetting Relationships which Features are related by the Connector."^^rdf:XMLLiteral . - -:connector_RelatedFeature a oslc:Property ; - oslc:name "connector_RelatedFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:connector_RelatedFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Features that are related by this Connector considered as a Relationship and that restrict the links it identifies, given by the referenced Features of the connectorEnds of the Connector."^^rdf:XMLLiteral . - -:connector_SourceFeature a oslc:Property ; - oslc:name "connector_SourceFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:connector_SourceFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The source relatedFeature for this Connector. It is the first relatedFeature."^^rdf:XMLLiteral . - -:connector_TargetFeature a oslc:Property ; - oslc:name "connector_TargetFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:connector_TargetFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral . - -:dependency_Client a oslc:Property ; - oslc:name "dependency_Client" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_kerml:dependency_Client ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Element or Elements dependent on the supplier Elements."^^rdf:XMLLiteral . - -:dependency_Supplier a oslc:Property ; - oslc:name "dependency_Supplier" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_kerml:dependency_Supplier ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Element or Elements on which the client Elements depend in some respect."^^rdf:XMLLiteral . - -:differencing_DifferencingType a oslc:Property ; - oslc:name "differencing_DifferencingType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:differencing_DifferencingType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type that partly determines interpretations of typeDifferenced, as described in Type::differencingType."^^rdf:XMLLiteral . - -:differencing_TypeDifferenced a oslc:Property ; - oslc:name "differencing_TypeDifferenced" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:differencing_TypeDifferenced ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type with interpretations partly determined by differencingType, as described in Type::differencingType."^^rdf:XMLLiteral . - -:disjoining_DisjoiningType a oslc:Property ; - oslc:name "disjoining_DisjoiningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:disjoining_DisjoiningType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type asserted to be disjoint with the typeDisjoined."^^rdf:XMLLiteral . - -:disjoining_OwningType a oslc:Property ; - oslc:name "disjoining_OwningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:disjoining_OwningType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A typeDisjoined that is also an owningRelatedElement."^^rdf:XMLLiteral . - -:disjoining_TypeDisjoined a oslc:Property ; - oslc:name "disjoining_TypeDisjoined" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:disjoining_TypeDisjoined ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type asserted to be disjoint with the disjoiningType."^^rdf:XMLLiteral . - -:documentation_DocumentedElement a oslc:Property ; - oslc:name "documentation_DocumentedElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:documentation_DocumentedElement ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Element that is documented by this Documentation."^^rdf:XMLLiteral . - -:elementFilterMembership_Condition a oslc:Property ; - oslc:name "elementFilterMembership_Condition" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:elementFilterMembership_Condition ; - oslc:range oslc_kerml:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The model-level evaluable Boolean-valued Expression used to filter the imported members of the membershipOwningNamespace of this ElementFilterMembership."^^rdf:XMLLiteral . - -:element_AliasIds a oslc:Property ; - oslc:name "element_AliasIds" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:element_AliasIds ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "Various alternative identifiers for this Element. Generally, these will be set by tools."^^rdf:XMLLiteral . - -:element_DeclaredName a oslc:Property ; - oslc:name "element_DeclaredName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:element_DeclaredName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The declared name of this Element."^^rdf:XMLLiteral . - -:element_DeclaredShortName a oslc:Property ; - oslc:name "element_DeclaredShortName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:element_DeclaredShortName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context."^^rdf:XMLLiteral . - -:element_Documentation a oslc:Property ; - oslc:name "element_Documentation" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:element_Documentation ; - oslc:range oslc_kerml:Documentation ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Documentation owned by this Element."^^rdf:XMLLiteral . - -:element_ElementId a oslc:Property ; - oslc:name "element_ElementId" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:element_ElementId ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element."^^rdf:XMLLiteral . - -:element_IsImpliedIncluded a oslc:Property ; - oslc:name "element_IsImpliedIncluded" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:element_IsImpliedIncluded ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them."^^rdf:XMLLiteral . - -:element_IsLibraryElement a oslc:Property ; - oslc:name "element_IsLibraryElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:element_IsLibraryElement ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this Element is contained in the ownership tree of a library model."^^rdf:XMLLiteral . - -:element_Name a oslc:Property ; - oslc:name "element_Name" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:element_Name ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null."^^rdf:XMLLiteral . - -:element_OwnedAnnotation a oslc:Property ; - oslc:name "element_OwnedAnnotation" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:element_OwnedAnnotation ; - oslc:range oslc_kerml:Annotation ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement."^^rdf:XMLLiteral . - -:element_OwnedElement a oslc:Property ; - oslc:name "element_OwnedElement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:element_OwnedElement ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element."^^rdf:XMLLiteral . - -:element_OwnedRelationship a oslc:Property ; - oslc:name "element_OwnedRelationship" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:element_OwnedRelationship ; - oslc:range oslc_kerml:Relationship ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Relationships for which this Element is the owningRelatedElement."^^rdf:XMLLiteral . - -:element_Owner a oslc:Property ; - oslc:name "element_Owner" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:element_Owner ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any."^^rdf:XMLLiteral . - -:element_OwningMembership a oslc:Property ; - oslc:name "element_OwningMembership" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:element_OwningMembership ; - oslc:range oslc_kerml:OwningMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owningRelationship of this Element, if that Relationship is a Membership."^^rdf:XMLLiteral . - -:element_OwningNamespace a oslc:Property ; - oslc:name "element_OwningNamespace" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:element_OwningNamespace ; - oslc:range oslc_kerml:Namespace ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any."^^rdf:XMLLiteral . - -:element_OwningRelationship a oslc:Property ; - oslc:name "element_OwningRelationship" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:element_OwningRelationship ; - oslc:range oslc_kerml:Relationship ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Relationship for which this Element is an ownedRelatedElement, if any."^^rdf:XMLLiteral . - -:element_QualifiedName a oslc:Property ; - oslc:name "element_QualifiedName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:element_QualifiedName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element."^^rdf:XMLLiteral . - -:element_ShortName a oslc:Property ; - oslc:name "element_ShortName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:element_ShortName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null."^^rdf:XMLLiteral . - -:element_TextualRepresentation a oslc:Property ; - oslc:name "element_TextualRepresentation" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:element_TextualRepresentation ; - oslc:range oslc_kerml:TextualRepresentation ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The TextualRepresentations that annotate this Element."^^rdf:XMLLiteral . - -:expression_Function a oslc:Property ; - oslc:name "expression_Function" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:expression_Function ; - oslc:range oslc_kerml:Function ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Function that types this Expression."^^rdf:XMLLiteral . - -:expression_IsModelLevelEvaluable a oslc:Property ; - oslc:name "expression_IsModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:expression_IsModelLevelEvaluable ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral . - -:expression_Result a oslc:Property ; - oslc:name "expression_Result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:expression_Result ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral . - -:featureChainExpression_TargetFeature a oslc:Property ; - oslc:name "featureChainExpression_TargetFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featureChainExpression_TargetFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is accessed by this FeatureChainExpression, which is its first non-parameter member.

."^^rdf:XMLLiteral . - -:featureChaining_ChainingFeature a oslc:Property ; - oslc:name "featureChaining_ChainingFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featureChaining_ChainingFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature whose values partly determine values of featureChained, as described in Feature::chainingFeature."^^rdf:XMLLiteral . - -:featureChaining_FeatureChained a oslc:Property ; - oslc:name "featureChaining_FeatureChained" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featureChaining_FeatureChained ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature whose values are partly determined by values of the chainingFeature, as described in Feature::chainingFeature."^^rdf:XMLLiteral . - -:featureInverting_FeatureInverted a oslc:Property ; - oslc:name "featureInverting_FeatureInverted" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featureInverting_FeatureInverted ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is an inverse of the invertingFeature."^^rdf:XMLLiteral . - -:featureInverting_InvertingFeature a oslc:Property ; - oslc:name "featureInverting_InvertingFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featureInverting_InvertingFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is an inverse of the invertedFeature."^^rdf:XMLLiteral . - -:featureInverting_OwningFeature a oslc:Property ; - oslc:name "featureInverting_OwningFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:featureInverting_OwningFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A featureInverted that is also the owningRelatedElement of this FeatureInverting."^^rdf:XMLLiteral . - -:featureMembership_OwnedMemberFeature a oslc:Property ; - oslc:name "featureMembership_OwnedMemberFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featureMembership_OwnedMemberFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that this FeatureMembership relates to its owningType, making it an ownedFeature of the owningType."^^rdf:XMLLiteral . - -:featureMembership_OwningType a oslc:Property ; - oslc:name "featureMembership_OwningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featureMembership_OwningType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral . - -:featureReferenceExpression_Referent a oslc:Property ; - oslc:name "featureReferenceExpression_Referent" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featureReferenceExpression_Referent ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is referenced by this FeatureReferenceExpression, which is its first non-parameter member."^^rdf:XMLLiteral . - -:featureTyping_OwningFeature a oslc:Property ; - oslc:name "featureTyping_OwningFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:featureTyping_OwningFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A typedFeature that is also the owningRelatedElement of this FeatureTyping."^^rdf:XMLLiteral . - -:featureTyping_Type a oslc:Property ; - oslc:name "featureTyping_Type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featureTyping_Type ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is being applied by this FeatureTyping."^^rdf:XMLLiteral . - -:featureTyping_TypedFeature a oslc:Property ; - oslc:name "featureTyping_TypedFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featureTyping_TypedFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that has a type determined by this FeatureTyping."^^rdf:XMLLiteral . - -:featureValue_FeatureWithValue a oslc:Property ; - oslc:name "featureValue_FeatureWithValue" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featureValue_FeatureWithValue ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature to be provided a value."^^rdf:XMLLiteral . - -:featureValue_IsDefault a oslc:Property ; - oslc:name "featureValue_IsDefault" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featureValue_IsDefault ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this FeatureValue is a concrete specification of the bound or initial value of the featureWithValue, or just a default value that may be overridden."^^rdf:XMLLiteral . - -:featureValue_IsInitial a oslc:Property ; - oslc:name "featureValue_IsInitial" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featureValue_IsInitial ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this FeatureValue specifies a bound value or an initial value for the featureWithValue."^^rdf:XMLLiteral . - -:featureValue_Value a oslc:Property ; - oslc:name "featureValue_Value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featureValue_Value ; - oslc:range oslc_kerml:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Expression that provides the value of the featureWithValue as its result."^^rdf:XMLLiteral . - -:feature_ChainingFeature a oslc:Property ; - oslc:name "feature_ChainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:feature_ChainingFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral . - -:feature_Direction a oslc:Property ; - oslc:name "feature_Direction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:feature_Direction ; - oslc:range ; - oslc:readOnly false ; - dcterms:description "Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind)."^^rdf:XMLLiteral . - -:feature_EndOwningType a oslc:Property ; - oslc:name "feature_EndOwningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:feature_EndOwningType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature."^^rdf:XMLLiteral . - -:feature_FeaturingType a oslc:Property ; - oslc:name "feature_FeaturingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:feature_FeaturingType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral . - -:feature_IsComposite a oslc:Property ; - oslc:name "feature_IsComposite" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:feature_IsComposite ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does."^^rdf:XMLLiteral . - -:feature_IsDerived a oslc:Property ; - oslc:name "feature_IsDerived" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:feature_IsDerived ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether the values of this Feature can always be computed from the values of other Features."^^rdf:XMLLiteral . - -:feature_IsEnd a oslc:Property ; - oslc:name "feature_IsEnd" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:feature_IsEnd ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether or not the this Feature is an end Feature, requiring a different interpretation of the multiplicity of the Feature."^^rdf:XMLLiteral . - -:feature_IsOrdered a oslc:Property ; - oslc:name "feature_IsOrdered" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:feature_IsOrdered ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether an order exists for the values of this Feature or not."^^rdf:XMLLiteral . - -:feature_IsPortion a oslc:Property ; - oslc:name "feature_IsPortion" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:feature_IsPortion ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances."^^rdf:XMLLiteral . - -:feature_IsReadOnly a oslc:Property ; - oslc:name "feature_IsReadOnly" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:feature_IsReadOnly ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether the values of this Feature can change over the lifetime of an instance of the domain."^^rdf:XMLLiteral . - -:feature_IsUnique a oslc:Property ; - oslc:name "feature_IsUnique" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:feature_IsUnique ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether or not values for this Feature must have no duplicates or not."^^rdf:XMLLiteral . - -:feature_OwnedFeatureChaining a oslc:Property ; - oslc:name "feature_OwnedFeatureChaining" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:feature_OwnedFeatureChaining ; - oslc:range oslc_kerml:FeatureChaining ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained."^^rdf:XMLLiteral . - -:feature_OwnedFeatureInverting a oslc:Property ; - oslc:name "feature_OwnedFeatureInverting" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:feature_OwnedFeatureInverting ; - oslc:range oslc_kerml:FeatureInverting ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted."^^rdf:XMLLiteral . - -:feature_OwnedRedefinition a oslc:Property ; - oslc:name "feature_OwnedRedefinition" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:feature_OwnedRedefinition ; - oslc:range oslc_kerml:Redefinition ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature."^^rdf:XMLLiteral . - -:feature_OwnedReferenceSubsetting a oslc:Property ; - oslc:name "feature_OwnedReferenceSubsetting" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:feature_OwnedReferenceSubsetting ; - oslc:range oslc_kerml:ReferenceSubsetting ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature."^^rdf:XMLLiteral . - -:feature_OwnedSubsetting a oslc:Property ; - oslc:name "feature_OwnedSubsetting" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:feature_OwnedSubsetting ; - oslc:range oslc_kerml:Subsetting ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature."^^rdf:XMLLiteral . - -:feature_OwnedTypeFeaturing a oslc:Property ; - oslc:name "feature_OwnedTypeFeaturing" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:feature_OwnedTypeFeaturing ; - oslc:range oslc_kerml:TypeFeaturing ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType."^^rdf:XMLLiteral . - -:feature_OwnedTyping a oslc:Property ; - oslc:name "feature_OwnedTyping" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:feature_OwnedTyping ; - oslc:range oslc_kerml:FeatureTyping ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature."^^rdf:XMLLiteral . - -:feature_OwningFeatureMembership a oslc:Property ; - oslc:name "feature_OwningFeatureMembership" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:feature_OwningFeatureMembership ; - oslc:range oslc_kerml:FeatureMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType."^^rdf:XMLLiteral . - -:feature_OwningType a oslc:Property ; - oslc:name "feature_OwningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:feature_OwningType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral . - -:feature_Type a oslc:Property ; - oslc:name "feature_Type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:feature_Type ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral . - -:featuring_Feature a oslc:Property ; - oslc:name "featuring_Feature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featuring_Feature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral . - -:featuring_Type a oslc:Property ; - oslc:name "featuring_Type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:featuring_Type ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral . - -:function_Expression a oslc:Property ; - oslc:name "function_Expression" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:function_Expression ; - oslc:range oslc_kerml:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Expressions that are steps in the calculation of the result of this Function."^^rdf:XMLLiteral . - -:function_IsModelLevelEvaluable a oslc:Property ; - oslc:name "function_IsModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:function_IsModelLevelEvaluable ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral . - -:function_Result a oslc:Property ; - oslc:name "function_Result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:function_Result ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral . - -:import_ImportOwningNamespace a oslc:Property ; - oslc:name "import_ImportOwningNamespace" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:import_ImportOwningNamespace ; - oslc:range oslc_kerml:Namespace ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Namespace into which Memberships are imported by this Import, which must be the owningRelatedElement of the Import."^^rdf:XMLLiteral . - -:import_ImportedElement a oslc:Property ; - oslc:name "import_ImportedElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:import_ImportedElement ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The effectively imported Element for this Import. For a MembershipImport, this is the memberElement of the importedMembership. For a NamespaceImport, it is the importedNamespace."^^rdf:XMLLiteral . - -:import_IsImportAll a oslc:Property ; - oslc:name "import_IsImportAll" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:import_IsImportAll ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether to import memberships without regard to declared visibility."^^rdf:XMLLiteral . - -:import_IsRecursive a oslc:Property ; - oslc:name "import_IsRecursive" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:import_IsRecursive ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether to recursively import Memberships from visible, owned sub-Namespaces."^^rdf:XMLLiteral . - -:import_Visibility a oslc:Property ; - oslc:name "import_Visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:import_Visibility ; - oslc:range ; - oslc:readOnly false ; - dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace."^^rdf:XMLLiteral . - -:intersecting_IntersectingType a oslc:Property ; - oslc:name "intersecting_IntersectingType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:intersecting_IntersectingType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type that partly determines interpretations of typeIntersected, as described in Type::intersectingType."^^rdf:XMLLiteral . - -:intersecting_TypeIntersected a oslc:Property ; - oslc:name "intersecting_TypeIntersected" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:intersecting_TypeIntersected ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type with interpretations partly determined by intersectingType, as described in Type::intersectingType."^^rdf:XMLLiteral . - -:invariant_IsNegated a oslc:Property ; - oslc:name "invariant_IsNegated" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:invariant_IsNegated ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this Invariant is asserted to be false rather than true."^^rdf:XMLLiteral . - -:invocationExpression_Argument a oslc:Property ; - oslc:name "invocationExpression_Argument" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:invocationExpression_Argument ; - oslc:range oslc_kerml:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The value Expressions of the FeatureValues of the owned input parameters of the InvocationExpression."^^rdf:XMLLiteral . - -:itemFlow_Interaction a oslc:Property ; - oslc:name "itemFlow_Interaction" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:itemFlow_Interaction ; - oslc:range oslc_kerml:Interaction ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Interactions that type this ItemFlow. Interactions are both Associations and Behaviors, which can type Connectors and Steps, respectively."^^rdf:XMLLiteral . - -:itemFlow_ItemFeature a oslc:Property ; - oslc:name "itemFlow_ItemFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:itemFlow_ItemFeature ; - oslc:range oslc_kerml:ItemFeature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedFeature of the ItemFlow that is an ItemFeature (if any)."^^rdf:XMLLiteral . - -:itemFlow_ItemFlowEnd a oslc:Property ; - oslc:name "itemFlow_ItemFlowEnd" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:itemFlow_ItemFlowEnd ; - oslc:range oslc_kerml:ItemFlowEnd ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The connectorEnds of this ItemFlow that are ItemFlowEnds."^^rdf:XMLLiteral . - -:itemFlow_ItemType a oslc:Property ; - oslc:name "itemFlow_ItemType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:itemFlow_ItemType ; - oslc:range oslc_kerml:Classifier ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The type of values transferred, which is the type of the itemFeature of the ItemFlow."^^rdf:XMLLiteral . - -:itemFlow_SourceOutputFeature a oslc:Property ; - oslc:name "itemFlow_SourceOutputFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:itemFlow_SourceOutputFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that provides the items carried by the ItemFlow. It must be an owned output of the source of the ItemFlow."^^rdf:XMLLiteral . - -:itemFlow_TargetInputFeature a oslc:Property ; - oslc:name "itemFlow_TargetInputFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:itemFlow_TargetInputFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that receives the values carried by the ItemFlow. It must be an owned output of the target participant of the ItemFlow."^^rdf:XMLLiteral . - -:libraryPackage_IsStandard a oslc:Property ; - oslc:name "libraryPackage_IsStandard" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:libraryPackage_IsStandard ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this LibraryPackage contains a standard library model. This should only be set to true for LibraryPackages in the standard Kernel Model Libraries or in normative model libraries for a language built on KerML."^^rdf:XMLLiteral . - -:literalBoolean_Value a oslc:Property ; - oslc:name "literalBoolean_Value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:literalBoolean_Value ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "The Boolean value that is the result of evaluating this LiteralBoolean."^^rdf:XMLLiteral . - -:literalInteger_Value a oslc:Property ; - oslc:name "literalInteger_Value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:literalInteger_Value ; - oslc:range xsd:integer ; - oslc:readOnly false ; - dcterms:description "The Integer value that is the result of evaluating this LiteralInteger."^^rdf:XMLLiteral . - -:literalRational_Value a oslc:Property ; - oslc:name "literalRational_Value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:literalRational_Value ; - oslc:range xsd:float ; - oslc:readOnly false ; - dcterms:description "The value whose rational approximation is the result of evaluating this LiteralRational."^^rdf:XMLLiteral . - -:literalString_Value a oslc:Property ; - oslc:name "literalString_Value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:literalString_Value ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The String value that is the result of evaluating this LiteralString."^^rdf:XMLLiteral . - -:membershipImport_ImportedMembership a oslc:Property ; - oslc:name "membershipImport_ImportedMembership" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:membershipImport_ImportedMembership ; - oslc:range oslc_kerml:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Membership to be imported."^^rdf:XMLLiteral . - -:membership_MemberElement a oslc:Property ; - oslc:name "membership_MemberElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:membership_MemberElement ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Element that becomes a member of the membershipOwningNamespace due to this Membership."^^rdf:XMLLiteral . - -:membership_MemberElementId a oslc:Property ; - oslc:name "membership_MemberElementId" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:membership_MemberElementId ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The elementId of the memberElement."^^rdf:XMLLiteral . - -:membership_MemberName a oslc:Property ; - oslc:name "membership_MemberName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:membership_MemberName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The name of the memberElement relative to the membershipOwningNamespace."^^rdf:XMLLiteral . - -:membership_MemberShortName a oslc:Property ; - oslc:name "membership_MemberShortName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:membership_MemberShortName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The short name of the memberElement relative to the membershipOwningNamespace."^^rdf:XMLLiteral . - -:membership_MembershipOwningNamespace a oslc:Property ; - oslc:name "membership_MembershipOwningNamespace" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:membership_MembershipOwningNamespace ; - oslc:range oslc_kerml:Namespace ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Namespace of which the memberElement becomes a member due to this Membership.."^^rdf:XMLLiteral . - -:membership_Visibility a oslc:Property ; - oslc:name "membership_Visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:membership_Visibility ; - oslc:range ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral . - -:metadataAccessExpression_ReferencedElement a oslc:Property ; - oslc:name "metadataAccessExpression_ReferencedElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:metadataAccessExpression_ReferencedElement ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description " The Element whose metadata is being accessed."^^rdf:XMLLiteral . - -:metadataFeature_Metaclass a oslc:Property ; - oslc:name "metadataFeature_Metaclass" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:metadataFeature_Metaclass ; - oslc:range oslc_kerml:Metaclass ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The type of this MetadataFeature, which must be a Metaclass."^^rdf:XMLLiteral . - -:multiplicityRange_Bound a oslc:Property ; - oslc:name "multiplicityRange_Bound" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_kerml:multiplicityRange_Bound ; - oslc:range oslc_kerml:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owned Expressions of the MultiplicityRange whose results provide its bounds. These must be the only ownedMembers of the MultiplicityRange."^^rdf:XMLLiteral . - -:multiplicityRange_LowerBound a oslc:Property ; - oslc:name "multiplicityRange_LowerBound" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:multiplicityRange_LowerBound ; - oslc:range oslc_kerml:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Expression whose result provides the lower bound of the MultiplicityRange. If no lowerBound Expression is given, then the lower bound shall have the same value as the upper bound, unless the upper bound is unbounded (*), in which case the lower bound shall be 0."^^rdf:XMLLiteral . - -:multiplicityRange_UpperBound a oslc:Property ; - oslc:name "multiplicityRange_UpperBound" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:multiplicityRange_UpperBound ; - oslc:range oslc_kerml:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Expression whose result is the upper bound of the MultiplicityRange."^^rdf:XMLLiteral . - -:namespaceImport_ImportedNamespace a oslc:Property ; - oslc:name "namespaceImport_ImportedNamespace" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:namespaceImport_ImportedNamespace ; - oslc:range oslc_kerml:Namespace ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Namespace whose visible Memberships are imported by this NamespaceImport."^^rdf:XMLLiteral . - -:namespace_ImportedMembership a oslc:Property ; - oslc:name "namespace_ImportedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:namespace_ImportedMembership ; - oslc:range oslc_kerml:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral . - -:namespace_Member a oslc:Property ; - oslc:name "namespace_Member" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:namespace_Member ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace."^^rdf:XMLLiteral . - -:namespace_Membership a oslc:Property ; - oslc:name "namespace_Membership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:namespace_Membership ; - oslc:range oslc_kerml:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships."^^rdf:XMLLiteral . - -:namespace_OwnedImport a oslc:Property ; - oslc:name "namespace_OwnedImport" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:namespace_OwnedImport ; - oslc:range oslc_kerml:Import ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace."^^rdf:XMLLiteral . - -:namespace_OwnedMember a oslc:Property ; - oslc:name "namespace_OwnedMember" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:namespace_OwnedMember ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the .."^^rdf:XMLLiteral . - -:namespace_OwnedMembership a oslc:Property ; - oslc:name "namespace_OwnedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:namespace_OwnedMembership ; - oslc:range oslc_kerml:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace."^^rdf:XMLLiteral . - -:operatorExpression_Operator a oslc:Property ; - oslc:name "operatorExpression_Operator" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:operatorExpression_Operator ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "An operator symbol that names a corresponding Function from one of the standard packages from the Kernel Function Library ."^^rdf:XMLLiteral . - -:owningMembership_OwnedMemberElement a oslc:Property ; - oslc:name "owningMembership_OwnedMemberElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:owningMembership_OwnedMemberElement ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Element that becomes an ownedMember of the membershipOwningNamespace due to this OwningMembership."^^rdf:XMLLiteral . - -:owningMembership_OwnedMemberElementId a oslc:Property ; - oslc:name "owningMembership_OwnedMemberElementId" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:owningMembership_OwnedMemberElementId ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The elementId of the ownedMemberElement."^^rdf:XMLLiteral . - -:owningMembership_OwnedMemberName a oslc:Property ; - oslc:name "owningMembership_OwnedMemberName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:owningMembership_OwnedMemberName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The name of the ownedMemberElement."^^rdf:XMLLiteral . - -:owningMembership_OwnedMemberShortName a oslc:Property ; - oslc:name "owningMembership_OwnedMemberShortName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:owningMembership_OwnedMemberShortName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The shortName of the ownedMemberElement."^^rdf:XMLLiteral . - -:package_FilterCondition a oslc:Property ; - oslc:name "package_FilterCondition" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:package_FilterCondition ; - oslc:range oslc_kerml:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The model-level evaluable Boolean-valued Expression used to filter the members of this Package, which are owned by the Package are via ElementFilterMemberships."^^rdf:XMLLiteral . - -:parameterMembership_OwnedMemberParameter a oslc:Property ; - oslc:name "parameterMembership_OwnedMemberParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:parameterMembership_OwnedMemberParameter ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is identified as a parameter by this ParameterMembership."^^rdf:XMLLiteral . - -:redefinition_RedefinedFeature a oslc:Property ; - oslc:name "redefinition_RedefinedFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:redefinition_RedefinedFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is redefined by the redefiningFeature of this Redefinition."^^rdf:XMLLiteral . - -:redefinition_RedefiningFeature a oslc:Property ; - oslc:name "redefinition_RedefiningFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:redefinition_RedefiningFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is redefining the redefinedFeature of this Redefinition."^^rdf:XMLLiteral . - -:referenceSubsetting_ReferencedFeature a oslc:Property ; - oslc:name "referenceSubsetting_ReferencedFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:referenceSubsetting_ReferencedFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is referenced by the referencingFeature of this ReferenceSubsetting."^^rdf:XMLLiteral . - -:referenceSubsetting_ReferencingFeature a oslc:Property ; - oslc:name "referenceSubsetting_ReferencingFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:referenceSubsetting_ReferencingFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that owns this ReferenceSubsetting relationship, which is also its subsettingFeature."^^rdf:XMLLiteral . - -:relationship_IsImplied a oslc:Property ; - oslc:name "relationship_IsImplied" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:relationship_IsImplied ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler."^^rdf:XMLLiteral . - -:relationship_OwnedRelatedElement a oslc:Property ; - oslc:name "relationship_OwnedRelatedElement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:relationship_OwnedRelatedElement ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements of this Relationship that are owned by the Relationship."^^rdf:XMLLiteral . - -:relationship_OwningRelatedElement a oslc:Property ; - oslc:name "relationship_OwningRelatedElement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:relationship_OwningRelatedElement ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElement of this Relationship that owns the Relationship, if any."^^rdf:XMLLiteral . - -:relationship_RelatedElement a oslc:Property ; - oslc:name "relationship_RelatedElement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:relationship_RelatedElement ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship."^^rdf:XMLLiteral . - -:relationship_Source a oslc:Property ; - oslc:name "relationship_Source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:relationship_Source ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral . - -:relationship_Target a oslc:Property ; - oslc:name "relationship_Target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:relationship_Target ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral . - -:resultExpressionMembership_OwnedResultExpression a oslc:Property ; - oslc:name "resultExpressionMembership_OwnedResultExpression" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:resultExpressionMembership_OwnedResultExpression ; - oslc:range oslc_kerml:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Expression that provides the result for the owner of the ResultExpressionMembership."^^rdf:XMLLiteral . - -:specialization_General a oslc:Property ; - oslc:name "specialization_General" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:specialization_General ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A Type with a superset of all instances of the specific Type, which might be the same set."^^rdf:XMLLiteral . - -:specialization_OwningType a oslc:Property ; - oslc:name "specialization_OwningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:specialization_OwningType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral . - -:specialization_Specific a oslc:Property ; - oslc:name "specialization_Specific" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:specialization_Specific ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A Type with a subset of all instances of the general Type, which might be the same set."^^rdf:XMLLiteral . - -:step_Behavior a oslc:Property ; - oslc:name "step_Behavior" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:step_Behavior ; - oslc:range oslc_kerml:Behavior ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Behaviors that type this Step."^^rdf:XMLLiteral . - -:step_Parameter a oslc:Property ; - oslc:name "step_Parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:step_Parameter ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral . - -:subclassification_OwningClassifier a oslc:Property ; - oslc:name "subclassification_OwningClassifier" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:subclassification_OwningClassifier ; - oslc:range oslc_kerml:Classifier ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Classifier that owns this Subclassification relationship, which must also be its subclassifier."^^rdf:XMLLiteral . - -:subclassification_Subclassifier a oslc:Property ; - oslc:name "subclassification_Subclassifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:subclassification_Subclassifier ; - oslc:range oslc_kerml:Classifier ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The more specific Classifier in this Subclassification."^^rdf:XMLLiteral . - -:subclassification_Superclassifier a oslc:Property ; - oslc:name "subclassification_Superclassifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:subclassification_Superclassifier ; - oslc:range oslc_kerml:Classifier ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The more general Classifier in this Subclassification."^^rdf:XMLLiteral . - -:subsetting_OwningFeature a oslc:Property ; - oslc:name "subsetting_OwningFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:subsetting_OwningFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral . - -:subsetting_SubsettedFeature a oslc:Property ; - oslc:name "subsetting_SubsettedFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:subsetting_SubsettedFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is subsetted by the subsettingFeature of this Subsetting."^^rdf:XMLLiteral . - -:subsetting_SubsettingFeature a oslc:Property ; - oslc:name "subsetting_SubsettingFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:subsetting_SubsettingFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is a subset of the subsettedFeature of this Subsetting."^^rdf:XMLLiteral . - -:succession_EffectStep a oslc:Property ; - oslc:name "succession_EffectStep" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:succession_EffectStep ; - oslc:range oslc_kerml:Step ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Steps that represent occurrences that are side effects of the transitionStep occurring."^^rdf:XMLLiteral . - -:succession_GuardExpression a oslc:Property ; - oslc:name "succession_GuardExpression" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:succession_GuardExpression ; - oslc:range oslc_kerml:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral . - -:succession_TransitionStep a oslc:Property ; - oslc:name "succession_TransitionStep" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:succession_TransitionStep ; - oslc:range oslc_kerml:Step ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A Step that is typed by the Behavior TransitionPerformances::TransitionPerformance (from the Kernel Semantic Library) that has this Succession as its transitionLink."^^rdf:XMLLiteral . - -:succession_TriggerStep a oslc:Property ; - oslc:name "succession_TriggerStep" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:succession_TriggerStep ; - oslc:range oslc_kerml:Step ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Steps that map incoming events to the timing of occurrences of the transitionStep. The values of triggerStep subset the list of acceptable events to be received by a Behavior or the object that performs it."^^rdf:XMLLiteral . - -:textualRepresentation_Body a oslc:Property ; - oslc:name "textualRepresentation_Body" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:textualRepresentation_Body ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The textual representation of the representedElement in the given language."^^rdf:XMLLiteral . - -:textualRepresentation_Language a oslc:Property ; - oslc:name "textualRepresentation_Language" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:textualRepresentation_Language ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The natural or artifical language in which the body text is written."^^rdf:XMLLiteral . - -:textualRepresentation_RepresentedElement a oslc:Property ; - oslc:name "textualRepresentation_RepresentedElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:textualRepresentation_RepresentedElement ; - oslc:range oslc_kerml:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Element that is represented by this TextualRepresentation."^^rdf:XMLLiteral . - -:typeFeaturing_FeatureOfType a oslc:Property ; - oslc:name "typeFeaturing_FeatureOfType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:typeFeaturing_FeatureOfType ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType. It is the source of the TypeFeaturing."^^rdf:XMLLiteral . - -:typeFeaturing_FeaturingType a oslc:Property ; - oslc:name "typeFeaturing_FeaturingType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:typeFeaturing_FeaturingType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType. It is the target of the TypeFeaturing."^^rdf:XMLLiteral . - -:typeFeaturing_OwningFeatureOfType a oslc:Property ; - oslc:name "typeFeaturing_OwningFeatureOfType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:typeFeaturing_OwningFeatureOfType ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A featureOfType that is also the owningRelatedElement of this TypeFeaturing."^^rdf:XMLLiteral . - -:type_DifferencingType a oslc:Property ; - oslc:name "type_DifferencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_DifferencingType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral . - -:type_DirectedFeature a oslc:Property ; - oslc:name "type_DirectedFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_DirectedFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The features of this Type that have a non-null direction."^^rdf:XMLLiteral . - -:type_EndFeature a oslc:Property ; - oslc:name "type_EndFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_EndFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "All features of this Type with isEnd = true."^^rdf:XMLLiteral . - -:type_Feature a oslc:Property ; - oslc:name "type_Feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_Feature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral . - -:type_FeatureMembership a oslc:Property ; - oslc:name "type_FeatureMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_FeatureMembership ; - oslc:range oslc_kerml:FeatureMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships)."^^rdf:XMLLiteral . - -:type_InheritedFeature a oslc:Property ; - oslc:name "type_InheritedFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_InheritedFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships."^^rdf:XMLLiteral . - -:type_InheritedMembership a oslc:Property ; - oslc:name "type_InheritedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_InheritedMembership ; - oslc:range oslc_kerml:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type."^^rdf:XMLLiteral . - -:type_Input a oslc:Property ; - oslc:name "type_Input" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_Input ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "All features related to this Type by FeatureMemberships that have direction in or inout.."^^rdf:XMLLiteral . - -:type_IntersectingType a oslc:Property ; - oslc:name "type_IntersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_IntersectingType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral . - -:type_IsAbstract a oslc:Property ; - oslc:name "type_IsAbstract" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:type_IsAbstract ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Indicates whether instances of this Type must also be instances of at least one of its specialized Types."^^rdf:XMLLiteral . - -:type_IsConjugated a oslc:Property ; - oslc:name "type_IsConjugated" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:type_IsConjugated ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Indicates whether this Type has an ownedConjugator."^^rdf:XMLLiteral . - -:type_IsSufficient a oslc:Property ; - oslc:name "type_IsSufficient" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:type_IsSufficient ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether all things that meet the classification conditions of this Type must be classified by the Type."^^rdf:XMLLiteral . - -:type_Multiplicity a oslc:Property ; - oslc:name "type_Multiplicity" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:type_Multiplicity ; - oslc:range oslc_kerml:Multiplicity ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes."^^rdf:XMLLiteral . - -:type_Output a oslc:Property ; - oslc:name "type_Output" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_Output ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "All features related to this Type by FeatureMemberships that have direction out or inout.."^^rdf:XMLLiteral . - -:type_OwnedConjugator a oslc:Property ; - oslc:name "type_OwnedConjugator" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_kerml:type_OwnedConjugator ; - oslc:range oslc_kerml:Conjugation ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A Conjugation owned by this Type for which the Type is the originalType."^^rdf:XMLLiteral . - -:type_OwnedDifferencing a oslc:Property ; - oslc:name "type_OwnedDifferencing" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_OwnedDifferencing ; - oslc:range oslc_kerml:Differencing ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced."^^rdf:XMLLiteral . - -:type_OwnedDisjoining a oslc:Property ; - oslc:name "type_OwnedDisjoining" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_OwnedDisjoining ; - oslc:range oslc_kerml:Disjoining ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type."^^rdf:XMLLiteral . - -:type_OwnedEndFeature a oslc:Property ; - oslc:name "type_OwnedEndFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_OwnedEndFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "All endFeatures of this Type that are ownedFeatures."^^rdf:XMLLiteral . - -:type_OwnedFeature a oslc:Property ; - oslc:name "type_OwnedFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_OwnedFeature ; - oslc:range oslc_kerml:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the ownedFeatureMemberships of this Type."^^rdf:XMLLiteral . - -:type_OwnedFeatureMembership a oslc:Property ; - oslc:name "type_OwnedFeatureMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_OwnedFeatureMembership ; - oslc:range oslc_kerml:FeatureMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type."^^rdf:XMLLiteral . - -:type_OwnedIntersecting a oslc:Property ; - oslc:name "type_OwnedIntersecting" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_OwnedIntersecting ; - oslc:range oslc_kerml:Intersecting ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected."^^rdf:XMLLiteral . - -:type_OwnedSpecialization a oslc:Property ; - oslc:name "type_OwnedSpecialization" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_OwnedSpecialization ; - oslc:range oslc_kerml:Specialization ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type."^^rdf:XMLLiteral . - -:type_OwnedUnioning a oslc:Property ; - oslc:name "type_OwnedUnioning" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_OwnedUnioning ; - oslc:range oslc_kerml:Unioning ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned."^^rdf:XMLLiteral . - -:type_UnioningType a oslc:Property ; - oslc:name "type_UnioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_kerml:type_UnioningType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral . - -:unioning_TypeUnioned a oslc:Property ; - oslc:name "unioning_TypeUnioned" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:unioning_TypeUnioned ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type with interpretations partly determined by unioningType, as described in Type::unioningType."^^rdf:XMLLiteral . - -:unioning_UnioningType a oslc:Property ; - oslc:name "unioning_UnioningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_kerml:unioning_UnioningType ; - oslc:range oslc_kerml:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type that partly determines interpretations of typeUnioned, as described in Type::unioningType."^^rdf:XMLLiteral . - -:contributor a oslc:Property ; - oslc:name "contributor" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition dcterms:contributor ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:AnyResource ; - dcterms:description "Contributor or contributors to the resource. It is likely that the target resource will be a foaf:Person but that is not necessarily the case."^^rdf:XMLLiteral . - -:created a oslc:Property ; - oslc:name "created" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:created ; - oslc:readOnly false ; - oslc:valueType xsd:dateTime ; - dcterms:description "Timestamp of resource creation."^^rdf:XMLLiteral . - -:creator a oslc:Property ; - oslc:name "creator" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition dcterms:creator ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:AnyResource ; - dcterms:description "Creator or creators of the resource. It is likely that the target resource will be a foaf:Person but that is not necessarily the case."^^rdf:XMLLiteral . - -:dctype a oslc:Property ; - oslc:name "dctype" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition dcterms:type ; - oslc:readOnly false ; - oslc:valueType xsd:string ; - dcterms:description "A short string representation for the type, for example ‘Car’."^^rdf:XMLLiteral . - -:derives a oslc:Property ; - oslc:name "derives" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition jazz_am:derives ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description """The resource that derives from another resource originated from or is -significantly influenced by the referenced resource. For example a model element derives from a -requirement."""^^rdf:XMLLiteral . - -:description a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:readOnly false ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "Descriptive text about resource represented as rich text in XHTML content."^^rdf:XMLLiteral . - -:elaborates a oslc:Property ; - oslc:name "elaborates" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition jazz_am:elaborates ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "This resource elaborates the referenced resource."^^rdf:XMLLiteral . - -:external a oslc:Property ; - oslc:name "external" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition jazz_am:external ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "A generic link from a resource to an external web page."^^rdf:XMLLiteral . - -:identifier a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:readOnly true ; - oslc:valueType xsd:string ; - dcterms:description """A unique identifier for a resource. Typically read-only and assigned by the -service provider when a resource is created. Not typically intended for end-user display."""^^rdf:XMLLiteral . - -:instanceShape a oslc:Property ; - oslc:name "instanceShape" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc:instanceShape ; - oslc:range oslc:ResourceShape ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description """The URI of a Resource Shape that describes the possible properties, occurrence, -value types, allowed values and labels. This shape information is useful in displaying the subject -resource as well as guiding clients in performing modifications. Instance shapes may be specific -to the authenticated user associated with the request that retrieved the resource, the current -state of the resource and other factors and thus should not be cached."""^^rdf:XMLLiteral . - -:modified a oslc:Property ; - oslc:name "modified" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:modified ; - oslc:readOnly false ; - oslc:valueType xsd:dateTime ; - dcterms:description "Timestamp of latest resource modification."^^rdf:XMLLiteral . - -:refine a oslc:Property ; - oslc:name "refine" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition jazz_am:refine ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description """The target is a refinement of the source. (e.g. a use case scenario -might be a refinement of a textual requirement that describes the interaction)."""^^rdf:XMLLiteral . - -:satisfy a oslc:Property ; - oslc:name "satisfy" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition jazz_am:satisfy ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description """The model element satisfies the requirement (e.g. The use case -satisfies a functional requirement)."""^^rdf:XMLLiteral . - -:serviceProvider a oslc:Property ; - oslc:name "serviceProvider" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc:serviceProvider ; - oslc:range oslc:ServiceProvider ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description """A link to the resource's OSLC Service Provider. There may be cases when the -subject resource is available from a service provider that implements multiple domain -specifications, which could result in multiple values for this property."""^^rdf:XMLLiteral . - -:shortTitle a oslc:Property ; - oslc:name "shortTitle" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc:shortTitle ; - oslc:readOnly false ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "{{Short name identifying a resource, often used as an abbreviated identifier for presentation to end-users. SHOULD include only content that is valid inside an XHTML <span> element}}."^^rdf:XMLLiteral . - -:source a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:source ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource URI a client can perform a get on to obtain the original non-OSLC AM formatted resource that was used to create this resource. The source resource is usually a binary or proprietary format that the service provider can consume and convert into an OSLC AM format. The service may use content negotiation with the Accept header to obtain the desired content type."^^rdf:XMLLiteral . - -:title a oslc:Property ; - oslc:name "title" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:title ; - oslc:readOnly false ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "Title of the resource represented as rich text in XHTML content."^^rdf:XMLLiteral . - -:trace a oslc:Property ; - oslc:name "trace" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition jazz_am:trace ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description """The model element has a trace to the requirement (e.g. An attribute -or its value are traced to a requirement)."""^^rdf:XMLLiteral . - -:type a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral . - diff --git a/specs/sysml/KerML Vocabulary-vocab.ttl b/specs/sysml/KerML Vocabulary-vocab.ttl deleted file mode 100644 index 65e4b4e..0000000 --- a/specs/sysml/KerML Vocabulary-vocab.ttl +++ /dev/null @@ -1,1564 +0,0 @@ - -# Copyright 2024 OASIS Open -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -@prefix dcterms: . -@prefix oslc_am: . -@prefix oslc_kerml: . -@prefix owl: . -@prefix rdf: . -@prefix rdfs: . -@prefix vann: . -@prefix xsd: . - -oslc_kerml:AnnotatingElement a rdfs:Class ; - rdfs:label "AnnotatingElement" ; - rdfs:comment "An AnnotatingElement is an Element that provides additional description of or metadata on some other Element. An AnnotatingElement is either attached to its annotatedElements by Annotation Relationships, or it implicitly annotates its owningNamespace." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Element . - -oslc_kerml:Annotation a rdfs:Class ; - rdfs:label "Annotation" ; - rdfs:comment "An Annotation is a Relationship between an AnnotatingElement and the Element that is annotated by that AnnotatingElement." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Relationship . - -oslc_kerml:Association a rdfs:Class ; - rdfs:label "Association" ; - rdfs:comment "An Association is a Relationship and a Classifier to enable classification of links between things (in the universe). The co-domains (types) of the associationEnd Features are the relatedTypes, as co-domain and participants (linked things) of an Association identify each other." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Classifier, - oslc_kerml:Relationship . - -oslc_kerml:AssociationStructure a rdfs:Class ; - rdfs:label "AssociationStructure" ; - rdfs:comment "An AssociationStructure is an Association that is also a Structure, classifying link objects that are both links and objects. As objects, link objects can be created and destroyed, and their non-end Features can change over time. However, the values of the end Features of a link object are fixed and cannot change over its lifetime." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Association, - oslc_kerml:Structure . - -oslc_kerml:Behavior a rdfs:Class ; - rdfs:label "Behavior" ; - rdfs:comment "A Behavior coordinates occurrences of other Behaviors, as well as changes in objects. Behaviors can be decomposed into Steps and be characterized by parameters." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Class . - -oslc_kerml:BindingConnector a rdfs:Class ; - rdfs:label "BindingConnector" ; - rdfs:comment "A BindingConnector is a binary Connector that requires its relatedFeatures to identify the same things (have the same values)." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Connector . - -oslc_kerml:BooleanExpression a rdfs:Class ; - rdfs:label "BooleanExpression" ; - rdfs:comment "A BooleanExpression is a Boolean-valued Expression whose type is a Predicate. It represents a logical condition resulting from the evaluation of the Predicate." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Expression . - -oslc_kerml:Class a rdfs:Class ; - rdfs:label "Class" ; - rdfs:comment "A Class is a Classifier of things (in the universe) that can be distinguished without regard to how they are related to other things (via Features). This means multiple things classified by the same Class can be distinguished, even when they are related other things in exactly the same way." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Classifier . - -oslc_kerml:Classifier a rdfs:Class ; - rdfs:label "Classifier" ; - rdfs:comment "A Classifier is a Type that classifies:." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Type . - -oslc_kerml:CollectExpression a rdfs:Class ; - rdfs:label "CollectExpression" ; - rdfs:comment "A CollectExpression is an OperatorExpression whose operator is \"collect\", which resolves to the Function ControlFunctions::collect from the Kernel Functions Library." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:OperatorExpression . - -oslc_kerml:Comment a rdfs:Class ; - rdfs:label "Comment" ; - rdfs:comment "A Comment is an AnnotatingElement whose body in some way describes its annotatedElements." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:AnnotatingElement . - -oslc_kerml:Conjugation a rdfs:Class ; - rdfs:label "Conjugation" ; - rdfs:comment "Conjugation is a Relationship between two types in which the conjugatedType inherits all the Features of the originalType, but with all input and output Features reversed. That is, any Features with a direction in relative to the originalType are considered to have an effective direction of out relative to the conjugatedType and, similarly, Features with direction out in the originalType are considered to have an effective direction of in in the conjugatedType. Features with direction inout, or with no direction, in the originalType, are inherited without change." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Relationship . - -oslc_kerml:Connector a rdfs:Class ; - rdfs:label "Connector" ; - rdfs:comment "A Connector is a usage of Associations, with links restricted according to instances of the Type in which they are used (domain of the Connector). The associations of the Connector restrict what kinds of things might be linked. The Connector further restricts these links to be between values of Features on instances of its domain." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Feature, - oslc_kerml:Relationship . - -oslc_kerml:DataType a rdfs:Class ; - rdfs:label "DataType" ; - rdfs:comment "A DataType is a Classifier of things (in the universe) that can only be distinguished by how they are related to other things (via Features). This means multiple things classified by the same DataType." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Classifier . - -oslc_kerml:Dependency a rdfs:Class ; - rdfs:label "Dependency" ; - rdfs:comment "A Dependency is a Relationship that indicates that one or more client Elements require one more supplier Elements for their complete specification. In general, this means that a change to one of the supplier Elements may necessitate a change to, or re-specification of, the client Elements." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Relationship . - -oslc_kerml:Differencing a rdfs:Class ; - rdfs:label "Differencing" ; - rdfs:comment "Differencing is a Relationship that makes its differencingType one of the differencingTypes of its typeDifferenced." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Relationship . - -oslc_kerml:Disjoining a rdfs:Class ; - rdfs:label "Disjoining" ; - rdfs:comment "A Disjoining is a Relationship between Types asserted to have interpretations that are not shared (disjoint) between them, identified as typeDisjoined and disjoiningType. For example, a Classifier for mammals is disjoint from a Classifier for minerals, and a Feature for people's parents is disjoint from a Feature for their children." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Relationship . - -oslc_kerml:Documentation a rdfs:Class ; - rdfs:label "Documentation" ; - rdfs:comment "Documentation is a Comment that specifically documents a documentedElement, which must be its owner." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Comment . - -oslc_kerml:Element a rdfs:Class ; - rdfs:label "Element" ; - rdfs:comment "An Element is a constituent of a model that is uniquely identified relative to all other Elements. It can have Relationships with other Elements. Some of these Relationships might imply ownership of other Elements, which means that if an Element is deleted from a model, then so are all the Elements that it owns." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_am:Resource . - -oslc_kerml:ElementFilterMembership a rdfs:Class ; - rdfs:label "ElementFilterMembership" ; - rdfs:comment "ElementFilterMembership is a Membership between a Namespace and a model-level evaluable Boolean-valued Expression, asserting that imported members of the Namespace should be filtered using the condition Expression. A general Namespace does not define any specific filtering behavior, but such behavior may be defined for various specialized kinds of Namespaces." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:OwningMembership . - -oslc_kerml:EndFeatureMembership a rdfs:Class ; - rdfs:label "EndFeatureMembership" ; - rdfs:comment "EndFeatureMembership is a FeatureMembership that requires its memberFeature be owned and have isEnd = true." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:FeatureMembership . - -oslc_kerml:Expression a rdfs:Class ; - rdfs:label "Expression" ; - rdfs:comment "An Expression is a Step that is typed by a Function. An Expression that also has a Function as its featuringType is a computational step within that Function. An Expression always has a single result parameter, which redefines the result parameter of its defining function. This allows Expressions to be interconnected in tree structures, in which inputs to each Expression in the tree are determined as the results of other Expression in the tree." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Step . - -oslc_kerml:Feature a rdfs:Class ; - rdfs:label "Feature" ; - rdfs:comment """A Feature is a Type that classifies relations between multiple things (in the universe). The domain of the relation is the intersection of the featuringTypes of the Feature. (The domain of a Feature with no featuringTyps is implicitly the most general Type Base::Anything from the Kernel Semantic Library.) The co-domain of the relation is the intersection of the types of the Feature. - -.""" ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Type . - -oslc_kerml:FeatureChainExpression a rdfs:Class ; - rdfs:label "FeatureChainExpression" ; - rdfs:comment "A FeatureChainExpression is an OperatorExpression whose operator is \".\", which resolves to the Function ControlFunctions::'.' from the Kernel Functions Library. It evaluates to the result of chaining the result Feature of its single argument Expression with its targetFeature." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:OperatorExpression . - -oslc_kerml:FeatureChaining a rdfs:Class ; - rdfs:label "FeatureChaining" ; - rdfs:comment "FeatureChaining is a Relationship that makes its target Feature one of the chainingFeatures of its owning Feature." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Relationship . - -oslc_kerml:FeatureDirectionKind a rdfs:Class ; - rdfs:label "FeatureDirectionKind" ; - rdfs:comment "FeatureDirectionKind enumerates the possible kinds of direction that a Feature may be given as a member of a Type." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:FeatureInverting a rdfs:Class ; - rdfs:label "FeatureInverting" ; - rdfs:comment "A FeatureInverting is a Relationship between Features asserting that their interpretations (sequences) are the reverse of each other, identified as featureInverted and invertingFeature. For example, a Feature identifying each person's parents is the inverse of a Feature identifying each person's children. A person identified as a parent of another will identify that other as one of their children." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Relationship . - -oslc_kerml:FeatureMembership a rdfs:Class ; - rdfs:label "FeatureMembership" ; - rdfs:comment "A FeatureMembership is an OwningMembership between a Feature in an owningType that is also a Featuring Relationship between the Feature and the Type, in which the featuringType is the source and the featureOfType is the target. A FeatureMembership is always owned by its owningType, which is the featuringType for the FeatureMembership considered as a Featuring." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Featuring, - oslc_kerml:OwningMembership . - -oslc_kerml:FeatureReferenceExpression a rdfs:Class ; - rdfs:label "FeatureReferenceExpression" ; - rdfs:comment "A FeatureReferenceExpression is an Expression whose result is bound to a referent Feature." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Expression . - -oslc_kerml:FeatureTyping a rdfs:Class ; - rdfs:label "FeatureTyping" ; - rdfs:comment "FeatureTyping is Specialization in which the specific Type is a Feature. This means the set of instances of the (specific) typedFeature is a subset of the set of instances of the (general) type. In the simplest case, the type is a Classifier, whereupon the typedFeature has values that are instances of the Classifier." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Specialization . - -oslc_kerml:FeatureValue a rdfs:Class ; - rdfs:label "FeatureValue" ; - rdfs:comment "A FeatureValue is a Membership that identifies a particular member Expression that provides the value of the Feature that owns the FeatureValue. The value is specified as either a bound value or an initial value, and as either a concrete or default value. A Feature can have at most one FeatureValue." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:OwningMembership . - -oslc_kerml:Featuring a rdfs:Class ; - rdfs:label "Featuring" ; - rdfs:comment "Featuring is a Relationship between a Type and a Feature that is featured by that Type. It asserts that every instance in the domain of the feature must be classified by the type." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Relationship . - -oslc_kerml:Function a rdfs:Class ; - rdfs:label "Function" ; - rdfs:comment "A Function is a Behavior that has an out parameter that is identified as its result. A Function represents the performance of a calculation that produces the values of its result parameter. This calculation may be decomposed into Expressions that are steps of the Function." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Behavior . - -oslc_kerml:Import a rdfs:Class ; - rdfs:label "Import" ; - rdfs:comment "An Import is an Relationship between its importOwningNamespace and either a Membership (for a MembershipImport) or another Namespace (for a NamespaceImport), which determines a set of Memberships that become importedMemberships of the importOwningNamespace. If isImportAll = false (the default), then only public Memberships are considered \"visible\". If isImportAll = true, then all Memberships are considered \"visible\", regardless of their declared visibility. If isRecursive = true, then visible Memberships are also recursively imported from owned sub-Namespaces." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Relationship . - -oslc_kerml:Interaction a rdfs:Class ; - rdfs:label "Interaction" ; - rdfs:comment "An Interaction is a Behavior that is also an Association, providing a context for multiple objects that have behaviors that impact one another." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Association, - oslc_kerml:Behavior . - -oslc_kerml:Intersecting a rdfs:Class ; - rdfs:label "Intersecting" ; - rdfs:comment "Intersecting is a Relationship that makes its intersectingType one of the intersectingTypes of its typeIntersected." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Relationship . - -oslc_kerml:Invariant a rdfs:Class ; - rdfs:label "Invariant" ; - rdfs:comment "An Invariant is a BooleanExpression that is asserted to have a specific Boolean result value. If isNegated = false, then the result is asserted to be true. If isNegated = true, then the result is asserted to be false." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:BooleanExpression . - -oslc_kerml:InvocationExpression a rdfs:Class ; - rdfs:label "InvocationExpression" ; - rdfs:comment "An InvocationExpression is an Expression each of whose input parameters are bound to the result of an argument Expression." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Expression . - -oslc_kerml:ItemFeature a rdfs:Class ; - rdfs:label "ItemFeature" ; - rdfs:comment "An ItemFeature is the ownedFeature of an ItemFlow that identifies the things carried by the kinds of transfers that are instances of the ItemFlow." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Feature . - -oslc_kerml:ItemFlow a rdfs:Class ; - rdfs:label "ItemFlow" ; - rdfs:comment "An ItemFlow is a Step that represents the transfer of objects or data values from one Feature to another. ItemFlows can take non-zero time to complete." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Connector, - oslc_kerml:Step . - -oslc_kerml:ItemFlowEnd a rdfs:Class ; - rdfs:label "ItemFlowEnd" ; - rdfs:comment "An ItemFlowEnd is a Feature that is one of the connectorEnds giving the source or target of an ItemFlow. For ItemFlows typed by FlowTransfer or its specializations, ItemFlowEnds must have exactly one ownedFeature, which redefines Transfer::source::sourceOutput or Transfer::target::targetInput and redefines the corresponding feature of the relatedElement for its end." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Feature . - -oslc_kerml:LibraryPackage a rdfs:Class ; - rdfs:label "LibraryPackage" ; - rdfs:comment "A LibraryPackage is a Package that is the container for a model library. A LibraryPackage is itself a library Element as are all Elements that are directly or indirectly contained in it." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Package . - -oslc_kerml:LiteralBoolean a rdfs:Class ; - rdfs:label "LiteralBoolean" ; - rdfs:comment "LiteralBoolean is a LiteralExpression that provides a Boolean value as a result. Its result parameter must have type Boolean." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:LiteralExpression . - -oslc_kerml:LiteralExpression a rdfs:Class ; - rdfs:label "LiteralExpression" ; - rdfs:comment "A LiteralExpression is an Expression that provides a basic DataValue as a result." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Expression . - -oslc_kerml:LiteralInfinity a rdfs:Class ; - rdfs:label "LiteralInfinity" ; - rdfs:comment "A LiteralInfinity is a LiteralExpression that provides the positive infinity value (*). It's result must have the type Positive." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:LiteralExpression . - -oslc_kerml:LiteralInteger a rdfs:Class ; - rdfs:label "LiteralInteger" ; - rdfs:comment "A LiteralInteger is a LiteralExpression that provides an Integer value as a result. Its result parameter must have the type Integer." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:LiteralExpression . - -oslc_kerml:LiteralRational a rdfs:Class ; - rdfs:label "LiteralRational" ; - rdfs:comment "A LiteralRational is a LiteralExpression that provides a Rational value as a result. Its result parameter must have the type Rational." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:LiteralExpression . - -oslc_kerml:LiteralString a rdfs:Class ; - rdfs:label "LiteralString" ; - rdfs:comment "A LiteralString is a LiteralExpression that provides a String value as a result. Its result parameter must have the type String." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:LiteralExpression . - -oslc_kerml:Membership a rdfs:Class ; - rdfs:label "Membership" ; - rdfs:comment "A Membership is a Relationship between a Namespace and an Element that indicates the Element is a member of (i.e., is contained in) the Namespace. Any memberNames specify how the memberElement is identified in the Namespace and the visibility specifies whether or not the memberElement is publicly visible from outside the Namespace." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Relationship . - -oslc_kerml:MembershipImport a rdfs:Class ; - rdfs:label "MembershipImport" ; - rdfs:comment "A MembershipImport is an Import that imports its importedMembership into the importOwningNamespace. If isRecursive = true and the memberElement of the importedMembership is a Namespace, then the equivalent of a recursive NamespaceImport is also performed on that Namespace." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Import . - -oslc_kerml:Metaclass a rdfs:Class ; - rdfs:label "Metaclass" ; - rdfs:comment "A Metaclass is a Structure used to type MetadataFeatures." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Structure . - -oslc_kerml:MetadataAccessExpression a rdfs:Class ; - rdfs:label "MetadataAccessExpression" ; - rdfs:comment "A MetadataAccessExpression is an Expression whose result is a sequence of instances of Metaclasses representing all the MetadataFeature annotations of the referencedElement. In addition, the sequence includes an instance of the reflective Metaclass corresponding to the MOF class of the referencedElement, with values for all the abstract syntax properties of the referencedElement." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Expression . - -oslc_kerml:MetadataFeature a rdfs:Class ; - rdfs:label "MetadataFeature" ; - rdfs:comment "A MetadataFeature is a Feature that is an AnnotatingElement used to annotate another Element with metadata. It is typed by a Metaclass. All its ownedFeatures must redefine features of its metaclass and any feature bindings must be model-level evaluable." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:AnnotatingElement, - oslc_kerml:Feature . - -oslc_kerml:Multiplicity a rdfs:Class ; - rdfs:label "Multiplicity" ; - rdfs:comment """A Multiplicity is a Feature whose co-domain is a set of natural numbers giving the allowed cardinalities of each typeWithMultiplicity. The cardinality of a Type is defined as follows, depending on whether the Type is a Classifier or Feature. -.""" ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Feature . - -oslc_kerml:MultiplicityRange a rdfs:Class ; - rdfs:label "MultiplicityRange" ; - rdfs:comment "A MultiplicityRange is a Multiplicity whose value is defined to be the (inclusive) range of natural numbers given by the result of a lowerBound Expression and the result of an upperBound Expression. The result of these Expressions shall be of type Natural. If the result of the upperBound Expression is the unbounded value *, then the specified range includes all natural numbers greater than or equal to the lowerBound value. If no lowerBound Expression, then the default is that the lower bound has the same value as the upper bound, except if the upperBound evaluates to *, in which case the default for the lower bound is 0." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Multiplicity . - -oslc_kerml:Namespace a rdfs:Class ; - rdfs:label "Namespace" ; - rdfs:comment "A Namespace is an Element that contains other Elements, known as its members, via Membership Relationships with those Elements. The members of a Namespace may be owned by the Namespace, aliased in the Namespace, or imported into the Namespace via Import Relationships." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Element . - -oslc_kerml:NamespaceImport a rdfs:Class ; - rdfs:label "NamespaceImport" ; - rdfs:comment "A NamespaceImport is an Import that imports Memberships from its importedNamespace into the importOwningNamespace. If isRecursive = false, then only the visible Memberships of the importedNamespace are imported. If isRecursive = true, then, in addition, Memberships are recursively imported from any ownedMembers of the importedNamespace that are Namespaces." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Import . - -oslc_kerml:NullExpression a rdfs:Class ; - rdfs:label "NullExpression" ; - rdfs:comment "A NullExpression is an Expression that results in a null value." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Expression . - -oslc_kerml:OperatorExpression a rdfs:Class ; - rdfs:label "OperatorExpression" ; - rdfs:comment "An OperatorExpression is an InvocationExpression whose function is determined by resolving its operator in the context of one of the standard packages from the Kernel Function Library." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:InvocationExpression . - -oslc_kerml:OwningMembership a rdfs:Class ; - rdfs:label "OwningMembership" ; - rdfs:comment "An OwningMembership is a Membership that owns its memberElement as a ownedRelatedElement. The ownedMemberElement becomes an ownedMember of the membershipOwningNamespace." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Membership . - -oslc_kerml:Package a rdfs:Class ; - rdfs:label "Package" ; - rdfs:comment "A Package is a Namespace used to group Elements, without any instance-level semantics. It may have one or more model-level evaluable filterCondition Expressions used to filter its importedMemberships. Any imported member must meet all of the filterConditions." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Namespace . - -oslc_kerml:ParameterMembership a rdfs:Class ; - rdfs:label "ParameterMembership" ; - rdfs:comment "A ParameterMembership is a FeatureMembership that identifies its memberFeature as a parameter, which is always owned, and must have a direction. A ParameterMembership must be owned by a Behavior or a Step." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:FeatureMembership . - -oslc_kerml:Predicate a rdfs:Class ; - rdfs:label "Predicate" ; - rdfs:comment "A Predicate is a Function whose result parameter has type Boolean and multiplicity 1..1." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Function . - -oslc_kerml:Redefinition a rdfs:Class ; - rdfs:label "Redefinition" ; - rdfs:comment "Redefinition is a kind of Subsetting that requires the redefinedFeature and the redefiningFeature to have the same values (on each instance of the domain of the redefiningFeature). This means any restrictions on the redefiningFeature, such as type or multiplicity, also apply to the redefinedFeature (on each instance of the domain of the redefiningFeature), and vice versa. The redefinedFeature might have values for instances of the domain of the redefiningFeature, but only as instances of the domain of the redefinedFeature that happen to also be instances of the domain of the redefiningFeature. This is supported by the constraints inherited from Subsetting on the domains of the redefiningFeature and redefinedFeature. However, these constraints are narrowed for Redefinition to require the owningTypes of the redefiningFeature and redefinedFeature to be different and the redefinedFeature to not be inherited into the owningNamespace of the redefiningFeature.This enables the redefiningFeature to have the same name as the redefinedFeature, if desired." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Subsetting . - -oslc_kerml:ReferenceSubsetting a rdfs:Class ; - rdfs:label "ReferenceSubsetting" ; - rdfs:comment "ReferenceSubsetting is a kind of Subsetting in which the referencedFeature is syntactically distinguished from other Features subsetted by the referencingFeature. ReferenceSubsetting has the same semantics as Subsetting, but the referenceFeature may have a special purpose relative to the referencingFeature. For instance, ReferenceSubsetting is used to identify the relatedFeatures of a Connector." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Subsetting . - -oslc_kerml:Relationship a rdfs:Class ; - rdfs:label "Relationship" ; - rdfs:comment "A Relationship is an Element that relates other Element. Some of its relatedElements may be owned, in which case those ownedRelatedElements will be deleted from a model if their owningRelationship is. A Relationship may also be owned by another Element, in which case the ownedRelatedElements of the Relationship are also considered to be transitively owned by the owningRelatedElement of the Relationship." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Element . - -oslc_kerml:ResultExpressionMembership a rdfs:Class ; - rdfs:label "ResultExpressionMembership" ; - rdfs:comment "A ResultExpressionMembership is a FeatureMembership that indicates that the ownedResultExpression provides the result values for the Function or Expression that owns it. The owning Function or Expression must contain a BindingConnector between the result parameter of the ownedResultExpression and the result parameter of the owning Function or Expression." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:FeatureMembership . - -oslc_kerml:ReturnParameterMembership a rdfs:Class ; - rdfs:label "ReturnParameterMembership" ; - rdfs:comment "A ReturnParameterMembership is a ParameterMembership that indicates that the ownedMemberParameter is the result parameter of a Function or Expression. The direction of the ownedMemberParameter must be out." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:ParameterMembership . - -oslc_kerml:SelectExpression a rdfs:Class ; - rdfs:label "SelectExpression" ; - rdfs:comment "A SelectExpression is an OperatorExpression whose operator is \"select\", which resolves to the Function ControlFunctions::select from the Kernel Functions Library." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:OperatorExpression . - -oslc_kerml:Specialization a rdfs:Class ; - rdfs:label "Specialization" ; - rdfs:comment "Specialization is a Relationship between two Types that requires all instances of the specific type to also be instances of the general Type (i.e., the set of instances of the specific Type is a subset of those of the general Type, which might be the same set)." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Relationship . - -oslc_kerml:Step a rdfs:Class ; - rdfs:label "Step" ; - rdfs:comment "A Step is a Feature that is typed by one or more Behaviors. Steps may be used by one Behavior to coordinate the performance of other Behaviors, supporting a steady refinement of behavioral descriptions. Steps can be ordered in time and can be connected using ItemFlows to specify things flowing between their parameters." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Feature . - -oslc_kerml:Structure a rdfs:Class ; - rdfs:label "Structure" ; - rdfs:comment "A Structure is a Class of objects in the modeled universe that are primarily structural in nature. While such an object is not itself behavioral, it may be involved in and acted on by Behaviors, and it may be the performer of some of them." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Class . - -oslc_kerml:Subclassification a rdfs:Class ; - rdfs:label "Subclassification" ; - rdfs:comment "Subclassification is Specialization in which both the specific and general Types are Classifier. This means all instances of the specific Classifier are also instances of the general Classifier." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Specialization . - -oslc_kerml:Subsetting a rdfs:Class ; - rdfs:label "Subsetting" ; - rdfs:comment "Subsetting is Specialization in which the specific and general Types are Features. This means all values of the subsettingFeature (on instances of its domain, i.e., the intersection of its featuringTypes) are values of the subsettedFeature on instances of its domain. To support this the domain of the subsettingFeature must be the same or specialize (at least indirectly) the domain of the subsettedFeature (via Specialization), and the co-domain (intersection of the types) of the subsettingFeature must specialize the co-domain of the subsettedFeature." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Specialization . - -oslc_kerml:Succession a rdfs:Class ; - rdfs:label "Succession" ; - rdfs:comment "A Succession is a binary Connector that requires its relatedFeatures to happen separately in time." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Connector . - -oslc_kerml:SuccessionItemFlow a rdfs:Class ; - rdfs:label "SuccessionItemFlow" ; - rdfs:comment "A SuccessionItemFlow is an ItemFlow that also provides temporal ordering. It classifies Transfers that cannot start until the source Occurrence has completed and that must complete before the target Occurrence can start." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:ItemFlow, - oslc_kerml:Succession . - -oslc_kerml:TextualRepresentation a rdfs:Class ; - rdfs:label "TextualRepresentation" ; - rdfs:comment "A TextualRepresentation is an AnnotatingElement whose body represents the representedElement in a given language. The representedElement must be the owner of the TextualRepresentation. The named language can be a natural language, in which case the body is an informal representation, or an artificial language, in which case the body is expected to be a formal, machine-parsable representation." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:AnnotatingElement . - -oslc_kerml:Type a rdfs:Class ; - rdfs:label "Type" ; - rdfs:comment "A Type is a Namespace that is the most general kind of Element supporting the semantics of classification. A Type may be a Classifier or a Feature, defining conditions on what is classified by the Type (see also the description of isSufficient)." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Namespace . - -oslc_kerml:TypeFeaturing a rdfs:Class ; - rdfs:label "TypeFeaturing" ; - rdfs:comment "A TypeFeaturing is a Featuring Relationship in which the featureOfType is the source and the featuringType is the target." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Featuring . - -oslc_kerml:Unioning a rdfs:Class ; - rdfs:label "Unioning" ; - rdfs:comment "Unioning is a Relationship that makes its unioningType one of the unioningTypes of its typeUnioned." ; - rdfs:isDefinedBy oslc_kerml: ; - rdfs:subClassOf oslc_kerml:Relationship . - -oslc_kerml:VisibilityKind a rdfs:Class ; - rdfs:label "VisibilityKind" ; - rdfs:comment "VisibilityKind is an enumeration whose literals specify the visibility of a Membership of an Element in a Namespace outside of that Namespace. Note that \"visibility\" specifically restricts whether an Element in a Namespace may be referenced by name from outside the Namespace and only otherwise restricts access to an Element as provided by specific constraints in the abstract syntax (e.g., preventing the import or inheritance of private Elements)." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:annotatingElement_AnnotatedElement a rdf:Property ; - rdfs:label "annotatingElement_AnnotatedElement" ; - rdfs:comment "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:annotatingElement_Annotation a rdf:Property ; - rdfs:label "annotatingElement_Annotation" ; - rdfs:comment "The Annotations that relate this AnnotatingElement to its annotatedElements." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:annotatingElement_OwnedAnnotatingRelationship a rdf:Property ; - rdfs:label "annotatingElement_OwnedAnnotatingRelationship" ; - rdfs:comment "The ownedRelationships of this AnnotatingElement that are Annotations, for which this AnnotatingElement is the annotatingElement." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:annotation_AnnotatedElement a rdf:Property ; - rdfs:label "annotation_AnnotatedElement" ; - rdfs:comment "The Element that is annotated by the annotatingElement of this Annotation." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:annotation_AnnotatingElement a rdf:Property ; - rdfs:label "annotation_AnnotatingElement" ; - rdfs:comment "The AnnotatingElement that annotates the annotatedElement of this Annotation." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:annotation_OwningAnnotatedElement a rdf:Property ; - rdfs:label "annotation_OwningAnnotatedElement" ; - rdfs:comment "The annotatedElement of this Annotation, when it is also its owningRelatedElement." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:annotation_OwningAnnotatingElement a rdf:Property ; - rdfs:label "annotation_OwningAnnotatingElement" ; - rdfs:comment "The annotatingElement of this Annotation, when it is also its owningRelatedElement." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:association_AssociationEnd a rdf:Property ; - rdfs:label "association_AssociationEnd" ; - rdfs:comment "The features of the Association that identify the things that can be related by it. A concrete Association must have at least two associationEnds. When it has exactly two, the Association is called a binary Association." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:association_RelatedType a rdf:Property ; - rdfs:label "association_RelatedType" ; - rdfs:comment "The types of the associationEnds of the Association, which are the relatedElements of the Association considered as a Relationship." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:association_SourceType a rdf:Property ; - rdfs:label "association_SourceType" ; - rdfs:comment "The source relatedType for this Association. It is the first relatedType of the Association." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:association_TargetType a rdf:Property ; - rdfs:label "association_TargetType" ; - rdfs:comment "The target relatedTypes for this Association. This includes all the relatedTypes other than the sourceType." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:behavior_Parameter a rdf:Property ; - rdfs:label "behavior_Parameter" ; - rdfs:comment "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:behavior_Step a rdf:Property ; - rdfs:label "behavior_Step" ; - rdfs:comment "The Steps that make up this Behavior." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:booleanExpression_Predicate a rdf:Property ; - rdfs:label "booleanExpression_Predicate" ; - rdfs:comment "The Predicate that types this BooleanExpression." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:classifier_OwnedSubclassification a rdf:Property ; - rdfs:label "classifier_OwnedSubclassification" ; - rdfs:comment "The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:comment_Body a rdf:Property ; - rdfs:label "comment_Body" ; - rdfs:comment "The annotation text for the Comment." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:comment_Locale a rdf:Property ; - rdfs:label "comment_Locale" ; - rdfs:comment "Identification of the language of the body text and, optionally, the region and/or encoding. The format shall be a POSIX locale conformant to ISO/IEC 15897, with the format [language[_territory][.codeset][@modifier]]." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:conjugation_ConjugatedType a rdf:Property ; - rdfs:label "conjugation_ConjugatedType" ; - rdfs:comment "The Type that is the result of applying Conjugation to the originalType." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:conjugation_OriginalType a rdf:Property ; - rdfs:label "conjugation_OriginalType" ; - rdfs:comment "The Type to be conjugated." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:conjugation_OwningType a rdf:Property ; - rdfs:label "conjugation_OwningType" ; - rdfs:comment "The conjugatedType of this Conjugation that is also its owningRelatedElement." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:connector_Association a rdf:Property ; - rdfs:label "connector_Association" ; - rdfs:comment "The Associations that type the Connector." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:connector_ConnectorEnd a rdf:Property ; - rdfs:label "connector_ConnectorEnd" ; - rdfs:comment "The endFeatures of a Connector, which redefine the endFeatures of the associations of the Connector. The connectorEnds determine via ReferenceSubsetting Relationships which Features are related by the Connector." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:connector_RelatedFeature a rdf:Property ; - rdfs:label "connector_RelatedFeature" ; - rdfs:comment "The Features that are related by this Connector considered as a Relationship and that restrict the links it identifies, given by the referenced Features of the connectorEnds of the Connector." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:connector_SourceFeature a rdf:Property ; - rdfs:label "connector_SourceFeature" ; - rdfs:comment "The source relatedFeature for this Connector. It is the first relatedFeature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:connector_TargetFeature a rdf:Property ; - rdfs:label "connector_TargetFeature" ; - rdfs:comment "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:dependency_Client a rdf:Property ; - rdfs:label "dependency_Client" ; - rdfs:comment "The Element or Elements dependent on the supplier Elements." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:dependency_Supplier a rdf:Property ; - rdfs:label "dependency_Supplier" ; - rdfs:comment "The Element or Elements on which the client Elements depend in some respect." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:differencing_DifferencingType a rdf:Property ; - rdfs:label "differencing_DifferencingType" ; - rdfs:comment "Type that partly determines interpretations of typeDifferenced, as described in Type::differencingType." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:differencing_TypeDifferenced a rdf:Property ; - rdfs:label "differencing_TypeDifferenced" ; - rdfs:comment "Type with interpretations partly determined by differencingType, as described in Type::differencingType." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:disjoining_DisjoiningType a rdf:Property ; - rdfs:label "disjoining_DisjoiningType" ; - rdfs:comment "Type asserted to be disjoint with the typeDisjoined." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:disjoining_OwningType a rdf:Property ; - rdfs:label "disjoining_OwningType" ; - rdfs:comment "A typeDisjoined that is also an owningRelatedElement." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:disjoining_TypeDisjoined a rdf:Property ; - rdfs:label "disjoining_TypeDisjoined" ; - rdfs:comment "Type asserted to be disjoint with the disjoiningType." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:documentation_DocumentedElement a rdf:Property ; - rdfs:label "documentation_DocumentedElement" ; - rdfs:comment "The Element that is documented by this Documentation." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:elementFilterMembership_Condition a rdf:Property ; - rdfs:label "elementFilterMembership_Condition" ; - rdfs:comment "The model-level evaluable Boolean-valued Expression used to filter the imported members of the membershipOwningNamespace of this ElementFilterMembership." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_AliasIds a rdf:Property ; - rdfs:label "element_AliasIds" ; - rdfs:comment "Various alternative identifiers for this Element. Generally, these will be set by tools." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_DeclaredName a rdf:Property ; - rdfs:label "element_DeclaredName" ; - rdfs:comment "The declared name of this Element." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_DeclaredShortName a rdf:Property ; - rdfs:label "element_DeclaredShortName" ; - rdfs:comment "An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_Documentation a rdf:Property ; - rdfs:label "element_Documentation" ; - rdfs:comment "The Documentation owned by this Element." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_ElementId a rdf:Property ; - rdfs:label "element_ElementId" ; - rdfs:comment "The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_IsImpliedIncluded a rdf:Property ; - rdfs:label "element_IsImpliedIncluded" ; - rdfs:comment "Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_IsLibraryElement a rdf:Property ; - rdfs:label "element_IsLibraryElement" ; - rdfs:comment "Whether this Element is contained in the ownership tree of a library model." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_Name a rdf:Property ; - rdfs:label "element_Name" ; - rdfs:comment "The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_OwnedAnnotation a rdf:Property ; - rdfs:label "element_OwnedAnnotation" ; - rdfs:comment "The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_OwnedElement a rdf:Property ; - rdfs:label "element_OwnedElement" ; - rdfs:comment "The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_OwnedRelationship a rdf:Property ; - rdfs:label "element_OwnedRelationship" ; - rdfs:comment "The Relationships for which this Element is the owningRelatedElement." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_Owner a rdf:Property ; - rdfs:label "element_Owner" ; - rdfs:comment "The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_OwningMembership a rdf:Property ; - rdfs:label "element_OwningMembership" ; - rdfs:comment "The owningRelationship of this Element, if that Relationship is a Membership." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_OwningNamespace a rdf:Property ; - rdfs:label "element_OwningNamespace" ; - rdfs:comment "The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_OwningRelationship a rdf:Property ; - rdfs:label "element_OwningRelationship" ; - rdfs:comment "The Relationship for which this Element is an ownedRelatedElement, if any." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_QualifiedName a rdf:Property ; - rdfs:label "element_QualifiedName" ; - rdfs:comment "The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_ShortName a rdf:Property ; - rdfs:label "element_ShortName" ; - rdfs:comment "The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:element_TextualRepresentation a rdf:Property ; - rdfs:label "element_TextualRepresentation" ; - rdfs:comment "The TextualRepresentations that annotate this Element." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:expression_Function a rdf:Property ; - rdfs:label "expression_Function" ; - rdfs:comment "The Function that types this Expression." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:expression_IsModelLevelEvaluable a rdf:Property ; - rdfs:label "expression_IsModelLevelEvaluable" ; - rdfs:comment "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:expression_Result a rdf:Property ; - rdfs:label "expression_Result" ; - rdfs:comment "result." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureChainExpression_TargetFeature a rdf:Property ; - rdfs:label "featureChainExpression_TargetFeature" ; - rdfs:comment "The Feature that is accessed by this FeatureChainExpression, which is its first non-parameter member." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureChaining_ChainingFeature a rdf:Property ; - rdfs:label "featureChaining_ChainingFeature" ; - rdfs:comment "The Feature whose values partly determine values of featureChained, as described in Feature::chainingFeature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureChaining_FeatureChained a rdf:Property ; - rdfs:label "featureChaining_FeatureChained" ; - rdfs:comment "The Feature whose values are partly determined by values of the chainingFeature, as described in Feature::chainingFeature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureDirectionKind_In a oslc_kerml:FeatureDirectionKind ; - rdfs:label "featureDirectionKind_In" ; - rdfs:comment "Values of the Feature on each instance of its domain are determined externally to that instance and used internally." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureDirectionKind_Inout a oslc_kerml:FeatureDirectionKind ; - rdfs:label "featureDirectionKind_Inout" ; - rdfs:comment "Values of the Feature on each instance are determined either as in or out directions, or both." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureDirectionKind_Out a oslc_kerml:FeatureDirectionKind ; - rdfs:label "featureDirectionKind_Out" ; - rdfs:comment "Values of the Feature on each instance of its domain are determined internally to that instance and used externally." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureInverting_FeatureInverted a rdf:Property ; - rdfs:label "featureInverting_FeatureInverted" ; - rdfs:comment "The Feature that is an inverse of the invertingFeature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureInverting_InvertingFeature a rdf:Property ; - rdfs:label "featureInverting_InvertingFeature" ; - rdfs:comment "The Feature that is an inverse of the invertedFeature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureInverting_OwningFeature a rdf:Property ; - rdfs:label "featureInverting_OwningFeature" ; - rdfs:comment "A featureInverted that is also the owningRelatedElement of this FeatureInverting." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureMembership_OwnedMemberFeature a rdf:Property ; - rdfs:label "featureMembership_OwnedMemberFeature" ; - rdfs:comment "The Feature that this FeatureMembership relates to its owningType, making it an ownedFeature of the owningType." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureMembership_OwningType a rdf:Property ; - rdfs:label "featureMembership_OwningType" ; - rdfs:comment "The Type that owns this FeatureMembership." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureReferenceExpression_Referent a rdf:Property ; - rdfs:label "featureReferenceExpression_Referent" ; - rdfs:comment "The Feature that is referenced by this FeatureReferenceExpression, which is its first non-parameter member." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureTyping_OwningFeature a rdf:Property ; - rdfs:label "featureTyping_OwningFeature" ; - rdfs:comment "A typedFeature that is also the owningRelatedElement of this FeatureTyping." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureTyping_Type a rdf:Property ; - rdfs:label "featureTyping_Type" ; - rdfs:comment "The Type that is being applied by this FeatureTyping." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureTyping_TypedFeature a rdf:Property ; - rdfs:label "featureTyping_TypedFeature" ; - rdfs:comment "The Feature that has a type determined by this FeatureTyping." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureValue_FeatureWithValue a rdf:Property ; - rdfs:label "featureValue_FeatureWithValue" ; - rdfs:comment "The Feature to be provided a value." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureValue_IsDefault a rdf:Property ; - rdfs:label "featureValue_IsDefault" ; - rdfs:comment "Whether this FeatureValue is a concrete specification of the bound or initial value of the featureWithValue, or just a default value that may be overridden." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureValue_IsInitial a rdf:Property ; - rdfs:label "featureValue_IsInitial" ; - rdfs:comment "Whether this FeatureValue specifies a bound value or an initial value for the featureWithValue." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featureValue_Value a rdf:Property ; - rdfs:label "featureValue_Value" ; - rdfs:comment "The Expression that provides the value of the featureWithValue as its result." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_ChainingFeature a rdf:Property ; - rdfs:label "feature_ChainingFeature" ; - rdfs:comment "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_Direction a rdf:Property ; - rdfs:label "feature_Direction" ; - rdfs:comment "Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind)." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_EndOwningType a rdf:Property ; - rdfs:label "feature_EndOwningType" ; - rdfs:comment "The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_FeaturingType a rdf:Property ; - rdfs:label "feature_FeaturingType" ; - rdfs:comment "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_IsComposite a rdf:Property ; - rdfs:label "feature_IsComposite" ; - rdfs:comment "Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_IsDerived a rdf:Property ; - rdfs:label "feature_IsDerived" ; - rdfs:comment "Whether the values of this Feature can always be computed from the values of other Features." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_IsEnd a rdf:Property ; - rdfs:label "feature_IsEnd" ; - rdfs:comment "Whether or not the this Feature is an end Feature, requiring a different interpretation of the multiplicity of the Feature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_IsOrdered a rdf:Property ; - rdfs:label "feature_IsOrdered" ; - rdfs:comment "Whether an order exists for the values of this Feature or not." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_IsPortion a rdf:Property ; - rdfs:label "feature_IsPortion" ; - rdfs:comment "Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_IsReadOnly a rdf:Property ; - rdfs:label "feature_IsReadOnly" ; - rdfs:comment "Whether the values of this Feature can change over the lifetime of an instance of the domain." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_IsUnique a rdf:Property ; - rdfs:label "feature_IsUnique" ; - rdfs:comment "Whether or not values for this Feature must have no duplicates or not." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_OwnedFeatureChaining a rdf:Property ; - rdfs:label "feature_OwnedFeatureChaining" ; - rdfs:comment "The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_OwnedFeatureInverting a rdf:Property ; - rdfs:label "feature_OwnedFeatureInverting" ; - rdfs:comment "The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_OwnedRedefinition a rdf:Property ; - rdfs:label "feature_OwnedRedefinition" ; - rdfs:comment "The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_OwnedReferenceSubsetting a rdf:Property ; - rdfs:label "feature_OwnedReferenceSubsetting" ; - rdfs:comment "The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_OwnedSubsetting a rdf:Property ; - rdfs:label "feature_OwnedSubsetting" ; - rdfs:comment "The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_OwnedTypeFeaturing a rdf:Property ; - rdfs:label "feature_OwnedTypeFeaturing" ; - rdfs:comment "The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_OwnedTyping a rdf:Property ; - rdfs:label "feature_OwnedTyping" ; - rdfs:comment "The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_OwningFeatureMembership a rdf:Property ; - rdfs:label "feature_OwningFeatureMembership" ; - rdfs:comment "The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_OwningType a rdf:Property ; - rdfs:label "feature_OwningType" ; - rdfs:comment "The Type that is the owningType of the owningFeatureMembership of this Feature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:feature_Type a rdf:Property ; - rdfs:label "feature_Type" ; - rdfs:comment "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featuring_Feature a rdf:Property ; - rdfs:label "featuring_Feature" ; - rdfs:comment "The Feature that is featured by the featuringType." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:featuring_Type a rdf:Property ; - rdfs:label "featuring_Type" ; - rdfs:comment "The Type that features the featureOfType." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:function_Expression a rdf:Property ; - rdfs:label "function_Expression" ; - rdfs:comment "The Expressions that are steps in the calculation of the result of this Function." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:function_IsModelLevelEvaluable a rdf:Property ; - rdfs:label "function_IsModelLevelEvaluable" ; - rdfs:comment "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:function_Result a rdf:Property ; - rdfs:label "function_Result" ; - rdfs:comment "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:import_ImportOwningNamespace a rdf:Property ; - rdfs:label "import_ImportOwningNamespace" ; - rdfs:comment "The Namespace into which Memberships are imported by this Import, which must be the owningRelatedElement of the Import." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:import_ImportedElement a rdf:Property ; - rdfs:label "import_ImportedElement" ; - rdfs:comment "The effectively imported Element for this Import. For a MembershipImport, this is the memberElement of the importedMembership. For a NamespaceImport, it is the importedNamespace." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:import_IsImportAll a rdf:Property ; - rdfs:label "import_IsImportAll" ; - rdfs:comment "Whether to import memberships without regard to declared visibility." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:import_IsRecursive a rdf:Property ; - rdfs:label "import_IsRecursive" ; - rdfs:comment "Whether to recursively import Memberships from visible, owned sub-Namespaces." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:import_Visibility a rdf:Property ; - rdfs:label "import_Visibility" ; - rdfs:comment "The visibility level of the imported members from this Import relative to the importOwningNamespace." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:intersecting_IntersectingType a rdf:Property ; - rdfs:label "intersecting_IntersectingType" ; - rdfs:comment "Type that partly determines interpretations of typeIntersected, as described in Type::intersectingType." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:intersecting_TypeIntersected a rdf:Property ; - rdfs:label "intersecting_TypeIntersected" ; - rdfs:comment "Type with interpretations partly determined by intersectingType, as described in Type::intersectingType." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:invariant_IsNegated a rdf:Property ; - rdfs:label "invariant_IsNegated" ; - rdfs:comment "Whether this Invariant is asserted to be false rather than true." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:invocationExpression_Argument a rdf:Property ; - rdfs:label "invocationExpression_Argument" ; - rdfs:comment "The value Expressions of the FeatureValues of the owned input parameters of the InvocationExpression." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:itemFlow_Interaction a rdf:Property ; - rdfs:label "itemFlow_Interaction" ; - rdfs:comment "The Interactions that type this ItemFlow. Interactions are both Associations and Behaviors, which can type Connectors and Steps, respectively." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:itemFlow_ItemFeature a rdf:Property ; - rdfs:label "itemFlow_ItemFeature" ; - rdfs:comment "The ownedFeature of the ItemFlow that is an ItemFeature (if any)." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:itemFlow_ItemFlowEnd a rdf:Property ; - rdfs:label "itemFlow_ItemFlowEnd" ; - rdfs:comment "The connectorEnds of this ItemFlow that are ItemFlowEnds." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:itemFlow_ItemType a rdf:Property ; - rdfs:label "itemFlow_ItemType" ; - rdfs:comment "The type of values transferred, which is the type of the itemFeature of the ItemFlow." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:itemFlow_SourceOutputFeature a rdf:Property ; - rdfs:label "itemFlow_SourceOutputFeature" ; - rdfs:comment "The Feature that provides the items carried by the ItemFlow. It must be an owned output of the source of the ItemFlow." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:itemFlow_TargetInputFeature a rdf:Property ; - rdfs:label "itemFlow_TargetInputFeature" ; - rdfs:comment "The Feature that receives the values carried by the ItemFlow. It must be an owned output of the target participant of the ItemFlow." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:libraryPackage_IsStandard a rdf:Property ; - rdfs:label "libraryPackage_IsStandard" ; - rdfs:comment "Whether this LibraryPackage contains a standard library model. This should only be set to true for LibraryPackages in the standard Kernel Model Libraries or in normative model libraries for a language built on KerML." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:literalBoolean_Value a rdf:Property ; - rdfs:label "literalBoolean_Value" ; - rdfs:comment "The Boolean value that is the result of evaluating this LiteralBoolean." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:literalInteger_Value a rdf:Property ; - rdfs:label "literalInteger_Value" ; - rdfs:comment "The Integer value that is the result of evaluating this LiteralInteger." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:literalRational_Value a rdf:Property ; - rdfs:label "literalRational_Value" ; - rdfs:comment "The value whose rational approximation is the result of evaluating this LiteralRational." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:literalString_Value a rdf:Property ; - rdfs:label "literalString_Value" ; - rdfs:comment "The String value that is the result of evaluating this LiteralString." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:membershipImport_ImportedMembership a rdf:Property ; - rdfs:label "membershipImport_ImportedMembership" ; - rdfs:comment "The Membership to be imported." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:membership_MemberElement a rdf:Property ; - rdfs:label "membership_MemberElement" ; - rdfs:comment "The Element that becomes a member of the membershipOwningNamespace due to this Membership." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:membership_MemberElementId a rdf:Property ; - rdfs:label "membership_MemberElementId" ; - rdfs:comment "The elementId of the memberElement." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:membership_MemberName a rdf:Property ; - rdfs:label "membership_MemberName" ; - rdfs:comment "The name of the memberElement relative to the membershipOwningNamespace." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:membership_MemberShortName a rdf:Property ; - rdfs:label "membership_MemberShortName" ; - rdfs:comment "The short name of the memberElement relative to the membershipOwningNamespace." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:membership_MembershipOwningNamespace a rdf:Property ; - rdfs:label "membership_MembershipOwningNamespace" ; - rdfs:comment "The Namespace of which the memberElement becomes a member due to this Membership." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:membership_Visibility a rdf:Property ; - rdfs:label "membership_Visibility" ; - rdfs:comment "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:metadataAccessExpression_ReferencedElement a rdf:Property ; - rdfs:label "metadataAccessExpression_ReferencedElement" ; - rdfs:comment " The Element whose metadata is being accessed." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:metadataFeature_Metaclass a rdf:Property ; - rdfs:label "metadataFeature_Metaclass" ; - rdfs:comment "The type of this MetadataFeature, which must be a Metaclass." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:multiplicityRange_Bound a rdf:Property ; - rdfs:label "multiplicityRange_Bound" ; - rdfs:comment "The owned Expressions of the MultiplicityRange whose results provide its bounds. These must be the only ownedMembers of the MultiplicityRange." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:multiplicityRange_LowerBound a rdf:Property ; - rdfs:label "multiplicityRange_LowerBound" ; - rdfs:comment "The Expression whose result provides the lower bound of the MultiplicityRange. If no lowerBound Expression is given, then the lower bound shall have the same value as the upper bound, unless the upper bound is unbounded (*), in which case the lower bound shall be 0." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:multiplicityRange_UpperBound a rdf:Property ; - rdfs:label "multiplicityRange_UpperBound" ; - rdfs:comment "The Expression whose result is the upper bound of the MultiplicityRange." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:namespaceImport_ImportedNamespace a rdf:Property ; - rdfs:label "namespaceImport_ImportedNamespace" ; - rdfs:comment "The Namespace whose visible Memberships are imported by this NamespaceImport." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:namespace_ImportedMembership a rdf:Property ; - rdfs:label "namespace_ImportedMembership" ; - rdfs:comment "The Memberships in this Namespace that result from the ownedImports of this Namespace." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:namespace_Member a rdf:Property ; - rdfs:label "namespace_Member" ; - rdfs:comment "The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:namespace_Membership a rdf:Property ; - rdfs:label "namespace_Membership" ; - rdfs:comment "All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:namespace_OwnedImport a rdf:Property ; - rdfs:label "namespace_OwnedImport" ; - rdfs:comment "The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:namespace_OwnedMember a rdf:Property ; - rdfs:label "namespace_OwnedMember" ; - rdfs:comment "The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the ." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:namespace_OwnedMembership a rdf:Property ; - rdfs:label "namespace_OwnedMembership" ; - rdfs:comment "The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:operatorExpression_Operator a rdf:Property ; - rdfs:label "operatorExpression_Operator" ; - rdfs:comment "An operator symbol that names a corresponding Function from one of the standard packages from the Kernel Function Library ." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:owningMembership_OwnedMemberElement a rdf:Property ; - rdfs:label "owningMembership_OwnedMemberElement" ; - rdfs:comment "The Element that becomes an ownedMember of the membershipOwningNamespace due to this OwningMembership." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:owningMembership_OwnedMemberElementId a rdf:Property ; - rdfs:label "owningMembership_OwnedMemberElementId" ; - rdfs:comment "The elementId of the ownedMemberElement." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:owningMembership_OwnedMemberName a rdf:Property ; - rdfs:label "owningMembership_OwnedMemberName" ; - rdfs:comment "The name of the ownedMemberElement." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:owningMembership_OwnedMemberShortName a rdf:Property ; - rdfs:label "owningMembership_OwnedMemberShortName" ; - rdfs:comment "The shortName of the ownedMemberElement." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:package_FilterCondition a rdf:Property ; - rdfs:label "package_FilterCondition" ; - rdfs:comment "The model-level evaluable Boolean-valued Expression used to filter the members of this Package, which are owned by the Package are via ElementFilterMemberships." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:parameterMembership_OwnedMemberParameter a rdf:Property ; - rdfs:label "parameterMembership_OwnedMemberParameter" ; - rdfs:comment "The Feature that is identified as a parameter by this ParameterMembership." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:redefinition_RedefinedFeature a rdf:Property ; - rdfs:label "redefinition_RedefinedFeature" ; - rdfs:comment "The Feature that is redefined by the redefiningFeature of this Redefinition." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:redefinition_RedefiningFeature a rdf:Property ; - rdfs:label "redefinition_RedefiningFeature" ; - rdfs:comment "The Feature that is redefining the redefinedFeature of this Redefinition." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:referenceSubsetting_ReferencedFeature a rdf:Property ; - rdfs:label "referenceSubsetting_ReferencedFeature" ; - rdfs:comment "The Feature that is referenced by the referencingFeature of this ReferenceSubsetting." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:referenceSubsetting_ReferencingFeature a rdf:Property ; - rdfs:label "referenceSubsetting_ReferencingFeature" ; - rdfs:comment "The Feature that owns this ReferenceSubsetting relationship, which is also its subsettingFeature." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:relationship_IsImplied a rdf:Property ; - rdfs:label "relationship_IsImplied" ; - rdfs:comment "Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:relationship_OwnedRelatedElement a rdf:Property ; - rdfs:label "relationship_OwnedRelatedElement" ; - rdfs:comment "The relatedElements of this Relationship that are owned by the Relationship." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:relationship_OwningRelatedElement a rdf:Property ; - rdfs:label "relationship_OwningRelatedElement" ; - rdfs:comment "The relatedElement of this Relationship that owns the Relationship, if any." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:relationship_RelatedElement a rdf:Property ; - rdfs:label "relationship_RelatedElement" ; - rdfs:comment "The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:relationship_Source a rdf:Property ; - rdfs:label "relationship_Source" ; - rdfs:comment "The relatedElements from which this Relationship is considered to be directed." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:relationship_Target a rdf:Property ; - rdfs:label "relationship_Target" ; - rdfs:comment "The relatedElements to which this Relationship is considered to be directed." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:resultExpressionMembership_OwnedResultExpression a rdf:Property ; - rdfs:label "resultExpressionMembership_OwnedResultExpression" ; - rdfs:comment "The Expression that provides the result for the owner of the ResultExpressionMembership." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:specialization_General a rdf:Property ; - rdfs:label "specialization_General" ; - rdfs:comment "A Type with a superset of all instances of the specific Type, which might be the same set." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:specialization_OwningType a rdf:Property ; - rdfs:label "specialization_OwningType" ; - rdfs:comment "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:specialization_Specific a rdf:Property ; - rdfs:label "specialization_Specific" ; - rdfs:comment "A Type with a subset of all instances of the general Type, which might be the same set." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:step_Behavior a rdf:Property ; - rdfs:label "step_Behavior" ; - rdfs:comment "The Behaviors that type this Step." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:step_Parameter a rdf:Property ; - rdfs:label "step_Parameter" ; - rdfs:comment "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:subclassification_OwningClassifier a rdf:Property ; - rdfs:label "subclassification_OwningClassifier" ; - rdfs:comment "The Classifier that owns this Subclassification relationship, which must also be its subclassifier." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:subclassification_Subclassifier a rdf:Property ; - rdfs:label "subclassification_Subclassifier" ; - rdfs:comment "The more specific Classifier in this Subclassification." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:subclassification_Superclassifier a rdf:Property ; - rdfs:label "subclassification_Superclassifier" ; - rdfs:comment "The more general Classifier in this Subclassification." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:subsetting_OwningFeature a rdf:Property ; - rdfs:label "subsetting_OwningFeature" ; - rdfs:comment "A subsettingFeature that is also the owningRelatedElement of this Subsetting." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:subsetting_SubsettedFeature a rdf:Property ; - rdfs:label "subsetting_SubsettedFeature" ; - rdfs:comment "The Feature that is subsetted by the subsettingFeature of this Subsetting." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:subsetting_SubsettingFeature a rdf:Property ; - rdfs:label "subsetting_SubsettingFeature" ; - rdfs:comment "The Feature that is a subset of the subsettedFeature of this Subsetting." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:succession_EffectStep a rdf:Property ; - rdfs:label "succession_EffectStep" ; - rdfs:comment "Steps that represent occurrences that are side effects of the transitionStep occurring." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:succession_GuardExpression a rdf:Property ; - rdfs:label "succession_GuardExpression" ; - rdfs:comment "Expressions that must evaluate to true before the transitionStep can occur." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:succession_TransitionStep a rdf:Property ; - rdfs:label "succession_TransitionStep" ; - rdfs:comment "A Step that is typed by the Behavior TransitionPerformances::TransitionPerformance (from the Kernel Semantic Library) that has this Succession as its transitionLink." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:succession_TriggerStep a rdf:Property ; - rdfs:label "succession_TriggerStep" ; - rdfs:comment "Steps that map incoming events to the timing of occurrences of the transitionStep. The values of triggerStep subset the list of acceptable events to be received by a Behavior or the object that performs it." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:textualRepresentation_Body a rdf:Property ; - rdfs:label "textualRepresentation_Body" ; - rdfs:comment "The textual representation of the representedElement in the given language." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:textualRepresentation_Language a rdf:Property ; - rdfs:label "textualRepresentation_Language" ; - rdfs:comment "The natural or artifical language in which the body text is written." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:textualRepresentation_RepresentedElement a rdf:Property ; - rdfs:label "textualRepresentation_RepresentedElement" ; - rdfs:comment "The Element that is represented by this TextualRepresentation." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:typeFeaturing_FeatureOfType a rdf:Property ; - rdfs:label "typeFeaturing_FeatureOfType" ; - rdfs:comment "The Feature that is featured by the featuringType. It is the source of the TypeFeaturing." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:typeFeaturing_FeaturingType a rdf:Property ; - rdfs:label "typeFeaturing_FeaturingType" ; - rdfs:comment "The Type that features the featureOfType. It is the target of the TypeFeaturing." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:typeFeaturing_OwningFeatureOfType a rdf:Property ; - rdfs:label "typeFeaturing_OwningFeatureOfType" ; - rdfs:comment "A featureOfType that is also the owningRelatedElement of this TypeFeaturing." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_DifferencingType a rdf:Property ; - rdfs:label "type_DifferencingType" ; - rdfs:comment "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_DirectedFeature a rdf:Property ; - rdfs:label "type_DirectedFeature" ; - rdfs:comment "The features of this Type that have a non-null direction." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_EndFeature a rdf:Property ; - rdfs:label "type_EndFeature" ; - rdfs:comment "All features of this Type with isEnd = true." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_Feature a rdf:Property ; - rdfs:label "type_Feature" ; - rdfs:comment "The ownedMemberFeatures of the featureMemberships of this Type." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_FeatureMembership a rdf:Property ; - rdfs:label "type_FeatureMembership" ; - rdfs:comment "The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships)." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_InheritedFeature a rdf:Property ; - rdfs:label "type_InheritedFeature" ; - rdfs:comment "All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_InheritedMembership a rdf:Property ; - rdfs:label "type_InheritedMembership" ; - rdfs:comment "All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_Input a rdf:Property ; - rdfs:label "type_Input" ; - rdfs:comment "All features related to this Type by FeatureMemberships that have direction in or inout." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_IntersectingType a rdf:Property ; - rdfs:label "type_IntersectingType" ; - rdfs:comment "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_IsAbstract a rdf:Property ; - rdfs:label "type_IsAbstract" ; - rdfs:comment "Indicates whether instances of this Type must also be instances of at least one of its specialized Types." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_IsConjugated a rdf:Property ; - rdfs:label "type_IsConjugated" ; - rdfs:comment "Indicates whether this Type has an ownedConjugator." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_IsSufficient a rdf:Property ; - rdfs:label "type_IsSufficient" ; - rdfs:comment "Whether all things that meet the classification conditions of this Type must be classified by the Type." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_Multiplicity a rdf:Property ; - rdfs:label "type_Multiplicity" ; - rdfs:comment "An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_Output a rdf:Property ; - rdfs:label "type_Output" ; - rdfs:comment "All features related to this Type by FeatureMemberships that have direction out or inout." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_OwnedConjugator a rdf:Property ; - rdfs:label "type_OwnedConjugator" ; - rdfs:comment "A Conjugation owned by this Type for which the Type is the originalType." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_OwnedDifferencing a rdf:Property ; - rdfs:label "type_OwnedDifferencing" ; - rdfs:comment "The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_OwnedDisjoining a rdf:Property ; - rdfs:label "type_OwnedDisjoining" ; - rdfs:comment "The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_OwnedEndFeature a rdf:Property ; - rdfs:label "type_OwnedEndFeature" ; - rdfs:comment "All endFeatures of this Type that are ownedFeatures." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_OwnedFeature a rdf:Property ; - rdfs:label "type_OwnedFeature" ; - rdfs:comment "The ownedMemberFeatures of the ownedFeatureMemberships of this Type." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_OwnedFeatureMembership a rdf:Property ; - rdfs:label "type_OwnedFeatureMembership" ; - rdfs:comment "The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_OwnedIntersecting a rdf:Property ; - rdfs:label "type_OwnedIntersecting" ; - rdfs:comment "The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_OwnedSpecialization a rdf:Property ; - rdfs:label "type_OwnedSpecialization" ; - rdfs:comment "The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_OwnedUnioning a rdf:Property ; - rdfs:label "type_OwnedUnioning" ; - rdfs:comment "The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:type_UnioningType a rdf:Property ; - rdfs:label "type_UnioningType" ; - rdfs:comment "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:unioning_TypeUnioned a rdf:Property ; - rdfs:label "unioning_TypeUnioned" ; - rdfs:comment "Type with interpretations partly determined by unioningType, as described in Type::unioningType." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:unioning_UnioningType a rdf:Property ; - rdfs:label "unioning_UnioningType" ; - rdfs:comment "Type that partly determines interpretations of typeUnioned, as described in Type::unioningType." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:visibilityKind_Private a oslc_kerml:VisibilityKind ; - rdfs:label "visibilityKind_Private" ; - rdfs:comment "Indicates a Membership is not visible outside its owning Namespace." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:visibilityKind_Protected a oslc_kerml:VisibilityKind ; - rdfs:label "visibilityKind_Protected" ; - rdfs:comment "An intermediate level of visibility between public and private. By default, it is equivalent to private for the purposes of normal access to and import of Elements from a Namespace. However, other Relationships may be specified to include Memberships with protected visibility in the list of memberships for a Namespace (e.g., Specialization)." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml:visibilityKind_Public a oslc_kerml:VisibilityKind ; - rdfs:label "visibilityKind_Public" ; - rdfs:comment "Indicates that a Membership is publicly visible outside its owning Namespace." ; - rdfs:isDefinedBy oslc_kerml: . - -oslc_kerml: a owl:Ontology ; - rdfs:label "OSLC KerML Vocabulary" ; - dcterms:dateCopyrighted "2012-2024" ; - dcterms:description "All vocabulary URIs defined in the OSLC KerML namespace."^^rdf:XMLLiteral ; - dcterms:issued "2024-08-01"^^xsd:date ; - dcterms:license ; - dcterms:publisher ; - dcterms:title "OSLC KerML Vocabulary" ; - vann:preferredNamespacePrefix "oslc_kerml" . - diff --git a/specs/sysml/KerML-Shapes-shapes.ttl b/specs/sysml/KerML-Shapes-shapes.ttl new file mode 100644 index 0000000..c764c09 --- /dev/null +++ b/specs/sysml/KerML-Shapes-shapes.ttl @@ -0,0 +1,11720 @@ +@prefix : . +@prefix dcterms: . +@prefix jazz_am: . +@prefix oslc: . +@prefix oslc_kerml: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . + +: a oslc:ResourceShapeConstraints ; + rdfs:label "OSLC Kernel Modeling Language (KerML) Constraints" ; + dcterms:dateCopyrighted "2012-2024" ; + dcterms:description "

Constraints on vocabulary terms defined in the OSLC Kernel Modeling Language (KerML) namespace.

"^^rdf:XMLLiteral ; + dcterms:hasVersion "V2" ; + dcterms:isPartOf ; + dcterms:license <> ; + dcterms:publisher ; + dcterms:source ; + dcterms:title "OSLC Kernel Modeling Language (SysML) Version 2.0 Constraints" . + +:AnnotatingElementShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:AnnotatingElement ; + oslc:property [ a oslc:Property ; + oslc:name "annotatedElement" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition oslc_kerml:annotatedElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral ], + :aliasIds, + :annotation, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotatingRelationship, + :ownedAnnotation, + :ownedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "An AnnotatingElement is an Element that provides additional description of or metadata on some other Element. An AnnotatingElement is either attached to its annotatedElements by Annotation Relationships, or it implicitly annotates its owningNamespace."^^rdf:XMLLiteral ; + dcterms:title "AnnotatingElementShape"^^rdf:XMLLiteral . + +:AnnotationShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Annotation ; + oslc:property [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "annotatedElement" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:annotatedElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Element that is annotated by the annotatingElement of this Annotation."^^rdf:XMLLiteral ], + :aliasIds, + :annotatingElement, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningAnnotatedElement, + :owningAnnotatingElement, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "An Annotation is a Relationship between an AnnotatingElement and the Element that is annotated by that AnnotatingElement."^^rdf:XMLLiteral ; + dcterms:title "AnnotationShape"^^rdf:XMLLiteral . + +:AssociationShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Association ; + oslc:property [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + :aliasIds, + :associationEnd, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :documentation, + :elaborates, + :elementId, + :endFeature, + :external, + :featureMembership, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isConjugated, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :isSufficient, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRelatedElement, + :ownedRelationship, + :ownedSpecialization, + :ownedSubclassification, + :ownedUnioning, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :relatedType, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :sourceType, + :targetType, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "An Association is a Relationship and a Classifier to enable classification of links between things (in the universe). The co-domains (types) of the associationEnd Features are the relatedTypes, as co-domain and participants (linked things) of an Association identify each other."^^rdf:XMLLiteral ; + dcterms:title "AssociationShape"^^rdf:XMLLiteral . + +:AssociationStructureShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:AssociationStructure ; + oslc:property [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + :aliasIds, + :associationEnd, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :documentation, + :elaborates, + :elementId, + :endFeature, + :external, + :featureMembership, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isConjugated, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :isSufficient, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRelatedElement, + :ownedRelationship, + :ownedSpecialization, + :ownedSubclassification, + :ownedUnioning, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :relatedType, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :sourceType, + :targetType, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "An AssociationStructure is an Association that is also a Structure, classifying link objects that are both links and objects. As objects, link objects can be created and destroyed, and their non-end Features can change over time. However, the values of the end Features of a link object are fixed and cannot change over its lifetime."^^rdf:XMLLiteral ; + dcterms:title "AssociationStructureShape"^^rdf:XMLLiteral . + +:BehaviorShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Behavior ; + oslc:property [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :documentation, + :elaborates, + :elementId, + :endFeature, + :external, + :featureMembership, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isConjugated, + :isImpliedIncluded, + :isLibraryElement, + :isSufficient, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRelationship, + :ownedSpecialization, + :ownedSubclassification, + :ownedUnioning, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :step, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Behavior coordinates occurrences of other Behaviors, as well as changes in objects. Behaviors can be decomposed into Steps and be characterized by parameters."^^rdf:XMLLiteral ; + dcterms:title "BehaviorShape"^^rdf:XMLLiteral . + +:BindingConnectorShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:BindingConnector ; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "targetFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:targetFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + :aliasIds, + :association, + :connectorEnd, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelatedElement, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :relatedFeature, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :sourceFeature, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A BindingConnector is a binary Connector that requires its relatedFeatures to identify the same things (have the same values)."^^rdf:XMLLiteral ; + dcterms:title "BindingConnectorShape"^^rdf:XMLLiteral . + +:BooleanExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:BooleanExpression ; + oslc:property [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + :aliasIds, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :predicate, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A BooleanExpression is a Boolean-valued Expression whose type is a Predicate. It represents a logical condition resulting from the evaluation of the Predicate."^^rdf:XMLLiteral ; + dcterms:title "BooleanExpressionShape"^^rdf:XMLLiteral . + +:ClassShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Class ; + oslc:property [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :documentation, + :elaborates, + :elementId, + :endFeature, + :external, + :featureMembership, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isConjugated, + :isImpliedIncluded, + :isLibraryElement, + :isSufficient, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRelationship, + :ownedSpecialization, + :ownedSubclassification, + :ownedUnioning, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Class is a Classifier of things (in the universe) that can be distinguished without regard to how they are related to other things (via Features). This means multiple things classified by the same Class can be distinguished, even when they are related other things in exactly the same way."^^rdf:XMLLiteral ; + dcterms:title "ClassShape"^^rdf:XMLLiteral . + +:ClassifierShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Classifier ; + oslc:property [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :documentation, + :elaborates, + :elementId, + :endFeature, + :external, + :featureMembership, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isConjugated, + :isImpliedIncluded, + :isLibraryElement, + :isSufficient, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRelationship, + :ownedSpecialization, + :ownedSubclassification, + :ownedUnioning, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Classifier is a Type that classifies:."^^rdf:XMLLiteral ; + dcterms:title "ClassifierShape"^^rdf:XMLLiteral . + +:CollectExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:CollectExpression ; + oslc:property [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + :aliasIds, + :argument, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :operand, + :operator, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A CollectExpression is an OperatorExpression whose operator is \"collect\", which resolves to the Function ControlFunctions::collect from the Kernel Functions Library."^^rdf:XMLLiteral ; + dcterms:title "CollectExpressionShape"^^rdf:XMLLiteral . + +:CommentShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Comment ; + oslc:property [ a oslc:Property ; + oslc:name "annotatedElement" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition oslc_kerml:annotatedElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "body" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:body ; + oslc:readOnly false ; + dcterms:description "The annotation text for the Comment."^^rdf:XMLLiteral ], + :aliasIds, + :annotation, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImpliedIncluded, + :isLibraryElement, + :locale, + :modified, + :name, + :ownedAnnotatingRelationship, + :ownedAnnotation, + :ownedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Comment is an AnnotatingElement whose body in some way describes its annotatedElements."^^rdf:XMLLiteral ; + dcterms:title "CommentShape"^^rdf:XMLLiteral . + +:ConjugationShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Conjugation ; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The conjugatedType of this Conjugation that is also its owningRelatedElement."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + :aliasIds, + :conjugatedType, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :originalType, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "Conjugation is a Relationship between two types in which the conjugatedType inherits all the Features of the originalType, but with all input and output Features reversed. That is, any Features with a direction in relative to the originalType are considered to have an effective direction of out relative to the conjugatedType and, similarly, Features with direction out in the originalType are considered to have an effective direction of in in the conjugatedType. Features with direction inout, or with no direction, in the originalType, are inherited without change."^^rdf:XMLLiteral ; + dcterms:title "ConjugationShape"^^rdf:XMLLiteral . + +:ConnectorShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Connector ; + oslc:property [ a oslc:Property ; + oslc:name "targetFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:targetFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + :aliasIds, + :association, + :connectorEnd, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelatedElement, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :relatedFeature, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :sourceFeature, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Connector is a usage of Associations, with links restricted according to instances of the Type in which they are used (domain of the Connector). The associations of the Connector restrict what kinds of things might be linked. The Connector further restricts these links to be between values of Features on instances of its domain."^^rdf:XMLLiteral ; + dcterms:title "ConnectorShape"^^rdf:XMLLiteral . + +:DataTypeShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:DataType ; + oslc:property [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :documentation, + :elaborates, + :elementId, + :endFeature, + :external, + :featureMembership, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isConjugated, + :isImpliedIncluded, + :isLibraryElement, + :isSufficient, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRelationship, + :ownedSpecialization, + :ownedSubclassification, + :ownedUnioning, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A DataType is a Classifier of things (in the universe) that can only be distinguished by how they are related to other things (via Features). This means multiple things classified by the same DataType."^^rdf:XMLLiteral ; + dcterms:title "DataTypeShape"^^rdf:XMLLiteral . + +:DependencyShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Dependency ; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + :aliasIds, + :client, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :supplier, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Dependency is a Relationship that indicates that one or more client Elements require one more supplier Elements for their complete specification. In general, this means that a change to one of the supplier Elements may necessitate a change to, or re-specification of, the client Elements."^^rdf:XMLLiteral ; + dcterms:title "DependencyShape"^^rdf:XMLLiteral . + +:DifferencingShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Differencing ; + oslc:property [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Type that partly determines interpretations of typeDifferenced, as described in Type::differencingType."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type, + :typeDifferenced ; + dcterms:description "Differencing is a Relationship that makes its differencingType one of the differencingTypes of its typeDifferenced."^^rdf:XMLLiteral ; + dcterms:title "DifferencingShape"^^rdf:XMLLiteral . + +:DisjoiningShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Disjoining ; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "A typeDisjoined that is also an owningRelatedElement."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :disjoiningType, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type, + :typeDisjoined ; + dcterms:description "A Disjoining is a Relationship between Types asserted to have interpretations that are not shared (disjoint) between them, identified as typeDisjoined and disjoiningType. For example, a Classifier for mammals is disjoint from a Classifier for minerals, and a Feature for people's parents is disjoint from a Feature for their children."^^rdf:XMLLiteral ; + dcterms:title "DisjoiningShape"^^rdf:XMLLiteral . + +:DocumentationShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Documentation ; + oslc:property [ a oslc:Property ; + oslc:name "annotatedElement" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition oslc_kerml:annotatedElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "body" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:body ; + oslc:readOnly false ; + dcterms:description "The annotation text for the Comment."^^rdf:XMLLiteral ], + :aliasIds, + :annotation, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :documentedElement, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImpliedIncluded, + :isLibraryElement, + :locale, + :modified, + :name, + :ownedAnnotatingRelationship, + :ownedAnnotation, + :ownedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "Documentation is a Comment that specifically documents a documentedElement, which must be its owner."^^rdf:XMLLiteral ; + dcterms:title "DocumentationShape"^^rdf:XMLLiteral . + +:ElementFilterMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:ElementFilterMembership ; + oslc:property [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:visibility ; + oslc:readOnly false ; + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + :aliasIds, + :condition, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :memberElement, + :memberElementId, + :memberName, + :memberShortName, + :membershipOwningNamespace, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedMemberElement, + :ownedMemberElementId, + :ownedMemberName, + :ownedMemberShortName, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "ElementFilterMembership is a Membership between a Namespace and a model-level evaluable Boolean-valued Expression, asserting that imported members of the Namespace should be filtered using the condition Expression. A general Namespace does not define any specific filtering behavior, but such behavior may be defined for various specialized kinds of Namespaces."^^rdf:XMLLiteral ; + dcterms:title "ElementFilterMembershipShape"^^rdf:XMLLiteral . + +:ElementShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Element ; + oslc:property :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "An Element is a constituent of a model that is uniquely identified relative to all other Elements. It can have Relationships with other Elements. Some of these Relationships might imply ownership of other Elements, which means that if an Element is deleted from a model, then so are all the Elements that it owns."^^rdf:XMLLiteral ; + dcterms:title "ElementShape"^^rdf:XMLLiteral . + +:EndFeatureMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:EndFeatureMembership ; + oslc:property [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:visibility ; + oslc:readOnly false ; + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :memberElement, + :memberElementId, + :memberName, + :memberShortName, + :membershipOwningNamespace, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedMemberElement, + :ownedMemberElementId, + :ownedMemberFeature, + :ownedMemberName, + :ownedMemberShortName, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "EndFeatureMembership is a FeatureMembership that requires its memberFeature be owned and have isEnd = true."^^rdf:XMLLiteral ; + dcterms:title "EndFeatureMembershipShape"^^rdf:XMLLiteral . + +:ExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Expression ; + oslc:property [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + :aliasIds, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "An Expression is a Step that is typed by a Function. An Expression that also has a Function as its featuringType is a computational step within that Function. An Expression always has a single result parameter, which redefines the result parameter of its defining function. This allows Expressions to be interconnected in tree structures, in which inputs to each Expression in the tree are determined as the results of other Expression in the tree."^^rdf:XMLLiteral ; + dcterms:title "ExpressionShape"^^rdf:XMLLiteral . + +:FeatureChainExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:FeatureChainExpression ; + oslc:property [ a oslc:Property ; + oslc:name "targetFeature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:targetFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is accessed by this FeatureChainExpression, which is its first non-parameter member.

."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + :aliasIds, + :argument, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :operand, + :operator, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A FeatureChainExpression is an OperatorExpression whose operator is \".\", which resolves to the Function ControlFunctions::'.' from the Kernel Functions Library. It evaluates to the result of chaining the result Feature of its single argument Expression with its targetFeature."^^rdf:XMLLiteral ; + dcterms:title "FeatureChainExpressionShape"^^rdf:XMLLiteral . + +:FeatureChainingShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:FeatureChaining ; + oslc:property [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature whose values partly determine values of featureChained, as described in Feature::chainingFeature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :featureChained, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "FeatureChaining is a Relationship that makes its target Feature one of the chainingFeatures of its owning Feature."^^rdf:XMLLiteral ; + dcterms:title "FeatureChainingShape"^^rdf:XMLLiteral . + +:FeatureInvertingShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:FeatureInverting ; + oslc:property [ a oslc:Property ; + oslc:name "owningFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "A featureInverted that is also the owningRelatedElement of this FeatureInverting."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :featureInverted, + :identifier, + :instanceShape, + :invertingFeature, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A FeatureInverting is a Relationship between Features asserting that their interpretations (sequences) are the reverse of each other, identified as featureInverted and invertingFeature. For example, a Feature identifying each person's parents is the inverse of a Feature identifying each person's children. A person identified as a parent of another will identify that other as one of their children."^^rdf:XMLLiteral ; + dcterms:title "FeatureInvertingShape"^^rdf:XMLLiteral . + +:FeatureMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:FeatureMembership ; + oslc:property [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:visibility ; + oslc:readOnly false ; + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :memberElement, + :memberElementId, + :memberName, + :memberShortName, + :membershipOwningNamespace, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedMemberElement, + :ownedMemberElementId, + :ownedMemberFeature, + :ownedMemberName, + :ownedMemberShortName, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A FeatureMembership is an OwningMembership between a Feature in an owningType that is also a Featuring Relationship between the Feature and the Type, in which the featuringType is the source and the featureOfType is the target. A FeatureMembership is always owned by its owningType, which is the featuringType for the FeatureMembership considered as a Featuring."^^rdf:XMLLiteral ; + dcterms:title "FeatureMembershipShape"^^rdf:XMLLiteral . + +:FeatureReferenceExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:FeatureReferenceExpression ; + oslc:property [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "referent" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:referent ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is referenced by this FeatureReferenceExpression, which is its first non-parameter member."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + :aliasIds, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A FeatureReferenceExpression is an Expression whose result is bound to a referent Feature."^^rdf:XMLLiteral ; + dcterms:title "FeatureReferenceExpressionShape"^^rdf:XMLLiteral . + +:FeatureShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Feature ; + oslc:property [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description """A Feature is a Type that classifies relations between multiple things (in the universe). The domain of the relation is the intersection of the featuringTypes of the Feature. (The domain of a Feature with no featuringTyps is implicitly the most general Type Base::Anything from the Kernel Semantic Library.) The co-domain of the relation is the intersection of the types of the Feature. + +."""^^rdf:XMLLiteral ; + dcterms:title "FeatureShape"^^rdf:XMLLiteral . + +:FeatureTypingShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:FeatureTyping ; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "A typedFeature that is also the owningRelatedElement of this FeatureTyping."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is being applied by this FeatureTyping."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :general, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :specific, + :textualRepresentation, + :title, + :trace, + :type, + :typedFeature ; + dcterms:description "FeatureTyping is Specialization in which the specific Type is a Feature. This means the set of instances of the (specific) typedFeature is a subset of the set of instances of the (general) type. In the simplest case, the type is a Classifier, whereupon the typedFeature has values that are instances of the Classifier."^^rdf:XMLLiteral ; + dcterms:title "FeatureTypingShape"^^rdf:XMLLiteral . + +:FeatureValueShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:FeatureValue ; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:visibility ; + oslc:readOnly false ; + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "value" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:value ; + oslc:range oslc_kerml:Expression ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Expression that provides the value of the featureWithValue as its result."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :featureWithValue, + :identifier, + :instanceShape, + :isDefault, + :isImplied, + :isImpliedIncluded, + :isInitial, + :isLibraryElement, + :memberElement, + :memberElementId, + :memberName, + :memberShortName, + :membershipOwningNamespace, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedMemberElement, + :ownedMemberElementId, + :ownedMemberName, + :ownedMemberShortName, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A FeatureValue is a Membership that identifies a particular member Expression that provides the value of the Feature that owns the FeatureValue. The value is specified as either a bound value or an initial value, and as either a concrete or default value. A Feature can have at most one FeatureValue."^^rdf:XMLLiteral ; + dcterms:title "FeatureValueShape"^^rdf:XMLLiteral . + +:FeaturingShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Featuring ; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "Featuring is a Relationship between a Type and a Feature that is featured by that Type. It asserts that every instance in the domain of the feature must be classified by the type."^^rdf:XMLLiteral ; + dcterms:title "FeaturingShape"^^rdf:XMLLiteral . + +:FunctionShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Function ; + oslc:property [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :documentation, + :elaborates, + :elementId, + :endFeature, + :expression, + :external, + :featureMembership, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isConjugated, + :isImpliedIncluded, + :isLibraryElement, + :isSufficient, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRelationship, + :ownedSpecialization, + :ownedSubclassification, + :ownedUnioning, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :step, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Function is a Behavior that has an out parameter that is identified as its result. A Function represents the performance of a calculation that produces the values of its result parameter. This calculation may be decomposed into Expressions that are steps of the Function."^^rdf:XMLLiteral ; + dcterms:title "FunctionShape"^^rdf:XMLLiteral . + +:ImportShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Import ; + oslc:property [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:visibility ; + oslc:readOnly false ; + dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :importOwningNamespace, + :importedElement, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isImportAll, + :isLibraryElement, + :isRecursive, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "An Import is an Relationship between its importOwningNamespace and either a Membership (for a MembershipImport) or another Namespace (for a NamespaceImport), which determines a set of Memberships that become importedMemberships of the importOwningNamespace. If isImportAll = false (the default), then only public Memberships are considered \"visible\". If isImportAll = true, then all Memberships are considered \"visible\", regardless of their declared visibility. If isRecursive = true, then visible Memberships are also recursively imported from owned sub-Namespaces."^^rdf:XMLLiteral ; + dcterms:title "ImportShape"^^rdf:XMLLiteral . + +:InteractionShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Interaction ; + oslc:property [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + :aliasIds, + :associationEnd, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :documentation, + :elaborates, + :elementId, + :endFeature, + :external, + :featureMembership, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isConjugated, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :isSufficient, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRelatedElement, + :ownedRelationship, + :ownedSpecialization, + :ownedSubclassification, + :ownedUnioning, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :relatedType, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :sourceType, + :step, + :targetType, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "An Interaction is a Behavior that is also an Association, providing a context for multiple objects that have behaviors that impact one another."^^rdf:XMLLiteral ; + dcterms:title "InteractionShape"^^rdf:XMLLiteral . + +:IntersectingShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Intersecting ; + oslc:property [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Type that partly determines interpretations of typeIntersected, as described in Type::intersectingType."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type, + :typeIntersected ; + dcterms:description "Intersecting is a Relationship that makes its intersectingType one of the intersectingTypes of its typeIntersected."^^rdf:XMLLiteral ; + dcterms:title "IntersectingShape"^^rdf:XMLLiteral . + +:InvariantShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Invariant ; + oslc:property [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + :aliasIds, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNegated, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :predicate, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "An Invariant is a BooleanExpression that is asserted to have a specific Boolean result value. If isNegated = false, then the result is asserted to be true. If isNegated = true, then the result is asserted to be false."^^rdf:XMLLiteral ; + dcterms:title "InvariantShape"^^rdf:XMLLiteral . + +:InvocationExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:InvocationExpression ; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + :aliasIds, + :argument, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :operand, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "An InvocationExpression is an Expression each of whose input parameters are bound to the result of an argument Expression."^^rdf:XMLLiteral ; + dcterms:title "InvocationExpressionShape"^^rdf:XMLLiteral . + +:ItemFeatureShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:ItemFeature ; + oslc:property [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "An ItemFeature is the ownedFeature of an ItemFlow that identifies the things carried by the kinds of transfers that are instances of the ItemFlow."^^rdf:XMLLiteral ; + dcterms:title "ItemFeatureShape"^^rdf:XMLLiteral . + +:ItemFlowEndShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:ItemFlowEnd ; + oslc:property [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "An ItemFlowEnd is a Feature that is one of the connectorEnds giving the source or target of an ItemFlow. For ItemFlows typed by FlowTransfer or its specializations, ItemFlowEnds must have exactly one ownedFeature, which redefines Transfer::source::sourceOutput or Transfer::target::targetInput and redefines the corresponding feature of the relatedElement for its end."^^rdf:XMLLiteral ; + dcterms:title "ItemFlowEndShape"^^rdf:XMLLiteral . + +:ItemFlowShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:ItemFlow ; + oslc:property [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "targetFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:targetFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + :aliasIds, + :association, + :behavior, + :connectorEnd, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :interaction, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :itemFeature, + :itemFlowEnd, + :itemType, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelatedElement, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :relatedFeature, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :sourceFeature, + :sourceOutputFeature, + :targetInputFeature, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "An ItemFlow is a Step that represents the transfer of objects or data values from one Feature to another. ItemFlows can take non-zero time to complete."^^rdf:XMLLiteral ; + dcterms:title "ItemFlowShape"^^rdf:XMLLiteral . + +:LibraryPackageShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:LibraryPackage ; + oslc:property [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :filterCondition, + :identifier, + :instanceShape, + :isImpliedIncluded, + :isLibraryElement, + :isStandard, + :member, + :membership, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedImport, + :ownedMember, + :ownedMembership, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A LibraryPackage is a Package that is the container for a model library. A LibraryPackage is itself a library Element as are all Elements that are directly or indirectly contained in it."^^rdf:XMLLiteral ; + dcterms:title "LibraryPackageShape"^^rdf:XMLLiteral . + +:LiteralBooleanShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:LiteralBoolean ; + oslc:property [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "value" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:value ; + oslc:readOnly false ; + dcterms:description "The Boolean value that is the result of evaluating this LiteralBoolean."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + :aliasIds, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "LiteralBoolean is a LiteralExpression that provides a Boolean value as a result. Its result parameter must have type Boolean."^^rdf:XMLLiteral ; + dcterms:title "LiteralBooleanShape"^^rdf:XMLLiteral . + +:LiteralExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:LiteralExpression ; + oslc:property [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + :aliasIds, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A LiteralExpression is an Expression that provides a basic DataValue as a result."^^rdf:XMLLiteral ; + dcterms:title "LiteralExpressionShape"^^rdf:XMLLiteral . + +:LiteralInfinityShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:LiteralInfinity ; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + :aliasIds, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A LiteralInfinity is a LiteralExpression that provides the positive infinity value (*). It's result must have the type Positive."^^rdf:XMLLiteral ; + dcterms:title "LiteralInfinityShape"^^rdf:XMLLiteral . + +:LiteralIntegerShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:LiteralInteger ; + oslc:property [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "value" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:value ; + oslc:readOnly false ; + dcterms:description "The Integer value that is the result of evaluating this LiteralInteger."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + :aliasIds, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A LiteralInteger is a LiteralExpression that provides an Integer value as a result. Its result parameter must have the type Integer."^^rdf:XMLLiteral ; + dcterms:title "LiteralIntegerShape"^^rdf:XMLLiteral . + +:LiteralRationalShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:LiteralRational ; + oslc:property [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "value" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:value ; + oslc:readOnly false ; + dcterms:description "The value whose rational approximation is the result of evaluating this LiteralRational."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + :aliasIds, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A LiteralRational is a LiteralExpression that provides a Rational value as a result. Its result parameter must have the type Rational."^^rdf:XMLLiteral ; + dcterms:title "LiteralRationalShape"^^rdf:XMLLiteral . + +:LiteralStringShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:LiteralString ; + oslc:property [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "value" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:value ; + oslc:readOnly false ; + dcterms:description "The String value that is the result of evaluating this LiteralString."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + :aliasIds, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A LiteralString is a LiteralExpression that provides a String value as a result. Its result parameter must have the type String."^^rdf:XMLLiteral ; + dcterms:title "LiteralStringShape"^^rdf:XMLLiteral . + +:MembershipImportShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:MembershipImport ; + oslc:property [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:visibility ; + oslc:readOnly false ; + dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Membership to be imported."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :importOwningNamespace, + :importedElement, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isImportAll, + :isLibraryElement, + :isRecursive, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A MembershipImport is an Import that imports its importedMembership into the importOwningNamespace. If isRecursive = true and the memberElement of the importedMembership is a Namespace, then the equivalent of a recursive NamespaceImport is also performed on that Namespace."^^rdf:XMLLiteral ; + dcterms:title "MembershipImportShape"^^rdf:XMLLiteral . + +:MembershipShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Membership ; + oslc:property [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:visibility ; + oslc:readOnly false ; + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :memberElement, + :memberElementId, + :memberName, + :memberShortName, + :membershipOwningNamespace, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Membership is a Relationship between a Namespace and an Element that indicates the Element is a member of (i.e., is contained in) the Namespace. Any memberNames specify how the memberElement is identified in the Namespace and the visibility specifies whether or not the memberElement is publicly visible from outside the Namespace."^^rdf:XMLLiteral ; + dcterms:title "MembershipShape"^^rdf:XMLLiteral . + +:MetaclassShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Metaclass ; + oslc:property [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :documentation, + :elaborates, + :elementId, + :endFeature, + :external, + :featureMembership, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isConjugated, + :isImpliedIncluded, + :isLibraryElement, + :isSufficient, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRelationship, + :ownedSpecialization, + :ownedSubclassification, + :ownedUnioning, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Metaclass is a Structure used to type MetadataFeatures."^^rdf:XMLLiteral ; + dcterms:title "MetaclassShape"^^rdf:XMLLiteral . + +:MetadataAccessExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:MetadataAccessExpression ; + oslc:property [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + :aliasIds, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :referencedElement, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A MetadataAccessExpression is an Expression whose result is a sequence of instances of Metaclasses representing all the MetadataFeature annotations of the referencedElement. In addition, the sequence includes an instance of the reflective Metaclass corresponding to the MOF class of the referencedElement, with values for all the abstract syntax properties of the referencedElement."^^rdf:XMLLiteral ; + dcterms:title "MetadataAccessExpressionShape"^^rdf:XMLLiteral . + +:MetadataFeatureShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:MetadataFeature ; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "annotatedElement" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition oslc_kerml:annotatedElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + :aliasIds, + :annotation, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :metaclass, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotatingRelationship, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A MetadataFeature is a Feature that is an AnnotatingElement used to annotate another Element with metadata. It is typed by a Metaclass. All its ownedFeatures must redefine features of its metaclass and any feature bindings must be model-level evaluable."^^rdf:XMLLiteral ; + dcterms:title "MetadataFeatureShape"^^rdf:XMLLiteral . + +:MultiplicityRangeShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:MultiplicityRange ; + oslc:property [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + :aliasIds, + :bound, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :lowerBound, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type, + :upperBound ; + dcterms:description "A MultiplicityRange is a Multiplicity whose value is defined to be the (inclusive) range of natural numbers given by the result of a lowerBound Expression and the result of an upperBound Expression. The result of these Expressions shall be of type Natural. If the result of the upperBound Expression is the unbounded value *, then the specified range includes all natural numbers greater than or equal to the lowerBound value. If no lowerBound Expression, then the default is that the lower bound has the same value as the upper bound, except if the upperBound evaluates to *, in which case the default for the lower bound is 0."^^rdf:XMLLiteral ; + dcterms:title "MultiplicityRangeShape"^^rdf:XMLLiteral . + +:MultiplicityShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Multiplicity ; + oslc:property [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description """A Multiplicity is a Feature whose co-domain is a set of natural numbers giving the allowed cardinalities of each typeWithMultiplicity. The cardinality of a Type is defined as follows, depending on whether the Type is a Classifier or Feature. +."""^^rdf:XMLLiteral ; + dcterms:title "MultiplicityShape"^^rdf:XMLLiteral . + +:NamespaceImportShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:NamespaceImport ; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:visibility ; + oslc:readOnly false ; + dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :importOwningNamespace, + :importedElement, + :importedNamespace, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isImportAll, + :isLibraryElement, + :isRecursive, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A NamespaceImport is an Import that imports Memberships from its importedNamespace into the importOwningNamespace. If isRecursive = false, then only the visible Memberships of the importedNamespace are imported. If isRecursive = true, then, in addition, Memberships are recursively imported from any ownedMembers of the importedNamespace that are Namespaces."^^rdf:XMLLiteral ; + dcterms:title "NamespaceImportShape"^^rdf:XMLLiteral . + +:NamespaceShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Namespace ; + oslc:property [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImpliedIncluded, + :isLibraryElement, + :member, + :membership, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedImport, + :ownedMember, + :ownedMembership, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Namespace is an Element that contains other Elements, known as its members, via Membership Relationships with those Elements. The members of a Namespace may be owned by the Namespace, aliased in the Namespace, or imported into the Namespace via Import Relationships."^^rdf:XMLLiteral ; + dcterms:title "NamespaceShape"^^rdf:XMLLiteral . + +:NullExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:NullExpression ; + oslc:property [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + :aliasIds, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A NullExpression is an Expression that results in a null value."^^rdf:XMLLiteral ; + dcterms:title "NullExpressionShape"^^rdf:XMLLiteral . + +:OperatorExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:OperatorExpression ; + oslc:property [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + :aliasIds, + :argument, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :operand, + :operator, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "An OperatorExpression is an InvocationExpression whose function is determined by resolving its operator in the context of one of the standard packages from the Kernel Function Library."^^rdf:XMLLiteral ; + dcterms:title "OperatorExpressionShape"^^rdf:XMLLiteral . + +:OwningMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:OwningMembership ; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:visibility ; + oslc:readOnly false ; + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :memberElement, + :memberElementId, + :memberName, + :memberShortName, + :membershipOwningNamespace, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedMemberElement, + :ownedMemberElementId, + :ownedMemberName, + :ownedMemberShortName, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "An OwningMembership is a Membership that owns its memberElement as a ownedRelatedElement. The ownedMemberElement becomes an ownedMember of the membershipOwningNamespace."^^rdf:XMLLiteral ; + dcterms:title "OwningMembershipShape"^^rdf:XMLLiteral . + +:PackageShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Package ; + oslc:property [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :filterCondition, + :identifier, + :instanceShape, + :isImpliedIncluded, + :isLibraryElement, + :member, + :membership, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedImport, + :ownedMember, + :ownedMembership, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Package is a Namespace used to group Elements, without any instance-level semantics. It may have one or more model-level evaluable filterCondition Expressions used to filter its importedMemberships. Any imported member must meet all of the filterConditions."^^rdf:XMLLiteral ; + dcterms:title "PackageShape"^^rdf:XMLLiteral . + +:ParameterMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:ParameterMembership ; + oslc:property [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:visibility ; + oslc:readOnly false ; + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :memberElement, + :memberElementId, + :memberName, + :memberShortName, + :membershipOwningNamespace, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedMemberElement, + :ownedMemberElementId, + :ownedMemberFeature, + :ownedMemberName, + :ownedMemberParameter, + :ownedMemberShortName, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A ParameterMembership is a FeatureMembership that identifies its memberFeature as a parameter, which is always owned, and must have a direction. A ParameterMembership must be owned by a Behavior or a Step."^^rdf:XMLLiteral ; + dcterms:title "ParameterMembershipShape"^^rdf:XMLLiteral . + +:PredicateShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Predicate ; + oslc:property [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :documentation, + :elaborates, + :elementId, + :endFeature, + :expression, + :external, + :featureMembership, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isConjugated, + :isImpliedIncluded, + :isLibraryElement, + :isSufficient, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRelationship, + :ownedSpecialization, + :ownedSubclassification, + :ownedUnioning, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :step, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Predicate is a Function whose result parameter has type Boolean and multiplicity 1..1."^^rdf:XMLLiteral ; + dcterms:title "PredicateShape"^^rdf:XMLLiteral . + +:RedefinitionShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Redefinition ; + oslc:property [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :general, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :redefinedFeature, + :redefiningFeature, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :specific, + :subsettedFeature, + :subsettingFeature, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "Redefinition is a kind of Subsetting that requires the redefinedFeature and the redefiningFeature to have the same values (on each instance of the domain of the redefiningFeature). This means any restrictions on the redefiningFeature, such as type or multiplicity, also apply to the redefinedFeature (on each instance of the domain of the redefiningFeature), and vice versa. The redefinedFeature might have values for instances of the domain of the redefiningFeature, but only as instances of the domain of the redefinedFeature that happen to also be instances of the domain of the redefiningFeature. This is supported by the constraints inherited from Subsetting on the domains of the redefiningFeature and redefinedFeature. However, these constraints are narrowed for Redefinition to require the owningTypes of the redefiningFeature and redefinedFeature to be different and the redefinedFeature to not be inherited into the owningNamespace of the redefiningFeature.This enables the redefiningFeature to have the same name as the redefinedFeature, if desired."^^rdf:XMLLiteral ; + dcterms:title "RedefinitionShape"^^rdf:XMLLiteral . + +:ReferenceSubsettingShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:ReferenceSubsetting ; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :general, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :referencedFeature, + :referencingFeature, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :specific, + :subsettedFeature, + :subsettingFeature, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "ReferenceSubsetting is a kind of Subsetting in which the referencedFeature is syntactically distinguished from other Features subsetted by the referencingFeature. ReferenceSubsetting has the same semantics as Subsetting, but the referenceFeature may have a special purpose relative to the referencingFeature. For instance, ReferenceSubsetting is used to identify the relatedFeatures of a Connector."^^rdf:XMLLiteral ; + dcterms:title "ReferenceSubsettingShape"^^rdf:XMLLiteral . + +:RelationshipShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Relationship ; + oslc:property [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Relationship is an Element that relates other Element. Some of its relatedElements may be owned, in which case those ownedRelatedElements will be deleted from a model if their owningRelationship is. A Relationship may also be owned by another Element, in which case the ownedRelatedElements of the Relationship are also considered to be transitively owned by the owningRelatedElement of the Relationship."^^rdf:XMLLiteral ; + dcterms:title "RelationshipShape"^^rdf:XMLLiteral . + +:ResultExpressionMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:ResultExpressionMembership ; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:visibility ; + oslc:readOnly false ; + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :memberElement, + :memberElementId, + :memberName, + :memberShortName, + :membershipOwningNamespace, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedMemberElement, + :ownedMemberElementId, + :ownedMemberFeature, + :ownedMemberName, + :ownedMemberShortName, + :ownedRelatedElement, + :ownedRelationship, + :ownedResultExpression, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A ResultExpressionMembership is a FeatureMembership that indicates that the ownedResultExpression provides the result values for the Function or Expression that owns it. The owning Function or Expression must contain a BindingConnector between the result parameter of the ownedResultExpression and the result parameter of the owning Function or Expression."^^rdf:XMLLiteral ; + dcterms:title "ResultExpressionMembershipShape"^^rdf:XMLLiteral . + +:ReturnParameterMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:ReturnParameterMembership ; + oslc:property [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:visibility ; + oslc:readOnly false ; + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :memberElement, + :memberElementId, + :memberName, + :memberShortName, + :membershipOwningNamespace, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedMemberElement, + :ownedMemberElementId, + :ownedMemberFeature, + :ownedMemberName, + :ownedMemberParameter, + :ownedMemberShortName, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A ReturnParameterMembership is a ParameterMembership that indicates that the ownedMemberParameter is the result parameter of a Function or Expression. The direction of the ownedMemberParameter must be out."^^rdf:XMLLiteral ; + dcterms:title "ReturnParameterMembershipShape"^^rdf:XMLLiteral . + +:SelectExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:SelectExpression ; + oslc:property [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:result ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + :aliasIds, + :argument, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :function, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :operand, + :operator, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A SelectExpression is an OperatorExpression whose operator is \"select\", which resolves to the Function ControlFunctions::select from the Kernel Functions Library."^^rdf:XMLLiteral ; + dcterms:title "SelectExpressionShape"^^rdf:XMLLiteral . + +:SpecializationShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Specialization ; + oslc:property [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :general, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :specific, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "Specialization is a Relationship between two Types that requires all instances of the specific type to also be instances of the general Type (i.e., the set of instances of the specific Type is a subset of those of the general Type, which might be the same set)."^^rdf:XMLLiteral ; + dcterms:title "SpecializationShape"^^rdf:XMLLiteral . + +:StepShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Step ; + oslc:property [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + :aliasIds, + :behavior, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Step is a Feature that is typed by one or more Behaviors. Steps may be used by one Behavior to coordinate the performance of other Behaviors, supporting a steady refinement of behavioral descriptions. Steps can be ordered in time and can be connected using ItemFlows to specify things flowing between their parameters."^^rdf:XMLLiteral ; + dcterms:title "StepShape"^^rdf:XMLLiteral . + +:StructureShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Structure ; + oslc:property [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :documentation, + :elaborates, + :elementId, + :endFeature, + :external, + :featureMembership, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isConjugated, + :isImpliedIncluded, + :isLibraryElement, + :isSufficient, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRelationship, + :ownedSpecialization, + :ownedSubclassification, + :ownedUnioning, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Structure is a Class of objects in the modeled universe that are primarily structural in nature. While such an object is not itself behavioral, it may be involved in and acted on by Behaviors, and it may be the performer of some of them."^^rdf:XMLLiteral ; + dcterms:title "StructureShape"^^rdf:XMLLiteral . + +:SubclassificationShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Subclassification ; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :general, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningClassifier, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :specific, + :subclassifier, + :superclassifier, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "Subclassification is Specialization in which both the specific and general Types are Classifier. This means all instances of the specific Classifier are also instances of the general Classifier."^^rdf:XMLLiteral ; + dcterms:title "SubclassificationShape"^^rdf:XMLLiteral . + +:SubsettingShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Subsetting ; + oslc:property [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :general, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :specific, + :subsettedFeature, + :subsettingFeature, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "Subsetting is Specialization in which the specific and general Types are Features. This means all values of the subsettingFeature (on instances of its domain, i.e., the intersection of its featuringTypes) are values of the subsettedFeature on instances of its domain. To support this the domain of the subsettingFeature must be the same or specialize (at least indirectly) the domain of the subsettedFeature (via Specialization), and the co-domain (intersection of the types) of the subsettingFeature must specialize the co-domain of the subsettedFeature."^^rdf:XMLLiteral ; + dcterms:title "SubsettingShape"^^rdf:XMLLiteral . + +:SuccessionItemFlowShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:SuccessionItemFlow ; + oslc:property [ a oslc:Property ; + oslc:name "guardExpression" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:guardExpression ; + oslc:range oslc_kerml:Expression ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "targetFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:targetFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:parameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + :aliasIds, + :association, + :behavior, + :connectorEnd, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :effectStep, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :interaction, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :itemFeature, + :itemFlowEnd, + :itemType, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelatedElement, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :relatedFeature, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :sourceFeature, + :sourceOutputFeature, + :targetInputFeature, + :textualRepresentation, + :title, + :trace, + :transitionStep, + :triggerStep, + :type ; + dcterms:description "A SuccessionItemFlow is an ItemFlow that also provides temporal ordering. It classifies Transfers that cannot start until the source Occurrence has completed and that must complete before the target Occurrence can start."^^rdf:XMLLiteral ; + dcterms:title "SuccessionItemFlowShape"^^rdf:XMLLiteral . + +:SuccessionShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Succession ; + oslc:property [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "targetFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:targetFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "guardExpression" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:guardExpression ; + oslc:range oslc_kerml:Expression ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:chainingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + :aliasIds, + :association, + :connectorEnd, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :direction, + :documentation, + :effectStep, + :elaborates, + :elementId, + :endFeature, + :endOwningType, + :external, + :featureMembership, + :featureTarget, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isComposite, + :isConjugated, + :isDerived, + :isEnd, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :isNonunique, + :isOrdered, + :isPortion, + :isReadOnly, + :isSufficient, + :isUnique, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureChaining, + :ownedFeatureInverting, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRedefinition, + :ownedReferenceSubsetting, + :ownedRelatedElement, + :ownedRelationship, + :ownedSpecialization, + :ownedSubsetting, + :ownedTypeFeaturing, + :ownedTyping, + :ownedUnioning, + :owner, + :owningFeatureMembership, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :relatedFeature, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :sourceFeature, + :textualRepresentation, + :title, + :trace, + :transitionStep, + :triggerStep, + :type ; + dcterms:description "A Succession is a binary Connector that requires its relatedFeatures to happen separately in time."^^rdf:XMLLiteral ; + dcterms:title "SuccessionShape"^^rdf:XMLLiteral . + +:TextualRepresentationShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:TextualRepresentation ; + oslc:property [ a oslc:Property ; + oslc:name "body" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:body ; + oslc:readOnly false ; + dcterms:description "The textual representation of the representedElement in the given language."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "annotatedElement" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition oslc_kerml:annotatedElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral ], + :aliasIds, + :annotation, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImpliedIncluded, + :isLibraryElement, + :language, + :modified, + :name, + :ownedAnnotatingRelationship, + :ownedAnnotation, + :ownedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :representedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A TextualRepresentation is an AnnotatingElement whose body represents the representedElement in a given language. The representedElement must be the owner of the TextualRepresentation. The named language can be a natural language, in which case the body is an informal representation, or an artificial language, in which case the body is expected to be a formal, machine-parsable representation."^^rdf:XMLLiteral ; + dcterms:title "TextualRepresentationShape"^^rdf:XMLLiteral . + +:TypeFeaturingShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:TypeFeaturing ; + oslc:property [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:type ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:featuringType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that features the featureOfType. It is the target of the TypeFeaturing."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :featureOfType, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningFeatureOfType, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A TypeFeaturing is a Featuring Relationship in which the featureOfType is the source and the featuringType is the target."^^rdf:XMLLiteral ; + dcterms:title "TypeFeaturingShape"^^rdf:XMLLiteral . + +:TypeShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Type ; + oslc:property [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:intersectingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:differencingType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:importedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:feature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :directedFeature, + :documentation, + :elaborates, + :elementId, + :endFeature, + :external, + :featureMembership, + :identifier, + :inheritedFeature, + :inheritedMembership, + :input, + :instanceShape, + :isAbstract, + :isConjugated, + :isImpliedIncluded, + :isLibraryElement, + :isSufficient, + :member, + :membership, + :modified, + :multiplicity, + :name, + :output, + :ownedAnnotation, + :ownedConjugator, + :ownedDifferencing, + :ownedDisjoining, + :ownedElement, + :ownedEndFeature, + :ownedFeature, + :ownedFeatureMembership, + :ownedImport, + :ownedIntersecting, + :ownedMember, + :ownedMembership, + :ownedRelationship, + :ownedSpecialization, + :ownedUnioning, + :owner, + :owningMembership, + :owningNamespace, + :owningRelationship, + :qualifiedName, + :refine, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type ; + dcterms:description "A Type is a Namespace that is the most general kind of Element supporting the semantics of classification. A Type may be a Classifier or a Feature, defining conditions on what is classified by the Type (see also the description of isSufficient)."^^rdf:XMLLiteral ; + dcterms:title "TypeShape"^^rdf:XMLLiteral . + +:UnioningShape a oslc:ResourceShape ; + oslc:describes oslc_kerml:Unioning ; + oslc:property [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:unioningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Type that partly determines interpretations of typeUnioned, as described in Type::unioningType."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:source ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:target ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + :aliasIds, + :contributor, + :created, + :creator, + :dctype, + :declaredName, + :declaredShortName, + :derives, + :description, + :documentation, + :elaborates, + :elementId, + :external, + :identifier, + :instanceShape, + :isImplied, + :isImpliedIncluded, + :isLibraryElement, + :modified, + :name, + :ownedAnnotation, + :ownedElement, + :ownedRelatedElement, + :ownedRelationship, + :owner, + :owningMembership, + :owningNamespace, + :owningRelatedElement, + :owningRelationship, + :qualifiedName, + :refine, + :relatedElement, + :satisfy, + :serviceProvider, + :shortName, + :shortTitle, + :source, + :textualRepresentation, + :title, + :trace, + :type, + :typeUnioned ; + dcterms:description "Unioning is a Relationship that makes its unioningType one of the unioningTypes of its typeUnioned."^^rdf:XMLLiteral ; + dcterms:title "UnioningShape"^^rdf:XMLLiteral . + +:annotatingElement a oslc:Property ; + oslc:name "annotatingElement" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:annotatingElement ; + oslc:range oslc_kerml:AnnotatingElement ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The AnnotatingElement that annotates the annotatedElement of this Annotation."^^rdf:XMLLiteral . + +:bound a oslc:Property ; + oslc:name "bound" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition oslc_kerml:bound ; + oslc:range oslc_kerml:Expression ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The owned Expressions of the MultiplicityRange whose results provide its bounds. These must be the only ownedMembers of the MultiplicityRange."^^rdf:XMLLiteral . + +:client a oslc:Property ; + oslc:name "client" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition oslc_kerml:client ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Element or Elements dependent on the supplier Elements."^^rdf:XMLLiteral . + +:condition a oslc:Property ; + oslc:name "condition" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:condition ; + oslc:range oslc_kerml:Expression ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The model-level evaluable Boolean-valued Expression used to filter the imported members of the membershipOwningNamespace of this ElementFilterMembership."^^rdf:XMLLiteral . + +:conjugatedType a oslc:Property ; + oslc:name "conjugatedType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:conjugatedType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the result of applying Conjugation to the originalType."^^rdf:XMLLiteral . + +:disjoiningType a oslc:Property ; + oslc:name "disjoiningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:disjoiningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Type asserted to be disjoint with the typeDisjoined."^^rdf:XMLLiteral . + +:documentedElement a oslc:Property ; + oslc:name "documentedElement" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:documentedElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Element that is documented by this Documentation."^^rdf:XMLLiteral . + +:featureChained a oslc:Property ; + oslc:name "featureChained" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:featureChained ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature whose values are partly determined by values of the chainingFeature, as described in Feature::chainingFeature."^^rdf:XMLLiteral . + +:featureInverted a oslc:Property ; + oslc:name "featureInverted" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:featureInverted ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is an inverse of the invertingFeature."^^rdf:XMLLiteral . + +:featureOfType a oslc:Property ; + oslc:name "featureOfType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:featureOfType ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is featured by the featuringType. It is the source of the TypeFeaturing."^^rdf:XMLLiteral . + +:featureWithValue a oslc:Property ; + oslc:name "featureWithValue" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:featureWithValue ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature to be provided a value."^^rdf:XMLLiteral . + +:importedNamespace a oslc:Property ; + oslc:name "importedNamespace" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:importedNamespace ; + oslc:range oslc_kerml:Namespace ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Namespace whose visible Memberships are imported by this NamespaceImport."^^rdf:XMLLiteral . + +:invertingFeature a oslc:Property ; + oslc:name "invertingFeature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:invertingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is an inverse of the invertedFeature."^^rdf:XMLLiteral . + +:isDefault a oslc:Property ; + oslc:name "isDefault" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isDefault ; + oslc:readOnly false ; + dcterms:description "Whether this FeatureValue is a concrete specification of the bound or initial value of the featureWithValue, or just a default value that may be overridden."^^rdf:XMLLiteral . + +:isInitial a oslc:Property ; + oslc:name "isInitial" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isInitial ; + oslc:readOnly false ; + dcterms:description "Whether this FeatureValue specifies a bound value or an initial value for the featureWithValue."^^rdf:XMLLiteral . + +:isNegated a oslc:Property ; + oslc:name "isNegated" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isNegated ; + oslc:readOnly false ; + dcterms:description "Whether this Invariant is asserted to be false rather than true."^^rdf:XMLLiteral . + +:isStandard a oslc:Property ; + oslc:name "isStandard" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isStandard ; + oslc:readOnly false ; + dcterms:description "Whether this LibraryPackage contains a standard library model. This should only be set to true for LibraryPackages in the standard Kernel Model Libraries or in normative model libraries for a language built on KerML."^^rdf:XMLLiteral . + +:language a oslc:Property ; + oslc:name "language" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:language ; + oslc:readOnly false ; + dcterms:description "The natural or artifical language in which the body text is written."^^rdf:XMLLiteral . + +:lowerBound a oslc:Property ; + oslc:name "lowerBound" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:lowerBound ; + oslc:range oslc_kerml:Expression ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Expression whose result provides the lower bound of the MultiplicityRange. If no lowerBound Expression is given, then the lower bound shall have the same value as the upper bound, unless the upper bound is unbounded (*), in which case the lower bound shall be 0."^^rdf:XMLLiteral . + +:metaclass a oslc:Property ; + oslc:name "metaclass" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:metaclass ; + oslc:range oslc_kerml:Metaclass ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The type of this MetadataFeature, which must be a Metaclass."^^rdf:XMLLiteral . + +:originalType a oslc:Property ; + oslc:name "originalType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:originalType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type to be conjugated."^^rdf:XMLLiteral . + +:ownedResultExpression a oslc:Property ; + oslc:name "ownedResultExpression" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:ownedResultExpression ; + oslc:range oslc_kerml:Expression ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Expression that provides the result for the owner of the ResultExpressionMembership."^^rdf:XMLLiteral . + +:owningAnnotatedElement a oslc:Property ; + oslc:name "owningAnnotatedElement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningAnnotatedElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The annotatedElement of this Annotation, when it is also its owningRelatedElement."^^rdf:XMLLiteral . + +:owningAnnotatingElement a oslc:Property ; + oslc:name "owningAnnotatingElement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningAnnotatingElement ; + oslc:range oslc_kerml:AnnotatingElement ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The annotatingElement of this Annotation, when it is also its owningRelatedElement."^^rdf:XMLLiteral . + +:owningClassifier a oslc:Property ; + oslc:name "owningClassifier" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningClassifier ; + oslc:range oslc_kerml:Classifier ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Classifier that owns this Subclassification relationship, which must also be its subclassifier."^^rdf:XMLLiteral . + +:owningFeatureOfType a oslc:Property ; + oslc:name "owningFeatureOfType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningFeatureOfType ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "A featureOfType that is also the owningRelatedElement of this TypeFeaturing."^^rdf:XMLLiteral . + +:redefinedFeature a oslc:Property ; + oslc:name "redefinedFeature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:redefinedFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is redefined by the redefiningFeature of this Redefinition."^^rdf:XMLLiteral . + +:redefiningFeature a oslc:Property ; + oslc:name "redefiningFeature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:redefiningFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is redefining the redefinedFeature of this Redefinition."^^rdf:XMLLiteral . + +:referencedElement a oslc:Property ; + oslc:name "referencedElement" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:referencedElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description " The Element whose metadata is being accessed."^^rdf:XMLLiteral . + +:referencedFeature a oslc:Property ; + oslc:name "referencedFeature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:referencedFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is referenced by the referencingFeature of this ReferenceSubsetting."^^rdf:XMLLiteral . + +:referencingFeature a oslc:Property ; + oslc:name "referencingFeature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:referencingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that owns this ReferenceSubsetting relationship, which is also its subsettingFeature."^^rdf:XMLLiteral . + +:representedElement a oslc:Property ; + oslc:name "representedElement" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:representedElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Element that is represented by this TextualRepresentation."^^rdf:XMLLiteral . + +:subclassifier a oslc:Property ; + oslc:name "subclassifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:subclassifier ; + oslc:range oslc_kerml:Classifier ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The more specific Classifier in this Subclassification."^^rdf:XMLLiteral . + +:superclassifier a oslc:Property ; + oslc:name "superclassifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:superclassifier ; + oslc:range oslc_kerml:Classifier ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The more general Classifier in this Subclassification."^^rdf:XMLLiteral . + +:supplier a oslc:Property ; + oslc:name "supplier" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition oslc_kerml:supplier ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Element or Elements on which the client Elements depend in some respect."^^rdf:XMLLiteral . + +:typeDifferenced a oslc:Property ; + oslc:name "typeDifferenced" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:typeDifferenced ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Type with interpretations partly determined by differencingType, as described in Type::differencingType."^^rdf:XMLLiteral . + +:typeDisjoined a oslc:Property ; + oslc:name "typeDisjoined" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:typeDisjoined ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Type asserted to be disjoint with the disjoiningType."^^rdf:XMLLiteral . + +:typeIntersected a oslc:Property ; + oslc:name "typeIntersected" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:typeIntersected ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Type with interpretations partly determined by intersectingType, as described in Type::intersectingType."^^rdf:XMLLiteral . + +:typeUnioned a oslc:Property ; + oslc:name "typeUnioned" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:typeUnioned ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Type with interpretations partly determined by unioningType, as described in Type::unioningType."^^rdf:XMLLiteral . + +:typedFeature a oslc:Property ; + oslc:name "typedFeature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:typedFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that has a type determined by this FeatureTyping."^^rdf:XMLLiteral . + +:upperBound a oslc:Property ; + oslc:name "upperBound" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:upperBound ; + oslc:range oslc_kerml:Expression ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Expression whose result is the upper bound of the MultiplicityRange."^^rdf:XMLLiteral . + +:effectStep a oslc:Property ; + oslc:name "effectStep" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:effectStep ; + oslc:range oslc_kerml:Step ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Steps that represent occurrences that are side effects of the transitionStep occurring."^^rdf:XMLLiteral . + +:expression a oslc:Property ; + oslc:name "expression" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:expression ; + oslc:range oslc_kerml:Expression ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Expressions that are steps in the calculation of the result of this Function."^^rdf:XMLLiteral . + +:filterCondition a oslc:Property ; + oslc:name "filterCondition" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:filterCondition ; + oslc:range oslc_kerml:Expression ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The model-level evaluable Boolean-valued Expression used to filter the members of this Package, which are owned by the Package are via ElementFilterMemberships."^^rdf:XMLLiteral . + +:interaction a oslc:Property ; + oslc:name "interaction" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:interaction ; + oslc:range oslc_kerml:Interaction ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Interactions that type this ItemFlow. Interactions are both Associations and Behaviors, which can type Connectors and Steps, respectively."^^rdf:XMLLiteral . + +:itemFeature a oslc:Property ; + oslc:name "itemFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:itemFeature ; + oslc:range oslc_kerml:ItemFeature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedFeature of the ItemFlow that is an ItemFeature (if any)."^^rdf:XMLLiteral . + +:itemFlowEnd a oslc:Property ; + oslc:name "itemFlowEnd" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:itemFlowEnd ; + oslc:range oslc_kerml:ItemFlowEnd ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The connectorEnds of this ItemFlow that are ItemFlowEnds."^^rdf:XMLLiteral . + +:itemType a oslc:Property ; + oslc:name "itemType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:itemType ; + oslc:range oslc_kerml:Classifier ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The type of values transferred, which is the type of the itemFeature of the ItemFlow."^^rdf:XMLLiteral . + +:locale a oslc:Property ; + oslc:name "locale" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:locale ; + oslc:readOnly false ; + dcterms:description "Identification of the language of the body text and, optionally, the region and/or encoding. The format shall be a POSIX locale conformant to ISO/IEC 15897, with the format [language[_territory][.codeset][@modifier]]."^^rdf:XMLLiteral . + +:ownedMemberParameter a oslc:Property ; + oslc:name "ownedMemberParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:ownedMemberParameter ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is identified as a parameter by this ParameterMembership."^^rdf:XMLLiteral . + +:predicate a oslc:Property ; + oslc:name "predicate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:predicate ; + oslc:range oslc_kerml:Predicate ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Predicate that types this BooleanExpression."^^rdf:XMLLiteral . + +:sourceOutputFeature a oslc:Property ; + oslc:name "sourceOutputFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:sourceOutputFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that provides the items carried by the ItemFlow. It must be an owned output of the source of the ItemFlow."^^rdf:XMLLiteral . + +:targetInputFeature a oslc:Property ; + oslc:name "targetInputFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:targetInputFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that receives the values carried by the ItemFlow. It must be an owned output of the target participant of the ItemFlow."^^rdf:XMLLiteral . + +:transitionStep a oslc:Property ; + oslc:name "transitionStep" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:transitionStep ; + oslc:range oslc_kerml:Step ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "A Step that is typed by the Behavior TransitionPerformances::TransitionPerformance (from the Kernel Semantic Library) that has this Succession as its transitionLink."^^rdf:XMLLiteral . + +:triggerStep a oslc:Property ; + oslc:name "triggerStep" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:triggerStep ; + oslc:range oslc_kerml:Step ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Steps that map incoming events to the timing of occurrences of the transitionStep. The values of triggerStep subset the list of acceptable events to be received by a Behavior or the object that performs it."^^rdf:XMLLiteral . + +:associationEnd a oslc:Property ; + oslc:name "associationEnd" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:associationEnd ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The features of the Association that identify the things that can be related by it. A concrete Association must have at least two associationEnds. When it has exactly two, the Association is called a binary Association."^^rdf:XMLLiteral . + +:importOwningNamespace a oslc:Property ; + oslc:name "importOwningNamespace" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:importOwningNamespace ; + oslc:range oslc_kerml:Namespace ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Namespace into which Memberships are imported by this Import, which must be the owningRelatedElement of the Import."^^rdf:XMLLiteral . + +:importedElement a oslc:Property ; + oslc:name "importedElement" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:importedElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The effectively imported Element for this Import. For a MembershipImport, this is the memberElement of the importedMembership. For a NamespaceImport, it is the importedNamespace."^^rdf:XMLLiteral . + +:isImportAll a oslc:Property ; + oslc:name "isImportAll" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isImportAll ; + oslc:readOnly false ; + dcterms:description "Whether to import memberships without regard to declared visibility."^^rdf:XMLLiteral . + +:isRecursive a oslc:Property ; + oslc:name "isRecursive" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isRecursive ; + oslc:readOnly false ; + dcterms:description "Whether to recursively import Memberships from visible, owned sub-Namespaces."^^rdf:XMLLiteral . + +:relatedType a oslc:Property ; + oslc:name "relatedType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:relatedType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The types of the associationEnds of the Association, which are the relatedElements of the Association considered as a Relationship."^^rdf:XMLLiteral . + +:sourceType a oslc:Property ; + oslc:name "sourceType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:sourceType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The source relatedType for this Association. It is the first relatedType of the Association."^^rdf:XMLLiteral . + +:subsettedFeature a oslc:Property ; + oslc:name "subsettedFeature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:subsettedFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is subsetted by the subsettingFeature of this Subsetting."^^rdf:XMLLiteral . + +:subsettingFeature a oslc:Property ; + oslc:name "subsettingFeature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:subsettingFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is a subset of the subsettedFeature of this Subsetting."^^rdf:XMLLiteral . + +:targetType a oslc:Property ; + oslc:name "targetType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:targetType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The target relatedTypes for this Association. This includes all the relatedTypes other than the sourceType."^^rdf:XMLLiteral . + +:operator a oslc:Property ; + oslc:name "operator" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:operator ; + oslc:readOnly false ; + dcterms:description "An operator symbol that names a corresponding Function from one of the standard packages from the Kernel Function Library ."^^rdf:XMLLiteral . + +:step a oslc:Property ; + oslc:name "step" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:step ; + oslc:range oslc_kerml:Step ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Steps that make up this Behavior."^^rdf:XMLLiteral . + +:annotation a oslc:Property ; + oslc:name "annotation" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:annotation ; + oslc:range oslc_kerml:Annotation ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Annotations that relate this AnnotatingElement to its annotatedElements."^^rdf:XMLLiteral . + +:argument a oslc:Property ; + oslc:name "argument" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:argument ; + oslc:range oslc_kerml:Expression ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The value Expressions of the FeatureValues of the owned input parameters of the InvocationExpression."^^rdf:XMLLiteral . + +:association a oslc:Property ; + oslc:name "association" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:association ; + oslc:range oslc_kerml:Association ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Associations that type the Connector."^^rdf:XMLLiteral . + +:connectorEnd a oslc:Property ; + oslc:name "connectorEnd" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:connectorEnd ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The endFeatures of a Connector, which redefine the endFeatures of the associations of the Connector. The connectorEnds determine via ReferenceSubsetting Relationships which Features are related by the Connector."^^rdf:XMLLiteral . + +:operand a oslc:Property ; + oslc:name "operand" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:operand ; + oslc:range oslc_kerml:Expression ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "operand."^^rdf:XMLLiteral . + +:ownedAnnotatingRelationship a oslc:Property ; + oslc:name "ownedAnnotatingRelationship" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedAnnotatingRelationship ; + oslc:range oslc_kerml:Annotation ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedRelationships of this AnnotatingElement that are Annotations, for which this AnnotatingElement is the annotatingElement."^^rdf:XMLLiteral . + +:ownedMemberFeature a oslc:Property ; + oslc:name "ownedMemberFeature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:ownedMemberFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that this FeatureMembership relates to its owningType, making it an ownedFeature of the owningType."^^rdf:XMLLiteral . + +:relatedFeature a oslc:Property ; + oslc:name "relatedFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:relatedFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Features that are related by this Connector considered as a Relationship and that restrict the links it identifies, given by the referenced Features of the connectorEnds of the Connector."^^rdf:XMLLiteral . + +:sourceFeature a oslc:Property ; + oslc:name "sourceFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:sourceFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The source relatedFeature for this Connector. It is the first relatedFeature."^^rdf:XMLLiteral . + +:general a oslc:Property ; + oslc:name "general" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:general ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "A Type with a superset of all instances of the specific Type, which might be the same set."^^rdf:XMLLiteral . + +:specific a oslc:Property ; + oslc:name "specific" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:specific ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "A Type with a subset of all instances of the general Type, which might be the same set."^^rdf:XMLLiteral . + +:ownedMemberElement a oslc:Property ; + oslc:name "ownedMemberElement" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:ownedMemberElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Element that becomes an ownedMember of the membershipOwningNamespace due to this OwningMembership."^^rdf:XMLLiteral . + +:ownedMemberElementId a oslc:Property ; + oslc:name "ownedMemberElementId" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:ownedMemberElementId ; + oslc:readOnly false ; + dcterms:description "The elementId of the ownedMemberElement."^^rdf:XMLLiteral . + +:ownedMemberName a oslc:Property ; + oslc:name "ownedMemberName" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:ownedMemberName ; + oslc:readOnly false ; + dcterms:description "The name of the ownedMemberElement."^^rdf:XMLLiteral . + +:ownedMemberShortName a oslc:Property ; + oslc:name "ownedMemberShortName" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:ownedMemberShortName ; + oslc:readOnly false ; + dcterms:description "The shortName of the ownedMemberElement."^^rdf:XMLLiteral . + +:memberElement a oslc:Property ; + oslc:name "memberElement" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:memberElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Element that becomes a member of the membershipOwningNamespace due to this Membership."^^rdf:XMLLiteral . + +:memberElementId a oslc:Property ; + oslc:name "memberElementId" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:memberElementId ; + oslc:readOnly false ; + dcterms:description "The elementId of the memberElement."^^rdf:XMLLiteral . + +:memberName a oslc:Property ; + oslc:name "memberName" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:memberName ; + oslc:readOnly false ; + dcterms:description "The name of the memberElement relative to the membershipOwningNamespace."^^rdf:XMLLiteral . + +:memberShortName a oslc:Property ; + oslc:name "memberShortName" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:memberShortName ; + oslc:readOnly false ; + dcterms:description "The short name of the memberElement relative to the membershipOwningNamespace."^^rdf:XMLLiteral . + +:membershipOwningNamespace a oslc:Property ; + oslc:name "membershipOwningNamespace" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:membershipOwningNamespace ; + oslc:range oslc_kerml:Namespace ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Namespace of which the memberElement becomes a member due to this Membership."^^rdf:XMLLiteral . + +:ownedSubclassification a oslc:Property ; + oslc:name "ownedSubclassification" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedSubclassification ; + oslc:range oslc_kerml:Subclassification ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier."^^rdf:XMLLiteral . + +:function a oslc:Property ; + oslc:name "function" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:function ; + oslc:range oslc_kerml:Function ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Function that types this Expression."^^rdf:XMLLiteral . + +:behavior a oslc:Property ; + oslc:name "behavior" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:behavior ; + oslc:range oslc_kerml:Behavior ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Behaviors that type this Step."^^rdf:XMLLiteral . + +:direction a oslc:Property ; + oslc:name "direction" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:direction ; + oslc:readOnly false ; + dcterms:description "Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind)."^^rdf:XMLLiteral . + +:endOwningType a oslc:Property ; + oslc:name "endOwningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:endOwningType ; + oslc:range oslc_kerml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature."^^rdf:XMLLiteral . + +:featureTarget a oslc:Property ; + oslc:name "featureTarget" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:featureTarget ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself."^^rdf:XMLLiteral . + +:isComposite a oslc:Property ; + oslc:name "isComposite" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isComposite ; + oslc:readOnly false ; + dcterms:description "Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does."^^rdf:XMLLiteral . + +:isDerived a oslc:Property ; + oslc:name "isDerived" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isDerived ; + oslc:readOnly false ; + dcterms:description "Whether the values of this Feature can always be computed from the values of other Features."^^rdf:XMLLiteral . + +:isEnd a oslc:Property ; + oslc:name "isEnd" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isEnd ; + oslc:readOnly false ; + dcterms:description "Whether or not the this Feature is an end Feature, requiring a different interpretation of the multiplicity of the Feature."^^rdf:XMLLiteral . + +:isNonunique a oslc:Property ; + oslc:name "isNonunique" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isNonunique ; + oslc:readOnly false ; + dcterms:description "isNonunique."^^rdf:XMLLiteral . + +:isOrdered a oslc:Property ; + oslc:name "isOrdered" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isOrdered ; + oslc:readOnly false ; + dcterms:description "Whether an order exists for the values of this Feature or not."^^rdf:XMLLiteral . + +:isPortion a oslc:Property ; + oslc:name "isPortion" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isPortion ; + oslc:readOnly false ; + dcterms:description "Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances."^^rdf:XMLLiteral . + +:isReadOnly a oslc:Property ; + oslc:name "isReadOnly" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isReadOnly ; + oslc:readOnly false ; + dcterms:description "Whether the values of this Feature can change over the lifetime of an instance of the domain."^^rdf:XMLLiteral . + +:isUnique a oslc:Property ; + oslc:name "isUnique" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isUnique ; + oslc:readOnly false ; + dcterms:description "Whether or not values for this Feature must have no duplicates or not."^^rdf:XMLLiteral . + +:ownedFeatureChaining a oslc:Property ; + oslc:name "ownedFeatureChaining" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedFeatureChaining ; + oslc:range oslc_kerml:FeatureChaining ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained."^^rdf:XMLLiteral . + +:ownedFeatureInverting a oslc:Property ; + oslc:name "ownedFeatureInverting" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedFeatureInverting ; + oslc:range oslc_kerml:FeatureInverting ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted."^^rdf:XMLLiteral . + +:ownedRedefinition a oslc:Property ; + oslc:name "ownedRedefinition" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedRedefinition ; + oslc:range oslc_kerml:Redefinition ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature."^^rdf:XMLLiteral . + +:ownedReferenceSubsetting a oslc:Property ; + oslc:name "ownedReferenceSubsetting" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:ownedReferenceSubsetting ; + oslc:range oslc_kerml:ReferenceSubsetting ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature."^^rdf:XMLLiteral . + +:ownedSubsetting a oslc:Property ; + oslc:name "ownedSubsetting" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedSubsetting ; + oslc:range oslc_kerml:Subsetting ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature."^^rdf:XMLLiteral . + +:ownedTypeFeaturing a oslc:Property ; + oslc:name "ownedTypeFeaturing" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedTypeFeaturing ; + oslc:range oslc_kerml:TypeFeaturing ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType."^^rdf:XMLLiteral . + +:ownedTyping a oslc:Property ; + oslc:name "ownedTyping" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedTyping ; + oslc:range oslc_kerml:FeatureTyping ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature."^^rdf:XMLLiteral . + +:owningFeatureMembership a oslc:Property ; + oslc:name "owningFeatureMembership" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningFeatureMembership ; + oslc:range oslc_kerml:FeatureMembership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType."^^rdf:XMLLiteral . + +:isImplied a oslc:Property ; + oslc:name "isImplied" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isImplied ; + oslc:readOnly false ; + dcterms:description "Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler."^^rdf:XMLLiteral . + +:ownedRelatedElement a oslc:Property ; + oslc:name "ownedRelatedElement" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedRelatedElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements of this Relationship that are owned by the Relationship."^^rdf:XMLLiteral . + +:owningRelatedElement a oslc:Property ; + oslc:name "owningRelatedElement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningRelatedElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElement of this Relationship that owns the Relationship, if any."^^rdf:XMLLiteral . + +:relatedElement a oslc:Property ; + oslc:name "relatedElement" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:relatedElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship."^^rdf:XMLLiteral . + +:directedFeature a oslc:Property ; + oslc:name "directedFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:directedFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The features of this Type that have a non-null direction."^^rdf:XMLLiteral . + +:endFeature a oslc:Property ; + oslc:name "endFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:endFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "All features of this Type with isEnd = true."^^rdf:XMLLiteral . + +:featureMembership a oslc:Property ; + oslc:name "featureMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:featureMembership ; + oslc:range oslc_kerml:FeatureMembership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships)."^^rdf:XMLLiteral . + +:inheritedFeature a oslc:Property ; + oslc:name "inheritedFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:inheritedFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships."^^rdf:XMLLiteral . + +:inheritedMembership a oslc:Property ; + oslc:name "inheritedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:inheritedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type."^^rdf:XMLLiteral . + +:input a oslc:Property ; + oslc:name "input" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:input ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "All features related to this Type by FeatureMemberships that have direction in or inout."^^rdf:XMLLiteral . + +:isAbstract a oslc:Property ; + oslc:name "isAbstract" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isAbstract ; + oslc:readOnly false ; + dcterms:description "Indicates whether instances of this Type must also be instances of at least one of its specialized Types."^^rdf:XMLLiteral . + +:isConjugated a oslc:Property ; + oslc:name "isConjugated" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isConjugated ; + oslc:readOnly false ; + dcterms:description "Indicates whether this Type has an ownedConjugator."^^rdf:XMLLiteral . + +:isSufficient a oslc:Property ; + oslc:name "isSufficient" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isSufficient ; + oslc:readOnly false ; + dcterms:description "Whether all things that meet the classification conditions of this Type must be classified by the Type."^^rdf:XMLLiteral . + +:multiplicity a oslc:Property ; + oslc:name "multiplicity" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:multiplicity ; + oslc:range oslc_kerml:Multiplicity ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes."^^rdf:XMLLiteral . + +:output a oslc:Property ; + oslc:name "output" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:output ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "All features related to this Type by FeatureMemberships that have direction out or inout."^^rdf:XMLLiteral . + +:ownedConjugator a oslc:Property ; + oslc:name "ownedConjugator" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:ownedConjugator ; + oslc:range oslc_kerml:Conjugation ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "A Conjugation owned by this Type for which the Type is the originalType."^^rdf:XMLLiteral . + +:ownedDifferencing a oslc:Property ; + oslc:name "ownedDifferencing" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedDifferencing ; + oslc:range oslc_kerml:Differencing ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced."^^rdf:XMLLiteral . + +:ownedDisjoining a oslc:Property ; + oslc:name "ownedDisjoining" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedDisjoining ; + oslc:range oslc_kerml:Disjoining ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type."^^rdf:XMLLiteral . + +:ownedEndFeature a oslc:Property ; + oslc:name "ownedEndFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedEndFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "All endFeatures of this Type that are ownedFeatures."^^rdf:XMLLiteral . + +:ownedFeature a oslc:Property ; + oslc:name "ownedFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedFeature ; + oslc:range oslc_kerml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the ownedFeatureMemberships of this Type."^^rdf:XMLLiteral . + +:ownedFeatureMembership a oslc:Property ; + oslc:name "ownedFeatureMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedFeatureMembership ; + oslc:range oslc_kerml:FeatureMembership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type."^^rdf:XMLLiteral . + +:ownedIntersecting a oslc:Property ; + oslc:name "ownedIntersecting" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedIntersecting ; + oslc:range oslc_kerml:Intersecting ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected."^^rdf:XMLLiteral . + +:ownedSpecialization a oslc:Property ; + oslc:name "ownedSpecialization" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedSpecialization ; + oslc:range oslc_kerml:Specialization ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type."^^rdf:XMLLiteral . + +:ownedUnioning a oslc:Property ; + oslc:name "ownedUnioning" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedUnioning ; + oslc:range oslc_kerml:Unioning ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned."^^rdf:XMLLiteral . + +:member a oslc:Property ; + oslc:name "member" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:member ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace."^^rdf:XMLLiteral . + +:membership a oslc:Property ; + oslc:name "membership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:membership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships."^^rdf:XMLLiteral . + +:ownedImport a oslc:Property ; + oslc:name "ownedImport" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedImport ; + oslc:range oslc_kerml:Import ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace."^^rdf:XMLLiteral . + +:ownedMember a oslc:Property ; + oslc:name "ownedMember" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedMember ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace.."^^rdf:XMLLiteral . + +:ownedMembership a oslc:Property ; + oslc:name "ownedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedMembership ; + oslc:range oslc_kerml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace."^^rdf:XMLLiteral . + +:aliasIds a oslc:Property ; + oslc:name "aliasIds" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:aliasIds ; + oslc:readOnly false ; + dcterms:description "Various alternative identifiers for this Element. Generally, these will be set by tools."^^rdf:XMLLiteral . + +:contributor a oslc:Property ; + oslc:name "contributor" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition dcterms:contributor ; + oslc:range oslc:Any ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "Contributor or contributors to the resource. It is likely that the target resource will be a foaf:Person but that is not necessarily the case."^^rdf:XMLLiteral . + +:created a oslc:Property ; + oslc:name "created" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:created ; + oslc:readOnly false ; + oslc:valueType xsd:dateTime ; + dcterms:description "Timestamp of resource creation."^^rdf:XMLLiteral . + +:creator a oslc:Property ; + oslc:name "creator" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition dcterms:creator ; + oslc:range oslc:Any ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "Creator or creators of the resource. It is likely that the target resource will be a foaf:Person but that is not necessarily the case."^^rdf:XMLLiteral . + +:dctype a oslc:Property ; + oslc:name "dctype" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition dcterms:type ; + oslc:readOnly false ; + oslc:valueType xsd:string ; + dcterms:description "A short string representation for the type, for example ‘Car’."^^rdf:XMLLiteral . + +:declaredName a oslc:Property ; + oslc:name "declaredName" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:declaredName ; + oslc:readOnly false ; + dcterms:description "The declared name of this Element."^^rdf:XMLLiteral . + +:declaredShortName a oslc:Property ; + oslc:name "declaredShortName" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:declaredShortName ; + oslc:readOnly false ; + dcterms:description "An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context."^^rdf:XMLLiteral . + +:derives a oslc:Property ; + oslc:name "derives" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition jazz_am:derives ; + oslc:range oslc:Any ; + oslc:readOnly false ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description """The resource that derives from another resource originated from or is +significantly influenced by the referenced resource. For example a model element derives from a +requirement."""^^rdf:XMLLiteral . + +:description a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:readOnly false ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "Descriptive text about resource represented as rich text in XHTML content."^^rdf:XMLLiteral . + +:documentation a oslc:Property ; + oslc:name "documentation" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:documentation ; + oslc:range oslc_kerml:Documentation ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Documentation owned by this Element."^^rdf:XMLLiteral . + +:elaborates a oslc:Property ; + oslc:name "elaborates" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition jazz_am:elaborates ; + oslc:range oslc:Any ; + oslc:readOnly false ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "This resource elaborates the referenced resource."^^rdf:XMLLiteral . + +:elementId a oslc:Property ; + oslc:name "elementId" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:elementId ; + oslc:readOnly false ; + dcterms:description "The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element."^^rdf:XMLLiteral . + +:external a oslc:Property ; + oslc:name "external" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition jazz_am:external ; + oslc:range oslc:Any ; + oslc:readOnly false ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "A generic link from a resource to an external web page."^^rdf:XMLLiteral . + +:identifier a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:readOnly true ; + oslc:valueType xsd:string ; + dcterms:description """A unique identifier for a resource. Typically read-only and assigned by the +service provider when a resource is created. Not typically intended for end-user display."""^^rdf:XMLLiteral . + +:instanceShape a oslc:Property ; + oslc:name "instanceShape" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc:instanceShape ; + oslc:range oslc:ResourceShape ; + oslc:readOnly false ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description """The URI of a Resource Shape that describes the possible properties, occurrence, +value types, allowed values and labels. This shape information is useful in displaying the subject +resource as well as guiding clients in performing modifications. Instance shapes may be specific +to the authenticated user associated with the request that retrieved the resource, the current +state of the resource and other factors and thus should not be cached."""^^rdf:XMLLiteral . + +:isImpliedIncluded a oslc:Property ; + oslc:name "isImpliedIncluded" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isImpliedIncluded ; + oslc:readOnly false ; + dcterms:description "Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them."^^rdf:XMLLiteral . + +:isLibraryElement a oslc:Property ; + oslc:name "isLibraryElement" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_kerml:isLibraryElement ; + oslc:readOnly false ; + dcterms:description "Whether this Element is contained in the ownership tree of a library model."^^rdf:XMLLiteral . + +:modified a oslc:Property ; + oslc:name "modified" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:modified ; + oslc:readOnly false ; + oslc:valueType xsd:dateTime ; + dcterms:description "Timestamp of latest resource modification."^^rdf:XMLLiteral . + +:name a oslc:Property ; + oslc:name "name" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:name ; + oslc:readOnly false ; + dcterms:description "The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null."^^rdf:XMLLiteral . + +:ownedAnnotation a oslc:Property ; + oslc:name "ownedAnnotation" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedAnnotation ; + oslc:range oslc_kerml:Annotation ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement."^^rdf:XMLLiteral . + +:ownedElement a oslc:Property ; + oslc:name "ownedElement" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedElement ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element."^^rdf:XMLLiteral . + +:ownedRelationship a oslc:Property ; + oslc:name "ownedRelationship" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:ownedRelationship ; + oslc:range oslc_kerml:Relationship ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Relationships for which this Element is the owningRelatedElement."^^rdf:XMLLiteral . + +:owner a oslc:Property ; + oslc:name "owner" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owner ; + oslc:range oslc_kerml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any."^^rdf:XMLLiteral . + +:owningMembership a oslc:Property ; + oslc:name "owningMembership" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningMembership ; + oslc:range oslc_kerml:OwningMembership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The owningRelationship of this Element, if that Relationship is a Membership."^^rdf:XMLLiteral . + +:owningNamespace a oslc:Property ; + oslc:name "owningNamespace" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningNamespace ; + oslc:range oslc_kerml:Namespace ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any."^^rdf:XMLLiteral . + +:owningRelationship a oslc:Property ; + oslc:name "owningRelationship" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:owningRelationship ; + oslc:range oslc_kerml:Relationship ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Relationship for which this Element is an ownedRelatedElement, if any."^^rdf:XMLLiteral . + +:qualifiedName a oslc:Property ; + oslc:name "qualifiedName" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:qualifiedName ; + oslc:readOnly false ; + dcterms:description "The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element."^^rdf:XMLLiteral . + +:refine a oslc:Property ; + oslc:name "refine" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition jazz_am:refine ; + oslc:range oslc:Any ; + oslc:readOnly false ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description """The target is a refinement of the source. (e.g. a use case scenario +might be a refinement of a textual requirement that describes the interaction)."""^^rdf:XMLLiteral . + +:satisfy a oslc:Property ; + oslc:name "satisfy" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition jazz_am:satisfy ; + oslc:range oslc:Any ; + oslc:readOnly false ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description """The model element satisfies the requirement (e.g. The use case +satisfies a functional requirement)."""^^rdf:XMLLiteral . + +:serviceProvider a oslc:Property ; + oslc:name "serviceProvider" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc:serviceProvider ; + oslc:range oslc:ServiceProvider ; + oslc:readOnly false ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description """A link to the resource's OSLC Service Provider. There may be cases when the +subject resource is available from a service provider that implements multiple domain +specifications, which could result in multiple values for this property."""^^rdf:XMLLiteral . + +:shortName a oslc:Property ; + oslc:name "shortName" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_kerml:shortName ; + oslc:readOnly false ; + dcterms:description "The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null."^^rdf:XMLLiteral . + +:shortTitle a oslc:Property ; + oslc:name "shortTitle" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc:shortTitle ; + oslc:readOnly false ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "{{Short name identifying a resource, often used as an abbreviated identifier for presentation to end-users. SHOULD include only content that is valid inside an XHTML <span> element}}."^^rdf:XMLLiteral . + +:source a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:range oslc:Any ; + oslc:readOnly false ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource URI a client can perform a get on to obtain the original non-OSLC AM formatted resource that was used to create this resource. The source resource is usually a binary or proprietary format that the service provider can consume and convert into an OSLC AM format. The service may use content negotiation with the Accept header to obtain the desired content type."^^rdf:XMLLiteral . + +:textualRepresentation a oslc:Property ; + oslc:name "textualRepresentation" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_kerml:textualRepresentation ; + oslc:range oslc_kerml:TextualRepresentation ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The TextualRepresentations that annotate this Element."^^rdf:XMLLiteral . + +:title a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:title ; + oslc:readOnly false ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "Title of the resource represented as rich text in XHTML content."^^rdf:XMLLiteral . + +:trace a oslc:Property ; + oslc:name "trace" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition jazz_am:trace ; + oslc:range oslc:Any ; + oslc:readOnly false ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description """The model element has a trace to the requirement (e.g. An attribute +or its value are traced to a requirement)."""^^rdf:XMLLiteral . + +:type a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:readOnly false ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral . + diff --git a/specs/sysml/kerml-vocab.ttl b/specs/sysml/KerML-Vocabulary-vocab.ttl similarity index 83% rename from specs/sysml/kerml-vocab.ttl rename to specs/sysml/KerML-Vocabulary-vocab.ttl index 3cded9b..8477c3d 100644 --- a/specs/sysml/kerml-vocab.ttl +++ b/specs/sysml/KerML-Vocabulary-vocab.ttl @@ -1,27 +1,14 @@ - -# Copyright 2024 OASIS Open -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - @prefix dcterms: . @prefix oslc_am: . -@prefix oslc_kerml: . +@prefix oslc_kerml: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix vann: . @prefix xsd: . + owl:sameAs + oslc_kerml:AnnotatingElement a rdfs:Class ; rdfs:label "AnnotatingElement" ; rdfs:comment "An AnnotatingElement is an Element that provides additional description of or metadata on some other Element. An AnnotatingElement is either attached to its annotatedElements by Annotation Relationships, or it implicitly annotates its owningNamespace." ; @@ -520,273 +507,229 @@ oslc_kerml:VisibilityKind a rdfs:Class ; oslc_kerml:aliasIds a rdf:Property ; rdfs:label "aliasIds" ; rdfs:comment "Element: Various alternative identifiers for this Element. Generally, these will be set by tools." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:annotatedElement a rdf:Property ; rdfs:label "annotatedElement" ; rdfs:comment """AnnotatingElement: The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement. Annotation: The Element that is annotated by the annotatingElement of this Annotation.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:annotatingElement a rdf:Property ; rdfs:label "annotatingElement" ; rdfs:comment "Annotation: The AnnotatingElement that annotates the annotatedElement of this Annotation." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:annotation a rdf:Property ; rdfs:label "annotation" ; rdfs:comment "AnnotatingElement: The Annotations that relate this AnnotatingElement to its annotatedElements." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:argument a rdf:Property ; rdfs:label "argument" ; rdfs:comment "InvocationExpression: The value Expressions of the FeatureValues of the owned input parameters of the InvocationExpression." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:association a rdf:Property ; rdfs:label "association" ; rdfs:comment "Connector: The Associations that type the Connector." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:associationEnd a rdf:Property ; rdfs:label "associationEnd" ; rdfs:comment "Association: The features of the Association that identify the things that can be related by it. A concrete Association must have at least two associationEnds. When it has exactly two, the Association is called a binary Association." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:behavior a rdf:Property ; rdfs:label "behavior" ; rdfs:comment "Step: The Behaviors that type this Step." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:body a rdf:Property ; rdfs:label "body" ; rdfs:comment """Comment: The annotation text for the Comment. TextualRepresentation: The textual representation of the representedElement in the given language.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:bound a rdf:Property ; rdfs:label "bound" ; rdfs:comment "MultiplicityRange: The owned Expressions of the MultiplicityRange whose results provide its bounds. These must be the only ownedMembers of the MultiplicityRange." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:chainingFeature a rdf:Property ; rdfs:label "chainingFeature" ; rdfs:comment """Feature: The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. FeatureChaining: The Feature whose values partly determine values of featureChained, as described in Feature::chainingFeature.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:client a rdf:Property ; rdfs:label "client" ; rdfs:comment "Dependency: The Element or Elements dependent on the supplier Elements." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:condition a rdf:Property ; rdfs:label "condition" ; rdfs:comment "ElementFilterMembership: The model-level evaluable Boolean-valued Expression used to filter the imported members of the membershipOwningNamespace of this ElementFilterMembership." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:conjugatedType a rdf:Property ; rdfs:label "conjugatedType" ; rdfs:comment "Conjugation: The Type that is the result of applying Conjugation to the originalType." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:connectorEnd a rdf:Property ; rdfs:label "connectorEnd" ; rdfs:comment "Connector: The endFeatures of a Connector, which redefine the endFeatures of the associations of the Connector. The connectorEnds determine via ReferenceSubsetting Relationships which Features are related by the Connector." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:declaredName a rdf:Property ; rdfs:label "declaredName" ; rdfs:comment "Element: The declared name of this Element." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:declaredShortName a rdf:Property ; rdfs:label "declaredShortName" ; rdfs:comment "Element: An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:differencingType a rdf:Property ; rdfs:label "differencingType" ; rdfs:comment """Type: The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Differencing: Type that partly determines interpretations of typeDifferenced, as described in Type::differencingType.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:directedFeature a rdf:Property ; rdfs:label "directedFeature" ; rdfs:comment "Type: The features of this Type that have a non-null direction." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:direction a rdf:Property ; rdfs:label "direction" ; rdfs:comment "Feature: Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind)." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:disjoiningType a rdf:Property ; rdfs:label "disjoiningType" ; rdfs:comment "Disjoining: Type asserted to be disjoint with the typeDisjoined." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:documentation a rdf:Property ; rdfs:label "documentation" ; rdfs:comment "Element: The Documentation owned by this Element." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:documentedElement a rdf:Property ; rdfs:label "documentedElement" ; rdfs:comment "Documentation: The Element that is documented by this Documentation." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:effectStep a rdf:Property ; rdfs:label "effectStep" ; rdfs:comment "Succession: Steps that represent occurrences that are side effects of the transitionStep occurring." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:elementId a rdf:Property ; rdfs:label "elementId" ; rdfs:comment "Element: The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:endFeature a rdf:Property ; rdfs:label "endFeature" ; rdfs:comment "Type: All features of this Type with isEnd = true." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:endOwningType a rdf:Property ; rdfs:label "endOwningType" ; rdfs:comment "Feature: The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:expression a rdf:Property ; rdfs:label "expression" ; rdfs:comment "Function: The Expressions that are steps in the calculation of the result of this Function." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:feature a rdf:Property ; rdfs:label "feature" ; rdfs:comment """Type: The ownedMemberFeatures of the featureMemberships of this Type. Featuring: The Feature that is featured by the featuringType.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:featureChained a rdf:Property ; rdfs:label "featureChained" ; rdfs:comment "FeatureChaining: The Feature whose values are partly determined by values of the chainingFeature, as described in Feature::chainingFeature." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:featureInverted a rdf:Property ; rdfs:label "featureInverted" ; rdfs:comment "FeatureInverting: The Feature that is an inverse of the invertingFeature." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:featureMembership a rdf:Property ; rdfs:label "featureMembership" ; rdfs:comment "Type: The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships)." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:featureOfType a rdf:Property ; rdfs:label "featureOfType" ; rdfs:comment "TypeFeaturing: The Feature that is featured by the featuringType. It is the source of the TypeFeaturing." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:featureTarget a rdf:Property ; rdfs:label "featureTarget" ; rdfs:comment "Feature: The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:featureWithValue a rdf:Property ; rdfs:label "featureWithValue" ; rdfs:comment "FeatureValue: The Feature to be provided a value." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:featuringType a rdf:Property ; rdfs:label "featuringType" ; rdfs:comment """Feature: Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. TypeFeaturing: The Type that features the featureOfType. It is the target of the TypeFeaturing.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:filterCondition a rdf:Property ; rdfs:label "filterCondition" ; rdfs:comment "Package: The model-level evaluable Boolean-valued Expression used to filter the members of this Package, which are owned by the Package are via ElementFilterMemberships." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:function a rdf:Property ; rdfs:label "function" ; rdfs:comment "Expression: The Function that types this Expression." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:general a rdf:Property ; rdfs:label "general" ; rdfs:comment "Specialization: A Type with a superset of all instances of the specific Type, which might be the same set." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:guardExpression a rdf:Property ; rdfs:label "guardExpression" ; rdfs:comment "Succession: Expressions that must evaluate to true before the transitionStep can occur." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:importOwningNamespace a rdf:Property ; rdfs:label "importOwningNamespace" ; rdfs:comment "Import: The Namespace into which Memberships are imported by this Import, which must be the owningRelatedElement of the Import." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:importedElement a rdf:Property ; rdfs:label "importedElement" ; rdfs:comment "Import: The effectively imported Element for this Import. For a MembershipImport, this is the memberElement of the importedMembership. For a NamespaceImport, it is the importedNamespace." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:importedMembership a rdf:Property ; rdfs:label "importedMembership" ; rdfs:comment """Namespace: The Memberships in this Namespace that result from the ownedImports of this Namespace. MembershipImport: The Membership to be imported.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:importedNamespace a rdf:Property ; rdfs:label "importedNamespace" ; rdfs:comment "NamespaceImport: The Namespace whose visible Memberships are imported by this NamespaceImport." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:in a oslc_kerml:FeatureDirectionKind ; rdfs:label "in" ; @@ -796,14 +739,12 @@ oslc_kerml:in a oslc_kerml:FeatureDirectionKind ; oslc_kerml:inheritedFeature a rdf:Property ; rdfs:label "inheritedFeature" ; rdfs:comment "Type: All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:inheritedMembership a rdf:Property ; rdfs:label "inheritedMembership" ; rdfs:comment "Type: All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:inout a oslc_kerml:FeatureDirectionKind ; rdfs:label "inout" ; @@ -813,268 +754,224 @@ oslc_kerml:inout a oslc_kerml:FeatureDirectionKind ; oslc_kerml:input a rdf:Property ; rdfs:label "input" ; rdfs:comment "Type: All features related to this Type by FeatureMemberships that have direction in or inout." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:interaction a rdf:Property ; rdfs:label "interaction" ; rdfs:comment "ItemFlow: The Interactions that type this ItemFlow. Interactions are both Associations and Behaviors, which can type Connectors and Steps, respectively." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:intersectingType a rdf:Property ; rdfs:label "intersectingType" ; rdfs:comment """Type: The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Intersecting: Type that partly determines interpretations of typeIntersected, as described in Type::intersectingType.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:invertingFeature a rdf:Property ; rdfs:label "invertingFeature" ; rdfs:comment "FeatureInverting: The Feature that is an inverse of the invertedFeature." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isAbstract a rdf:Property ; rdfs:label "isAbstract" ; rdfs:comment "Type: Indicates whether instances of this Type must also be instances of at least one of its specialized Types." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isComposite a rdf:Property ; rdfs:label "isComposite" ; rdfs:comment "Feature: Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isConjugated a rdf:Property ; rdfs:label "isConjugated" ; rdfs:comment "Type: Indicates whether this Type has an ownedConjugator." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isDefault a rdf:Property ; rdfs:label "isDefault" ; rdfs:comment "FeatureValue: Whether this FeatureValue is a concrete specification of the bound or initial value of the featureWithValue, or just a default value that may be overridden." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isDerived a rdf:Property ; rdfs:label "isDerived" ; rdfs:comment "Feature: Whether the values of this Feature can always be computed from the values of other Features." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isEnd a rdf:Property ; rdfs:label "isEnd" ; rdfs:comment "Feature: Whether or not the this Feature is an end Feature, requiring a different interpretation of the multiplicity of the Feature." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isImplied a rdf:Property ; rdfs:label "isImplied" ; rdfs:comment "Relationship: Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isImpliedIncluded a rdf:Property ; rdfs:label "isImpliedIncluded" ; rdfs:comment "Element: Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isImportAll a rdf:Property ; rdfs:label "isImportAll" ; rdfs:comment "Import: Whether to import memberships without regard to declared visibility." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isInitial a rdf:Property ; rdfs:label "isInitial" ; rdfs:comment "FeatureValue: Whether this FeatureValue specifies a bound value or an initial value for the featureWithValue." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isLibraryElement a rdf:Property ; rdfs:label "isLibraryElement" ; rdfs:comment "Element: Whether this Element is contained in the ownership tree of a library model." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isModelLevelEvaluable a rdf:Property ; rdfs:label "isModelLevelEvaluable" ; rdfs:comment """Expression: Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model. Function: Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isNegated a rdf:Property ; rdfs:label "isNegated" ; rdfs:comment "Invariant: Whether this Invariant is asserted to be false rather than true." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isNonunique a rdf:Property ; rdfs:label "isNonunique" ; rdfs:comment "Feature: isNonunique." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isOrdered a rdf:Property ; rdfs:label "isOrdered" ; rdfs:comment "Feature: Whether an order exists for the values of this Feature or not." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isPortion a rdf:Property ; rdfs:label "isPortion" ; rdfs:comment "Feature: Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isReadOnly a rdf:Property ; rdfs:label "isReadOnly" ; rdfs:comment "Feature: Whether the values of this Feature can change over the lifetime of an instance of the domain." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isRecursive a rdf:Property ; rdfs:label "isRecursive" ; rdfs:comment "Import: Whether to recursively import Memberships from visible, owned sub-Namespaces." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isStandard a rdf:Property ; rdfs:label "isStandard" ; rdfs:comment "LibraryPackage: Whether this LibraryPackage contains a standard library model. This should only be set to true for LibraryPackages in the standard Kernel Model Libraries or in normative model libraries for a language built on KerML." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isSufficient a rdf:Property ; rdfs:label "isSufficient" ; rdfs:comment "Type: Whether all things that meet the classification conditions of this Type must be classified by the Type." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:isUnique a rdf:Property ; rdfs:label "isUnique" ; rdfs:comment "Feature: Whether or not values for this Feature must have no duplicates or not." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:itemFeature a rdf:Property ; rdfs:label "itemFeature" ; rdfs:comment "ItemFlow: The ownedFeature of the ItemFlow that is an ItemFeature (if any)." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:itemFlowEnd a rdf:Property ; rdfs:label "itemFlowEnd" ; rdfs:comment "ItemFlow: The connectorEnds of this ItemFlow that are ItemFlowEnds." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:itemType a rdf:Property ; rdfs:label "itemType" ; rdfs:comment "ItemFlow: The type of values transferred, which is the type of the itemFeature of the ItemFlow." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:language a rdf:Property ; rdfs:label "language" ; rdfs:comment "TextualRepresentation: The natural or artifical language in which the body text is written." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:locale a rdf:Property ; rdfs:label "locale" ; rdfs:comment "Comment: Identification of the language of the body text and, optionally, the region and/or encoding. The format shall be a POSIX locale conformant to ISO/IEC 15897, with the format [language[_territory][.codeset][@modifier]]." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:lowerBound a rdf:Property ; rdfs:label "lowerBound" ; rdfs:comment "MultiplicityRange: The Expression whose result provides the lower bound of the MultiplicityRange. If no lowerBound Expression is given, then the lower bound shall have the same value as the upper bound, unless the upper bound is unbounded (*), in which case the lower bound shall be 0." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:member a rdf:Property ; rdfs:label "member" ; rdfs:comment "Namespace: The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:memberElement a rdf:Property ; rdfs:label "memberElement" ; rdfs:comment "Membership: The Element that becomes a member of the membershipOwningNamespace due to this Membership." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:memberElementId a rdf:Property ; rdfs:label "memberElementId" ; rdfs:comment "Membership: The elementId of the memberElement." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:memberName a rdf:Property ; rdfs:label "memberName" ; rdfs:comment "Membership: The name of the memberElement relative to the membershipOwningNamespace." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:memberShortName a rdf:Property ; rdfs:label "memberShortName" ; rdfs:comment "Membership: The short name of the memberElement relative to the membershipOwningNamespace." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:membership a rdf:Property ; rdfs:label "membership" ; rdfs:comment "Namespace: All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:membershipOwningNamespace a rdf:Property ; rdfs:label "membershipOwningNamespace" ; rdfs:comment "Membership: The Namespace of which the memberElement becomes a member due to this Membership." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:metaclass a rdf:Property ; rdfs:label "metaclass" ; rdfs:comment "MetadataFeature: The type of this MetadataFeature, which must be a Metaclass." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:multiplicity a rdf:Property ; rdfs:label "multiplicity" ; rdfs:comment "Type: An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:name a rdf:Property ; rdfs:label "name" ; rdfs:comment "Element: The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:operand a rdf:Property ; rdfs:label "operand" ; rdfs:comment "InvocationExpression: operand." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:operator a rdf:Property ; rdfs:label "operator" ; rdfs:comment "OperatorExpression: An operator symbol that names a corresponding Function from one of the standard packages from the Kernel Function Library ." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:originalType a rdf:Property ; rdfs:label "originalType" ; rdfs:comment "Conjugation: The Type to be conjugated." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:out a oslc_kerml:FeatureDirectionKind ; rdfs:label "out" ; @@ -1084,268 +981,224 @@ oslc_kerml:out a oslc_kerml:FeatureDirectionKind ; oslc_kerml:output a rdf:Property ; rdfs:label "output" ; rdfs:comment "Type: All features related to this Type by FeatureMemberships that have direction out or inout." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedAnnotatingRelationship a rdf:Property ; rdfs:label "ownedAnnotatingRelationship" ; rdfs:comment "AnnotatingElement: The ownedRelationships of this AnnotatingElement that are Annotations, for which this AnnotatingElement is the annotatingElement." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedAnnotation a rdf:Property ; rdfs:label "ownedAnnotation" ; rdfs:comment "Element: The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedConjugator a rdf:Property ; rdfs:label "ownedConjugator" ; rdfs:comment "Type: A Conjugation owned by this Type for which the Type is the originalType." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedDifferencing a rdf:Property ; rdfs:label "ownedDifferencing" ; rdfs:comment "Type: The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedDisjoining a rdf:Property ; rdfs:label "ownedDisjoining" ; rdfs:comment "Type: The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedElement a rdf:Property ; rdfs:label "ownedElement" ; rdfs:comment "Element: The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedEndFeature a rdf:Property ; rdfs:label "ownedEndFeature" ; rdfs:comment "Type: All endFeatures of this Type that are ownedFeatures." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedFeature a rdf:Property ; rdfs:label "ownedFeature" ; rdfs:comment "Type: The ownedMemberFeatures of the ownedFeatureMemberships of this Type." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedFeatureChaining a rdf:Property ; rdfs:label "ownedFeatureChaining" ; rdfs:comment "Feature: The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedFeatureInverting a rdf:Property ; rdfs:label "ownedFeatureInverting" ; rdfs:comment "Feature: The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedFeatureMembership a rdf:Property ; rdfs:label "ownedFeatureMembership" ; rdfs:comment "Type: The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedImport a rdf:Property ; rdfs:label "ownedImport" ; rdfs:comment "Namespace: The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedIntersecting a rdf:Property ; rdfs:label "ownedIntersecting" ; rdfs:comment "Type: The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedMember a rdf:Property ; rdfs:label "ownedMember" ; rdfs:comment "Namespace: The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedMemberElement a rdf:Property ; rdfs:label "ownedMemberElement" ; rdfs:comment "OwningMembership: The Element that becomes an ownedMember of the membershipOwningNamespace due to this OwningMembership." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedMemberElementId a rdf:Property ; rdfs:label "ownedMemberElementId" ; rdfs:comment "OwningMembership: The elementId of the ownedMemberElement." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedMemberFeature a rdf:Property ; rdfs:label "ownedMemberFeature" ; rdfs:comment "FeatureMembership: The Feature that this FeatureMembership relates to its owningType, making it an ownedFeature of the owningType." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedMemberName a rdf:Property ; rdfs:label "ownedMemberName" ; rdfs:comment "OwningMembership: The name of the ownedMemberElement." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedMemberParameter a rdf:Property ; rdfs:label "ownedMemberParameter" ; rdfs:comment "ParameterMembership: The Feature that is identified as a parameter by this ParameterMembership." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedMemberShortName a rdf:Property ; rdfs:label "ownedMemberShortName" ; rdfs:comment "OwningMembership: The shortName of the ownedMemberElement." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedMembership a rdf:Property ; rdfs:label "ownedMembership" ; rdfs:comment "Namespace: The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedRedefinition a rdf:Property ; rdfs:label "ownedRedefinition" ; rdfs:comment "Feature: The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedReferenceSubsetting a rdf:Property ; rdfs:label "ownedReferenceSubsetting" ; rdfs:comment "Feature: The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedRelatedElement a rdf:Property ; rdfs:label "ownedRelatedElement" ; rdfs:comment "Relationship: The relatedElements of this Relationship that are owned by the Relationship." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedRelationship a rdf:Property ; rdfs:label "ownedRelationship" ; rdfs:comment "Element: The Relationships for which this Element is the owningRelatedElement." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedResultExpression a rdf:Property ; rdfs:label "ownedResultExpression" ; rdfs:comment "ResultExpressionMembership: The Expression that provides the result for the owner of the ResultExpressionMembership." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedSpecialization a rdf:Property ; rdfs:label "ownedSpecialization" ; rdfs:comment "Type: The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedSubclassification a rdf:Property ; rdfs:label "ownedSubclassification" ; rdfs:comment "Classifier: The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedSubsetting a rdf:Property ; rdfs:label "ownedSubsetting" ; rdfs:comment "Feature: The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedTypeFeaturing a rdf:Property ; rdfs:label "ownedTypeFeaturing" ; rdfs:comment "Feature: The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedTyping a rdf:Property ; rdfs:label "ownedTyping" ; rdfs:comment "Feature: The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:ownedUnioning a rdf:Property ; rdfs:label "ownedUnioning" ; rdfs:comment "Type: The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:owner a rdf:Property ; rdfs:label "owner" ; rdfs:comment "Element: The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:owningAnnotatedElement a rdf:Property ; rdfs:label "owningAnnotatedElement" ; rdfs:comment "Annotation: The annotatedElement of this Annotation, when it is also its owningRelatedElement." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:owningAnnotatingElement a rdf:Property ; rdfs:label "owningAnnotatingElement" ; rdfs:comment "Annotation: The annotatingElement of this Annotation, when it is also its owningRelatedElement." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:owningClassifier a rdf:Property ; rdfs:label "owningClassifier" ; rdfs:comment "Subclassification: The Classifier that owns this Subclassification relationship, which must also be its subclassifier." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:owningFeature a rdf:Property ; rdfs:label "owningFeature" ; rdfs:comment """Subsetting: A subsettingFeature that is also the owningRelatedElement of this Subsetting. FeatureTyping: A typedFeature that is also the owningRelatedElement of this FeatureTyping. FeatureInverting: A featureInverted that is also the owningRelatedElement of this FeatureInverting.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:owningFeatureMembership a rdf:Property ; rdfs:label "owningFeatureMembership" ; rdfs:comment "Feature: The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:owningFeatureOfType a rdf:Property ; rdfs:label "owningFeatureOfType" ; rdfs:comment "TypeFeaturing: A featureOfType that is also the owningRelatedElement of this TypeFeaturing." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:owningMembership a rdf:Property ; rdfs:label "owningMembership" ; rdfs:comment "Element: The owningRelationship of this Element, if that Relationship is a Membership." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:owningNamespace a rdf:Property ; rdfs:label "owningNamespace" ; rdfs:comment "Element: The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:owningRelatedElement a rdf:Property ; rdfs:label "owningRelatedElement" ; rdfs:comment "Relationship: The relatedElement of this Relationship that owns the Relationship, if any." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:owningRelationship a rdf:Property ; rdfs:label "owningRelationship" ; rdfs:comment "Element: The Relationship for which this Element is an ownedRelatedElement, if any." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:owningType a rdf:Property ; rdfs:label "owningType" ; @@ -1354,21 +1207,18 @@ FeatureMembership: The Type that owns this FeatureMembership. Feature: The Type that is the owningType of the owningFeatureMembership of this Feature. Conjugation: The conjugatedType of this Conjugation that is also its owningRelatedElement. Disjoining: A typeDisjoined that is also an owningRelatedElement.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:parameter a rdf:Property ; rdfs:label "parameter" ; rdfs:comment """Step: The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Behavior: The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:predicate a rdf:Property ; rdfs:label "predicate" ; rdfs:comment "BooleanExpression: The Predicate that types this BooleanExpression." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:private a oslc_kerml:VisibilityKind ; rdfs:label "private" ; @@ -1388,241 +1238,202 @@ oslc_kerml:public a oslc_kerml:VisibilityKind ; oslc_kerml:qualifiedName a rdf:Property ; rdfs:label "qualifiedName" ; rdfs:comment "Element: The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:redefinedFeature a rdf:Property ; rdfs:label "redefinedFeature" ; rdfs:comment "Redefinition: The Feature that is redefined by the redefiningFeature of this Redefinition." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:redefiningFeature a rdf:Property ; rdfs:label "redefiningFeature" ; rdfs:comment "Redefinition: The Feature that is redefining the redefinedFeature of this Redefinition." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:referencedElement a rdf:Property ; rdfs:label "referencedElement" ; rdfs:comment "MetadataAccessExpression: The Element whose metadata is being accessed." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:referencedFeature a rdf:Property ; rdfs:label "referencedFeature" ; rdfs:comment "ReferenceSubsetting: The Feature that is referenced by the referencingFeature of this ReferenceSubsetting." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:referencingFeature a rdf:Property ; rdfs:label "referencingFeature" ; rdfs:comment "ReferenceSubsetting: The Feature that owns this ReferenceSubsetting relationship, which is also its subsettingFeature." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:referent a rdf:Property ; rdfs:label "referent" ; rdfs:comment "FeatureReferenceExpression: The Feature that is referenced by this FeatureReferenceExpression, which is its first non-parameter member." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:relatedElement a rdf:Property ; rdfs:label "relatedElement" ; rdfs:comment "Relationship: The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:relatedFeature a rdf:Property ; rdfs:label "relatedFeature" ; rdfs:comment "Connector: The Features that are related by this Connector considered as a Relationship and that restrict the links it identifies, given by the referenced Features of the connectorEnds of the Connector." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:relatedType a rdf:Property ; rdfs:label "relatedType" ; rdfs:comment "Association: The types of the associationEnds of the Association, which are the relatedElements of the Association considered as a Relationship." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:representedElement a rdf:Property ; rdfs:label "representedElement" ; rdfs:comment "TextualRepresentation: The Element that is represented by this TextualRepresentation." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:result a rdf:Property ; rdfs:label "result" ; rdfs:comment """Expression: result. Function: The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:shortName a rdf:Property ; rdfs:label "shortName" ; rdfs:comment "Element: The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:source a rdf:Property ; rdfs:label "source" ; rdfs:comment "Relationship: The relatedElements from which this Relationship is considered to be directed." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:sourceFeature a rdf:Property ; rdfs:label "sourceFeature" ; rdfs:comment "Connector: The source relatedFeature for this Connector. It is the first relatedFeature." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:sourceOutputFeature a rdf:Property ; rdfs:label "sourceOutputFeature" ; rdfs:comment "ItemFlow: The Feature that provides the items carried by the ItemFlow. It must be an owned output of the source of the ItemFlow." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:sourceType a rdf:Property ; rdfs:label "sourceType" ; rdfs:comment "Association: The source relatedType for this Association. It is the first relatedType of the Association." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:specific a rdf:Property ; rdfs:label "specific" ; rdfs:comment "Specialization: A Type with a subset of all instances of the general Type, which might be the same set." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:step a rdf:Property ; rdfs:label "step" ; rdfs:comment "Behavior: The Steps that make up this Behavior." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:subclassifier a rdf:Property ; rdfs:label "subclassifier" ; rdfs:comment "Subclassification: The more specific Classifier in this Subclassification." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:subsettedFeature a rdf:Property ; rdfs:label "subsettedFeature" ; rdfs:comment "Subsetting: The Feature that is subsetted by the subsettingFeature of this Subsetting." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:subsettingFeature a rdf:Property ; rdfs:label "subsettingFeature" ; rdfs:comment "Subsetting: The Feature that is a subset of the subsettedFeature of this Subsetting." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:superclassifier a rdf:Property ; rdfs:label "superclassifier" ; rdfs:comment "Subclassification: The more general Classifier in this Subclassification." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:supplier a rdf:Property ; rdfs:label "supplier" ; rdfs:comment "Dependency: The Element or Elements on which the client Elements depend in some respect." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:target a rdf:Property ; rdfs:label "target" ; rdfs:comment "Relationship: The relatedElements to which this Relationship is considered to be directed." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:targetFeature a rdf:Property ; rdfs:label "targetFeature" ; rdfs:comment """FeatureChainExpression: The Feature that is accessed by this FeatureChainExpression, which is its first non-parameter member. Connector: The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:targetInputFeature a rdf:Property ; rdfs:label "targetInputFeature" ; rdfs:comment "ItemFlow: The Feature that receives the values carried by the ItemFlow. It must be an owned output of the target participant of the ItemFlow." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:targetType a rdf:Property ; rdfs:label "targetType" ; rdfs:comment "Association: The target relatedTypes for this Association. This includes all the relatedTypes other than the sourceType." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:textualRepresentation a rdf:Property ; rdfs:label "textualRepresentation" ; rdfs:comment "Element: The TextualRepresentations that annotate this Element." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:transitionStep a rdf:Property ; rdfs:label "transitionStep" ; rdfs:comment "Succession: A Step that is typed by the Behavior TransitionPerformances::TransitionPerformance (from the Kernel Semantic Library) that has this Succession as its transitionLink." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:triggerStep a rdf:Property ; rdfs:label "triggerStep" ; rdfs:comment "Succession: Steps that map incoming events to the timing of occurrences of the transitionStep. The values of triggerStep subset the list of acceptable events to be received by a Behavior or the object that performs it." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:type a rdf:Property ; rdfs:label "type" ; rdfs:comment """Featuring: The Type that features the featureOfType. Feature: Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. FeatureTyping: The Type that is being applied by this FeatureTyping.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:typeDifferenced a rdf:Property ; rdfs:label "typeDifferenced" ; rdfs:comment "Differencing: Type with interpretations partly determined by differencingType, as described in Type::differencingType." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:typeDisjoined a rdf:Property ; rdfs:label "typeDisjoined" ; rdfs:comment "Disjoining: Type asserted to be disjoint with the disjoiningType." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:typeIntersected a rdf:Property ; rdfs:label "typeIntersected" ; rdfs:comment "Intersecting: Type with interpretations partly determined by intersectingType, as described in Type::intersectingType." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:typeUnioned a rdf:Property ; rdfs:label "typeUnioned" ; rdfs:comment "Unioning: Type with interpretations partly determined by unioningType, as described in Type::unioningType." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:typedFeature a rdf:Property ; rdfs:label "typedFeature" ; rdfs:comment "FeatureTyping: The Feature that has a type determined by this FeatureTyping." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:unioningType a rdf:Property ; rdfs:label "unioningType" ; rdfs:comment """Type: The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Unioning: Type that partly determines interpretations of typeUnioned, as described in Type::unioningType.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:upperBound a rdf:Property ; rdfs:label "upperBound" ; rdfs:comment "MultiplicityRange: The Expression whose result is the upper bound of the MultiplicityRange." ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:value a rdf:Property ; rdfs:label "value" ; @@ -1631,23 +1442,23 @@ LiteralBoolean: The Boolean value that is the result of evaluating this LiteralB LiteralInteger: The Integer value that is the result of evaluating this LiteralInteger. LiteralRational: The value whose rational approximation is the result of evaluating this LiteralRational. FeatureValue: The Expression that provides the value of the featureWithValue as its result.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml:visibility a rdf:Property ; rdfs:label "visibility" ; rdfs:comment """Membership: Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace. Import: The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private.""" ; - rdfs:isDefinedBy , - oslc_kerml: . + rdfs:isDefinedBy oslc_kerml: . oslc_kerml: a owl:Ontology ; rdfs:label "OSLC KerML Vocabulary" ; - dcterms:dateCopyrighted "2012-2024" ; dcterms:description "All vocabulary URIs defined in the OSLC KerML namespace."^^rdf:XMLLiteral ; - dcterms:issued "2024-08-01"^^xsd:date ; - dcterms:license ; + dcterms:hasVersion "V2" ; + dcterms:isPartOf ; + dcterms:issued "2025-02-01"^^xsd:date ; + dcterms:license <> ; dcterms:publisher ; + dcterms:source ; dcterms:title "OSLC KerML Vocabulary" ; vann:preferredNamespacePrefix "oslc_kerml" . diff --git a/specs/sysml/Resources/genVocabAndShapes.ipynb b/specs/sysml/Resources/genVocabAndShapes.ipynb index ab4f4f6..24dd311 100644 --- a/specs/sysml/Resources/genVocabAndShapes.ipynb +++ b/specs/sysml/Resources/genVocabAndShapes.ipynb @@ -4,17 +4,17 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Generate sysml-vocab.ttl\n", + "# Generate the SysML Vocabulary Terms\n", "\n", "Generate the SysML v2 vocabulary from /Users/jamsden/Developer/SysML/SysML-v2-Pilot-Implementation/org.omg.sysml/model/SysML.ecore. This will be the merged KerML and SysML into a single vocabulary with a single namespace.\n", "\n", - "The OASIS SysML vocabulary uses the OMG namespace. \n", + "Set genOASIS = True to generate for OASIS, leave false to generate for OMG\n", "\n" ] }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -25,13 +25,15 @@ "from bs4 import BeautifulSoup\n", "import os\n", "\n", + "genOASIS = False # set to True to generate OASIS SysML instead of OMG\n", + "\n", "# use the class name as a prefix to the attribute name to ensure they are unique\n", - "# this should no longer be used, but is retained.\n", + "# this should no longer be used, but the method to calculate the qualified name is retained.\n", "def qualident(eClass, eAttribute):\n", " return eClass.name[0].lower() + eClass.name[1:] + '_' + eAttribute.name[0].capitalize() + eAttribute.name[1:] \n", "\n", "# Get the description of the model element as the first paragraph\n", - "# with markdown removed (rdfs:comment is a string, not an XMLLiteral)\n", + "# with markdown removed if strip is True (rdfs:comment is a string, not an XMLLiteral)\n", "def comment(eModelElement, strip=True):\n", " desc = f'{eModelElement.name}.' # rdfs:comment is required in the vocabulary, this is the default\n", " a = eModelElement.getEAnnotation('http://www.eclipse.org/emf/2002/GenModel')\n", @@ -53,10 +55,10 @@ "vann = Namespace('http://purl.org/vocab/vann/')\n", "oslc = Namespace('http://open-services.net/ns/core#')\n", "oslc_am = Namespace('http://open-services.net/ns/am#')\n", - "oslc_sysmlv2 = Namespace('http://www.omg.org/spec/SysML/2.0#') # OMG namespace\n", - "#oslc_sysmlv2 = Namespace('http://open-services.net/ns/sysmlv2#') # OASIS namespace\n", + "oslc_sysml = Namespace('https://www.omg.org/spec/SysML/') # OMG namespace\n", + "if genOASIS: oslc_sysml = Namespace('http://open-services.net/ns/sysml#') # OASIS namespace\n", "\n", - "# add the copywrite information\n", + "# the OASIS copywrite and license information \n", "copyright = \"\"\"\n", "# Copyright 2024 OASIS Open\n", "#\n", @@ -77,31 +79,42 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 10, "metadata": {}, "outputs": [], "source": [ - "# Generate sysml-vocab.ttl\n", + "# Generate the SysML OSLC vocabulary file\n", + "\n", + "vocab_file = 'SysML-Vocabulary-vocab.ttl'\n", + "if genOASIS: vocab_file = 'sysml-vocab.ttl'\n", "\n", "# create the SysML vocabulary graph, initially empty\n", "g = Graph()\n", - "g.bind('oslc_sysmlv2', oslc_sysmlv2)\n", + "g.bind('oslc_sysml', oslc_sysml)\n", "g.bind('oslc_am', oslc_am)\n", "\n", "# add the vocabulary ontology\n", - "o = URIRef(oslc_sysmlv2)\n", + "o = URIRef(oslc_sysml)\n", "g.add((o, RDF.type, OWL.Ontology))\n", "g.add((o, RDFS.label, Literal(\"OSLC SysML v2 Vocabulary\")))\n", - "g.add((o, DCTERMS.dateCopyrighted, Literal(\"2012-2024\")))\n", "g.add((o, DCTERMS.description, Literal(\"All vocabulary URIs defined in the OSLC SysML v2 namespace.\", datatype=RDF.XMLLiteral)))\n", - "g.add((o, DCTERMS.hasVersion, Literal(\"PSD01\")))\n", - "g.add((o, DCTERMS.isPartOf, URIRef('https://docs.oasis-open-projects.org/oslc-op/sysml/v2.0/os/sysml-spec.html')))\n", - "g.add((o, DCTERMS.issued, Literal(\"2024-08-01\", datatype=XSD.date)))\n", - "g.add((o, DCTERMS.license, URIRef('http://www.apache.org/licenses/LICENSE-2.0')))\n", - "g.add((o, DCTERMS.publisher, URIRef('https://open-services.net/about/')))\n", - "g.add((o, DCTERMS.source, URIRef('https://docs.oasis-open-projects.org/oslc-op/sysml/v2.0/os/sysml-vocab.ttl')))\n", "g.add((o, DCTERMS.title, Literal(\"OSLC SysML v2 Vocabulary\")))\n", - "g.add((o, vann.preferredNamespacePrefix, Literal(\"oslc_sysmlv2\")))\n", + "g.add((o, vann.preferredNamespacePrefix, Literal(\"oslc_sysml\")))\n", + "if genOASIS:\n", + " g.add((o, DCTERMS.dateCopyrighted, Literal(\"2012-2024\")))\n", + " g.add((o, DCTERMS.hasVersion, Literal(\"PSD01\")))\n", + " g.add((o, DCTERMS.isPartOf, URIRef('https://docs.oasis-open-projects.org/oslc-op/sysml/v2.0/os/sysml-spec.html')))\n", + " g.add((o, DCTERMS.issued, Literal(\"2024-08-01\", datatype=XSD.date)))\n", + " g.add((o, DCTERMS.license, URIRef('http://www.apache.org/licenses/LICENSE-2.0')))\n", + " g.add((o, DCTERMS.publisher, URIRef('https://open-services.net/about/')))\n", + " g.add((o, DCTERMS.source, URIRef('https://docs.oasis-open-projects.org/oslc-op/sysml/v2.0/os/sysml-vocab.ttl')))\n", + "else:\n", + " g.add((o, DCTERMS.publisher, URIRef('https://www.omg.org')))\n", + " g.add((o, DCTERMS.issued, Literal(\"2025-02-01\", datatype=XSD.date)))\n", + " g.add((o, DCTERMS.hasVersion, Literal(\"V2\")))\n", + " g.add((o, DCTERMS.isPartOf, URIRef('https://www.omg.org/spec/SysML')))\n", + " g.add((o, DCTERMS.source, URIRef('https://github.com/oslc-op/oslc-specs/blob/master/specs/sysml/SysML-Vocabulary-vocab.ttl')))\n", + " g.add((o, DCTERMS.license, URIRef('')))\n", "\n", "# load the SysML.ecore model - this is the merged KerML and SysML metamodel using a single namespace\n", "rset = ResourceSet()\n", @@ -114,20 +127,20 @@ "for c in mm_root.eClassifiers:\n", " # Generate the classes\n", " if isinstance(c, EClass):\n", - " g.add((oslc_sysmlv2.term(c.name), RDF.type, RDFS.Class))\n", + " g.add((oslc_sysml.term(c.name), RDF.type, RDFS.Class))\n", " if c.name=='Element':\n", - " g.add((oslc_sysmlv2.term(c.name), RDFS.subClassOf, oslc_am.Resource)) # only Element\n", + " g.add((oslc_sysml.term(c.name), RDFS.subClassOf, oslc_am.Resource)) # only Element\n", " if c.eSuperTypes is not None and len(c.eSuperTypes) >= 1:\n", " for super in c.eSuperTypes:\n", - " g.add((oslc_sysmlv2.term(c.name), RDFS.subClassOf, oslc_sysmlv2.term(super.name)))\n", - " g.add((oslc_sysmlv2.term(c.name), RDFS.label, Literal(c.name)))\n", - " g.add((oslc_sysmlv2.term(c.name), RDFS.comment, Literal(comment(c))))\n", - " g.add((oslc_sysmlv2.term(c.name), RDFS.isDefinedBy, URIRef(oslc_sysmlv2)))\n", + " g.add((oslc_sysml.term(c.name), RDFS.subClassOf, oslc_sysml.term(super.name)))\n", + " g.add((oslc_sysml.term(c.name), RDFS.label, Literal(c.name)))\n", + " g.add((oslc_sysml.term(c.name), RDFS.comment, Literal(comment(c))))\n", + " g.add((oslc_sysml.term(c.name), RDFS.isDefinedBy, URIRef(oslc_sysml)))\n", "\n", " # generate the properties\n", " for a in c.eStructuralFeatures:\n", " name = a.name # done't use the class name as a prefix to the attribute name to ensure they are unique\n", - " s = oslc_sysmlv2.term(name)\n", + " s = oslc_sysml.term(name)\n", " g.add((s, RDF.type, RDF.Property))\n", " g.add((s, RDFS.label, Literal(name)))\n", " # does the property already have a comment?\n", @@ -140,41 +153,41 @@ " g.add((s, RDFS.comment, Literal(pcomment)))\n", " else:\n", " g.add((s, RDFS.comment, Literal(c.name+': '+comment(a))))\n", - " g.add((s, RDFS.isDefinedBy, URIRef(oslc_sysmlv2)))\n", + " g.add((s, RDFS.isDefinedBy, URIRef(oslc_sysml)))\n", " if isinstance(c, EEnum):\n", - " g.add((oslc_sysmlv2.term(c.name), RDF.type, RDFS.Class))\n", - " g.add((oslc_sysmlv2.term(c.name), RDFS.label, Literal(c.name)))\n", - " g.add((oslc_sysmlv2.term(c.name), RDFS.comment, Literal(comment(c))))\n", - " g.add((oslc_sysmlv2.term(c.name), RDFS.isDefinedBy, URIRef(oslc_sysmlv2)))\n", + " g.add((oslc_sysml.term(c.name), RDF.type, RDFS.Class))\n", + " g.add((oslc_sysml.term(c.name), RDFS.label, Literal(c.name)))\n", + " g.add((oslc_sysml.term(c.name), RDFS.comment, Literal(comment(c))))\n", + " g.add((oslc_sysml.term(c.name), RDFS.isDefinedBy, URIRef(oslc_sysml)))\n", "\n", " # generate the enumeration literals\n", " for a in c.eLiterals:\n", " name = a.name # don't use the class name as a prefix to the attribute name to ensure they are unique\n", - " s = oslc_sysmlv2.term(name)\n", - " g.add((s, RDF.type, oslc_sysmlv2.term(c.name)))\n", + " s = oslc_sysml.term(name)\n", + " g.add((s, RDF.type, oslc_sysml.term(c.name)))\n", " g.add((s, RDFS.label, Literal(name)))\n", " g.add((s, RDFS.comment, Literal(comment(a))))\n", - " g.add((s, RDFS.isDefinedBy, URIRef(oslc_sysmlv2)))\n", + " g.add((s, RDFS.isDefinedBy, URIRef(oslc_sysml)))\n", " \n", - "g.serialize(destination='../sysml-vocab.ttl')\n", - "\n", - "\n", - "with open('../sysml-vocab.ttl','r') as f:\n", - " with open('../temp.ttl','w') as f2: \n", - " f2.write(copyright)\n", - " f2.write(f.read())\n", - "os.remove('../sysml-vocab.ttl')\n", - "os.rename('../temp.ttl','../sysml-vocab.ttl')" + "g.serialize(destination=f'../{vocab_file}')\n", + "\n", + "if genOASIS: # add the copyright for OASIS\n", + " with open('../sysml-vocab.ttl','r') as f:\n", + " with open('../temp.ttl','w') as f2: \n", + " f2.write(copyright)\n", + " f2.write(f.read())\n", + " os.remove('../sysml-vocab.ttl')\n", + " os.rename('../temp.ttl','../sysml-vocab.ttl')" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "# Generate sysml-shapes.ttl\n", + "# Generate the SysML OSLC constraints\n", "Generate the SysML v2 constraints from /Users/jamsden/Developer/SysML/SysML-v2-Pilot-Implementation/org.omg.sysml/model/SysML.ecore. This will be the merged KerML and SysML into a single vocabulary with a single namespace. \n", "\n", - "This depends on the sysml-vocab.ttl file that was generated above.\n", + "This depends on the vocabulary that was generated above.\n", "\n", "The ResourceShape properties also do not need class prefixes because they are added to the classes using blank nodes which makes them unique.\n", "\n" @@ -182,7 +195,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 11, "metadata": {}, "outputs": [], "source": [ @@ -203,17 +216,20 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": 12, "metadata": {}, "outputs": [], "source": [ - "# Generate sysml-shapes.ttl\n", + "# Generate the SysML OSLC constraints\n", "from rdflib import Graph, URIRef, Literal, Namespace, RDF, XSD, RDFS, OWL, DCTERMS\n", "from pyecore.ecore import EClassifier, EClass, EAttribute, EReference, EString, EObject, EEnum\n", "from pyecore.resources import ResourceSet, URI\n", "from bs4 import BeautifulSoup\n", "import os\n", "\n", + "shapes_file = 'SysML-Shapes-shapes.ttl'\n", + "if genOASIS: shapes_file = 'sysml-shapes.ttl'\n", + "\n", "def multiplicity(eAttribute):\n", " lower = eAttribute.lowerBound\n", " upper = eAttribute.upperBound\n", @@ -228,7 +244,7 @@ " case 'String': return XSD.string\n", " case 'Real': return XSD.float\n", " case 'Integer': return XSD.integer\n", - " case _: return oslc_sysmlv2.term(a.eType.name)\n", + " case _: return oslc_sysml.term(a.eType.name)\n", "\n", "def propertyAlreadyAdded(propname, eclass, shape, graph):\n", " # is the property already ready in this shape\n", @@ -238,16 +254,16 @@ " return propname in props\n", "\n", "\n", - "def addClassProperties(eclass, shape, graph):\n", + "def addClassProperties(eclass, shape, graph, vocab_namespace, shape_namespace):\n", " # generate the properties specific to this ResourceShape\n", " for a in eclass.eStructuralFeatures:\n", " name = a.name\n", - " cls = oslc_sysmlv2.term(eclass.name)\n", - " prop = oslc_sysmlv2.term(name)\n", + " cls = vocab_namespace.term(eclass.name)\n", + " prop = vocab_namespace.term(name)\n", " # does the uninherited property appear in more than one class?\n", " # if it does, then add the Property constraint using a blank node for the class\n", " # if not, then define the property so it can be reused where it is inherited\n", - " propval = oslc_sysml_shapes.term(name)\n", + " propval = shape_namespace.term(name)\n", " if propertyAlreadyAdded(name, eclass, shape, graph): return\n", " if name in multiDefProps:\n", " propval = BNode()\n", @@ -261,7 +277,7 @@ " graph.add((propval, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", " if isinstance(a, EReference):\n", " graph.add((propval, oslc.valueType, oslc.Resource))\n", - " graph.add((propval, oslc.range, oslc_sysmlv2.term(a.eType.name)))\n", + " graph.add((propval, oslc.range, vocab_namespace.term(a.eType.name)))\n", " graph.add((propval, oslc.representation, oslc.Either))\n", " graph.add((propval, DCTERMS.description, Literal(comment(a,strip=False), datatype=RDF.XMLLiteral)))\n", " # is the property a redefinition? If so, remove the inherited property\n", @@ -271,35 +287,32 @@ " redefinitions = a.getEAnnotation('redefines')\n", " if redefinitions is not None:\n", " reference = redefinitions.references[0].name\n", - " prop = oslc_sysml_shapes.term(reference)\n", + " prop = shape_namespace.term(reference)\n", " graph.remove((shape, oslc.property, prop))\n", " # the property could have been added with a blank node\n", " \"\"\"\n", "\n", "\n", - "def addSuperclassProperties(eclass, shape, graph):\n", + "def addSuperclassProperties(eclass, shape, graph, vocab_namespace, shape_namespace):\n", " if eclass.eSuperTypes is not None and len(eclass.eSuperTypes) >= 1:\n", " for super in eclass.eSuperTypes:\n", " # recursively add the properties for the superclasses up the hierarchy\n", - " addSuperclassProperties(super, shape, graph)\n", + " addSuperclassProperties(super, shape, graph, vocab_namespace, shape_namespace)\n", " # and add the properties for this superclass\n", - " addClassProperties(super, shape, graph)\n", + " addClassProperties(super, shape, graph, vocab_namespace, shape_namespace)\n", "\n", " # some useful RDF namespaces\n", "vann = Namespace('http://purl.org/vocab/vann/')\n", "oslc = Namespace('http://open-services.net/ns/core#')\n", "oslc_am = Namespace('http://open-services.net/ns/am#')\n", - "oslc_sysml_shapes = Namespace('http://www.omg.org/spec/SysML/shapes/20240801#') # OMG namespace versioned for constraints\n", - "#oslc_sysml_shapes = Namespace('http://open-services.net/ns/sysmlv2/shapes/20240801#') # OASIS namespace\n", - "\n", - "oslc_sysmlv2 = Namespace('http://www.omg.org/spec/SysML/2.0#') # OMG namespace\n", - "#oslc_sysmlv2 = Namespace('http://open-services.net/ns/sysmlv2#') # OASIS namespace\n", + "oslc_sysml_shapes = Namespace('https://www.omg.org/spec/SysML/20250201/shapes/') # OMG namespace versioned for constraints\n", + "if genOASIS: oslc_sysml_shapes = Namespace('http://open-services.net/ns/sysml/shapes/20250201#') # OASIS namespace\n", "\n", "jazz_am = Namespace('http://jazz.net/ns/dm/linktypes#')\n", "\n", "# create the SysML constraints graph, initially empty\n", "g = Graph()\n", - "g.bind('oslc_sysmlv2', oslc_sysmlv2)\n", + "g.bind('oslc_sysml', oslc_sysml)\n", "g.bind('oslc_am', oslc_am)\n", "g.bind('oslc', oslc)\n", "g.bind('oslc_sysml_shapes', oslc_sysml_shapes)\n", @@ -308,16 +321,24 @@ "s = URIRef(oslc_sysml_shapes)\n", "g.add((s, RDF.type, oslc.ResourceShapeConstraints))\n", "g.add((s, RDFS.label, Literal(\"OSLC System Modeling Language (SysML) Constraints\")))\n", - "g.add((s, DCTERMS.dateCopyrighted, Literal(\"2012-2024\")))\n", "g.add((s, DCTERMS.description, Literal(\"

Constraints on vocabulary terms defined in the OSLC System Modeling Language (SysML) namespace.

\", datatype=RDF.XMLLiteral)))\n", - "g.add((s, DCTERMS.hasVersion, Literal(\"PSD01\")))\n", - "g.add((s, DCTERMS.isPartOf, URIRef(\"https://docs.oasis-open-projects.org/oslc-op/sysml/v2.0/psd01/sysml-spec.html\")))\n", - "g.add((s, DCTERMS.issued, Literal(\"2024-04-25\", datatype=XSD.date)))\n", - "g.add((s, DCTERMS.license, URIRef(\"http://www.apache.org/licenses/LICENSE-2.0\")))\n", - "g.add((s, DCTERMS.publisher, URIRef(\"https://open-services.net/about/\")))\n", - "g.add((s, DCTERMS.source, URIRef(\"https://docs.oasis-open-projects.org/oslc-op/sysml/v2.0/psd01/sysml-shapes.ttl\")))\n", "g.add((s, DCTERMS.title, Literal(\"OSLC System Modeling Language (SysML) Version 2.0 Constraints\")))\n", "\n", + "if genOASIS:\n", + " g.add((s, DCTERMS.dateCopyrighted, Literal(\"2012-2024\")))\n", + " g.add((s, DCTERMS.issued, Literal(\"2025-02-01\", datatype=XSD.date)))\n", + " g.add((s, DCTERMS.hasVersion, Literal(\"PSD01\")))\n", + " g.add((s, DCTERMS.isPartOf, URIRef(\"https://docs.oasis-open-projects.org/oslc-op/sysml/v2.0/psd01/sysml-spec.html\")))\n", + " g.add((s, DCTERMS.license, URIRef(\"http://www.apache.org/licenses/LICENSE-2.0\")))\n", + " g.add((s, DCTERMS.source, URIRef(\"https://docs.oasis-open-projects.org/oslc-op/sysml/v2.0/psd01/sysml-shapes.ttl\")))\n", + "else:\n", + " g.add((s, DCTERMS.publisher, URIRef(\"https://www.omg.org\")))\n", + " g.add((s, DCTERMS.issued, Literal(\"2025-02-01\", datatype=XSD.date)))\n", + " g.add((s, DCTERMS.hasVersion, Literal(\"V2\")))\n", + " g.add((s, DCTERMS.isPartOf, URIRef('https://www.omg.org/spec/SysML')))\n", + " g.add((s, DCTERMS.source, URIRef('https://github.com/oslc-op/oslc-specs/blob/master/specs/sysml/SysML-Vocabulary-vocab.ttl')))\n", + " g.add((s, DCTERMS.license, URIRef('')))\n", + "\n", "# load the SysML.ecore model - this is the merged KerML and SysML metamodel using a single namespace\n", "rset = ResourceSet()\n", "resource = rset.get_resource(URI('/Users/jamsden/Developer/SysML-v2-Pilot-Implementation/org.omg.sysml/model/SysML.ecore'))\n", @@ -333,11 +354,11 @@ " g.add((shape, RDF.type, oslc.ResourceShape)) # only Element\n", " g.add((shape, DCTERMS.title, Literal(c.name+'Shape', datatype=RDF.XMLLiteral)))\n", " g.add((shape, DCTERMS.description, Literal(comment(c,strip=False),datatype=RDF.XMLLiteral)))\n", - " g.add((shape, oslc.describes, URIRef(oslc_sysmlv2.term(c.name))))\n", + " g.add((shape, oslc.describes, URIRef(oslc_sysml.term(c.name))))\n", "\n", " # add all the properties inherited from all superclasses up to Element\n", - " addSuperclassProperties(c, shape, g)\n", - " addClassProperties(c, shape, g)\n", + " addSuperclassProperties(c, shape, g, oslc_sysml, oslc_sysml_shapes)\n", + " addClassProperties(c, shape, g, oslc_sysml, oslc_sysml_shapes)\n", "\n", " # add the inherited oslc_am:Resource properties\n", " g.add((shape, oslc.property, oslc_sysml_shapes.type))\n", @@ -550,14 +571,15 @@ "or its value are traced to a requirement).\"\"\", datatype=RDF.XMLLiteral)))\n", "\n", "\n", - "g.serialize(destination='../sysml-shapes.ttl')\n", + "g.serialize(destination=f'../{shapes_file}')\n", "\n", - "with open('../sysml-shapes.ttl','r') as f:\n", - " with open('../temp.ttl','w') as f2: \n", - " f2.write(copyright)\n", - " f2.write(f.read())\n", - "os.remove('../sysml-shapes.ttl')\n", - "os.rename('../temp.ttl','../sysml-shapes.ttl')" + "if genOASIS: # add the copywrite header\n", + " with open('../sysml-shapes.ttl','r') as f:\n", + " with open('../temp.ttl','w') as f2: \n", + " f2.write(copyright)\n", + " f2.write(f.read())\n", + " os.remove('../sysml-shapes.ttl')\n", + " os.rename('../temp.ttl','../sysml-shapes.ttl')" ] }, { @@ -571,16 +593,16 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 13, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - ")>" + ")>" ] }, - "execution_count": 5, + "execution_count": 13, "metadata": {}, "output_type": "execute_result" } @@ -595,7 +617,6 @@ "DCTERMS = Namespace('http://purl.org/dc/terms/')\n", "oslc = Namespace('http://open-services.net/ns/core#')\n", "oslc_am = Namespace('http://open-services.net/ns/am#')\n", - "oslc_sysmlv2 = Namespace('http://open-services.net/ns/sysmlv2#')\n", "\n", "g = Graph()\n", "g.parse('sysml-vocab.ttl')\n" @@ -603,7 +624,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 14, "metadata": {}, "outputs": [ { @@ -2340,6 +2361,17 @@ "\n", "\n", "\n", + "\n", + "\n", + "\n", + ")>" + ] + }, + "execution_count": 15, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "# create the KerML vocabulary graph, initially empty\n", "\n", - "oslc_kerml = Namespace('http://www.omg.org/spec/kerml#')\n", + "oslc_kerml = Namespace('https://www.omg.org/spec/KerML/')\n", "\n", "g = Graph()\n", "g.bind('oslc_kerml', oslc_kerml)\n", @@ -2630,16 +2673,15 @@ "o = URIRef(oslc_kerml)\n", "g.add((o, RDF.type, OWL.Ontology))\n", "g.add((o, RDFS.label, Literal(\"OSLC KerML Vocabulary\")))\n", - "g.add((o, DCTERMS.dateCopyrighted, Literal(\"2012-2024\")))\n", "g.add((o, DCTERMS.description, Literal(\"All vocabulary URIs defined in the OSLC KerML namespace.\", datatype=RDF.XMLLiteral)))\n", - "#g.add((o, DCTERMS.hasVersion, Literal(\"PSD01\")))\n", - "#g.add((o, DCTERMS.isPartOf, URIRef('https://docs.oasis-open-projects.org/oslc-op/kerml/v2.0/os/sysml-spec.html')))\n", - "g.add((o, DCTERMS.issued, Literal(\"2024-08-01\", datatype=XSD.date)))\n", - "g.add((o, DCTERMS.license, URIRef('http://www.apache.org/licenses/LICENSE-2.0')))\n", + "g.add((o, DCTERMS.issued, Literal(\"2025-02-01\", datatype=XSD.date)))\n", + "g.add((o, DCTERMS.license, URIRef('')))\n", "g.add((o, DCTERMS.publisher, URIRef('https://www.omg.org')))\n", - "#g.add((o, DCTERMS.source, URIRef('https://docs.oasis-open-projects.org/oslc-op/sysml/v2.0/os/kerml-vocab.ttl')))\n", "g.add((o, DCTERMS.title, Literal(\"OSLC KerML Vocabulary\")))\n", "g.add((o, vann.preferredNamespacePrefix, Literal(\"oslc_kerml\")))\n", + "g.add((o, DCTERMS.hasVersion, Literal(\"V2\")))\n", + "g.add((o, DCTERMS.isPartOf, URIRef('https://www.omg.org/spec/KerML')))\n", + "g.add((o, DCTERMS.source, URIRef('https://github.com/oslc-op/oslc-specs/blob/master/specs/sysml/KerML-Vocabulary-vocab.ttl')))\n", "\n", "# load the KerML.ecore model\n", "rset = ResourceSet()\n", @@ -2677,7 +2719,6 @@ " g.add((s, RDFS.comment, Literal(pcomment)))\n", " else:\n", " g.add((s, RDFS.comment, Literal(c.name+': '+comment(a))))\n", - " g.add((s, RDFS.isDefinedBy, URIRef(oslc_sysmlv2)))\n", " g.add((s, RDFS.isDefinedBy, URIRef(oslc_kerml)))\n", " if isinstance(c, EEnum):\n", " g.add((oslc_kerml.term(c.name), RDF.type, RDFS.Class))\n", @@ -2694,45 +2735,33 @@ " g.add((s, RDFS.comment, Literal(comment(a))))\n", " g.add((s, RDFS.isDefinedBy, URIRef(oslc_kerml)))\n", " \n", - "g.serialize(destination='../kerml-vocab.ttl')\n", - "\n", - "# add the copyright information\n", - "copyright = \"\"\"\n", - "# Copyright 2024 OASIS Open\n", - "#\n", - "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", - "# you may not use this file except in compliance with the License.\n", - "# You may obtain a copy of the License at\n", - "#\n", - "# http://www.apache.org/licenses/LICENSE-2.0\n", - "#\n", - "# Unless required by applicable law or agreed to in writing, software\n", - "# distributed under the License is distributed on an \"AS IS\" BASIS,\n", - "# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n", - "# See the License for the specific language governing permissions and\n", - "# limitations under the License.\n", - "\n", - "\"\"\"\n", - "with open('../kerml-vocab.ttl','r') as f:\n", - " with open('../temp.ttl','w') as f2: \n", - " f2.write(copyright)\n", - " f2.write(f.read())\n", - "os.remove('../kerml-vocab.ttl')\n", - "os.rename('../temp.ttl','../kerml-vocab.ttl')" + "g.serialize(destination='../KerML-Vocabulary-vocab.ttl')\n", + "\n" ] }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 16, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/plain": [ + ")>" + ] + }, + "execution_count": 16, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ - "# Generate kerml-shapes.ttl\n", + "# Generate KerML Constraints\n", "\n", " \n", "\n", "# create the SysML constraints graph, initially empty\n", - "oslc_kerml_shapes = Namespace('https://www.omg.org/spec/KerML/shapes/20240801#')\n", + "oslc_kerml_shapes = Namespace('https://www.omg.org/spec/KerML/20250201/shapes/')\n", "jazz_am = Namespace('http://jazz.net/ns/dm/linktypes#')\n", "\n", "g = Graph()\n", @@ -2747,246 +2776,239 @@ "g.add((s, RDFS.label, Literal(\"OSLC Kernel Modeling Language (KerML) Constraints\")))\n", "g.add((s, DCTERMS.dateCopyrighted, Literal(\"2012-2024\")))\n", "g.add((s, DCTERMS.description, Literal(\"

Constraints on vocabulary terms defined in the OSLC Kernel Modeling Language (KerML) namespace.

\", datatype=RDF.XMLLiteral)))\n", - "#g.add((s, DCTERMS.hasVersion, Literal(\"PSD01\")))\n", - "#g.add((s, DCTERMS.isPartOf, URIRef(\"https://docs.oasis-open-projects.org/oslc-op/sysml/v2.0/psd01/sysml-spec.html\")))\n", - "#g.add((s, DCTERMS.issued, Literal(\"2024-04-25\", datatype=XSD.date)))\n", - "g.add((s, DCTERMS.license, URIRef(\"http://www.apache.org/licenses/LICENSE-2.0\")))\n", - "g.add((s, DCTERMS.publisher, URIRef(\"https://open-services.net/about/\")))\n", - "#g.add((s, DCTERMS.source, URIRef(\"https://docs.oasis-open-projects.org/oslc-op/sysml/v2.0/psd01/sysml-shapes.ttl\")))\n", + "g.add((s, DCTERMS.publisher, URIRef('https://www.omg.org')))\n", "g.add((s, DCTERMS.title, Literal(\"OSLC Kernel Modeling Language (SysML) Version 2.0 Constraints\")))\n", + "g.add((s, DCTERMS.hasVersion, Literal(\"V2\")))\n", + "g.add((s, DCTERMS.isPartOf, URIRef('https://www.omg.org/spec/KerML')))\n", + "g.add((s, DCTERMS.source, URIRef('https://github.com/oslc-op/oslc-specs/blob/master/specs/sysml/KerML-Vocabulary-vocab.ttl')))\n", + "g.add((s, DCTERMS.license, URIRef('')))\n", "\n", "for c in mm_root.eClassifiers:\n", " # Generate the ResourceShape\n", " if isinstance(c, EClass):\n", - " shape = oslc_sysml_shapes.term(c.name+'Shape')\n", + " shape = oslc_kerml_shapes.term(c.name+'Shape')\n", " g.add((shape, RDF.type, oslc.ResourceShape)) # only Element\n", " g.add((shape, DCTERMS.title, Literal(c.name+'Shape', datatype=RDF.XMLLiteral)))\n", " g.add((shape, DCTERMS.description, Literal(comment(c,strip=False),datatype=RDF.XMLLiteral)))\n", - " g.add((shape, oslc.describes, URIRef(oslc_sysmlv2.term(c.name))))\n", + " g.add((shape, oslc.describes, URIRef(oslc_kerml.term(c.name))))\n", "\n", " # add all the properties inherited from all superclasses up to Element\n", - " addSuperclassProperties(c, shape, g)\n", - " addClassProperties(c, shape, g)\n", + " addSuperclassProperties(c, shape, g, oslc_kerml, oslc_kerml_shapes)\n", + " addClassProperties(c, shape, g, oslc_kerml, oslc_kerml_shapes)\n", "\n", " # add the inherited oslc_am:Resource properties\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.type))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.dctype))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.identifier))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.title))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.shortTitle))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.description))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.source))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.creator))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.created))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.contributor))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.modified))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.serviceProvider))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.instanceShape))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.derives))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.elaborates))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.refine))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.external))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.satisfy))\n", - " g.add((shape, oslc.property, oslc_sysml_shapes.trace))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.type))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.dctype))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.identifier))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.title))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.shortTitle))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.description))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.source))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.creator))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.created))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.contributor))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.modified))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.serviceProvider))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.instanceShape))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.derives))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.elaborates))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.refine))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.external))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.satisfy))\n", + " g.add((shape, oslc.property, oslc_kerml_shapes.trace))\n", " \n", " # and create the oslc_am:Resource inherited oslc:Property items\n", - " g.add((oslc_sysml_shapes.type, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.type, oslc.name, Literal('type')))\n", - " g.add((oslc_sysml_shapes.type, oslc.occurs, oslc['Zero-or-many']))\n", - " g.add((oslc_sysml_shapes.type, oslc.propertyDefinition, RDF.type))\n", - " g.add((oslc_sysml_shapes.type, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.type, oslc.valueType, oslc.Resource))\n", - " g.add((oslc_sysml_shapes.type, oslc.range, RDFS.Class))\n", - " g.add((oslc_sysml_shapes.type, oslc.representation, oslc.Reference))\n", - " g.add((oslc_sysml_shapes.type, DCTERMS.description, Literal(\"The resource type URIs.\", datatype=RDF.XMLLiteral)))\n", - "\n", - " g.add((oslc_sysml_shapes.dctype, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.dctype, oslc.name, Literal('dctype')))\n", - " g.add((oslc_sysml_shapes.dctype, oslc.occurs, oslc['Zero-or-many']))\n", - " g.add((oslc_sysml_shapes.dctype, oslc.propertyDefinition, DCTERMS.type))\n", - " g.add((oslc_sysml_shapes.dctype, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.dctype, oslc.valueType, XSD.string))\n", - " g.add((oslc_sysml_shapes.dctype, DCTERMS.description, Literal(\"A short string representation for the type, for example ‘Car’.\", datatype=RDF.XMLLiteral)))\n", - "\n", - " g.add((oslc_sysml_shapes.identifier, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.identifier, oslc.name, Literal('identifier')))\n", - " g.add((oslc_sysml_shapes.identifier, oslc.occurs, oslc['Exactly-one']))\n", - " g.add((oslc_sysml_shapes.identifier, oslc.propertyDefinition, DCTERMS.identifier))\n", - " g.add((oslc_sysml_shapes.identifier, oslc.readOnly, Literal('true',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.identifier, oslc.valueType, XSD.string))\n", - " g.add((oslc_sysml_shapes.identifier, DCTERMS.description, Literal(\"\"\"A unique identifier for a resource. Typically read-only and assigned by the\n", + " g.add((oslc_kerml_shapes.type, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.type, oslc.name, Literal('type')))\n", + " g.add((oslc_kerml_shapes.type, oslc.occurs, oslc['Zero-or-many']))\n", + " g.add((oslc_kerml_shapes.type, oslc.propertyDefinition, RDF.type))\n", + " g.add((oslc_kerml_shapes.type, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.type, oslc.valueType, oslc.Resource))\n", + " g.add((oslc_kerml_shapes.type, oslc.range, RDFS.Class))\n", + " g.add((oslc_kerml_shapes.type, oslc.representation, oslc.Reference))\n", + " g.add((oslc_kerml_shapes.type, DCTERMS.description, Literal(\"The resource type URIs.\", datatype=RDF.XMLLiteral)))\n", + "\n", + " g.add((oslc_kerml_shapes.dctype, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.dctype, oslc.name, Literal('dctype')))\n", + " g.add((oslc_kerml_shapes.dctype, oslc.occurs, oslc['Zero-or-many']))\n", + " g.add((oslc_kerml_shapes.dctype, oslc.propertyDefinition, DCTERMS.type))\n", + " g.add((oslc_kerml_shapes.dctype, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.dctype, oslc.valueType, XSD.string))\n", + " g.add((oslc_kerml_shapes.dctype, DCTERMS.description, Literal(\"A short string representation for the type, for example ‘Car’.\", datatype=RDF.XMLLiteral)))\n", + "\n", + " g.add((oslc_kerml_shapes.identifier, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.identifier, oslc.name, Literal('identifier')))\n", + " g.add((oslc_kerml_shapes.identifier, oslc.occurs, oslc['Exactly-one']))\n", + " g.add((oslc_kerml_shapes.identifier, oslc.propertyDefinition, DCTERMS.identifier))\n", + " g.add((oslc_kerml_shapes.identifier, oslc.readOnly, Literal('true',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.identifier, oslc.valueType, XSD.string))\n", + " g.add((oslc_kerml_shapes.identifier, DCTERMS.description, Literal(\"\"\"A unique identifier for a resource. Typically read-only and assigned by the\n", "service provider when a resource is created. Not typically intended for end-user display.\"\"\", datatype=RDF.XMLLiteral)))\n", "\n", - " g.add((oslc_sysml_shapes.title, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.title, oslc.name, Literal('title')))\n", - " g.add((oslc_sysml_shapes.title, oslc.occurs, oslc['Exactly-one']))\n", - " g.add((oslc_sysml_shapes.title, oslc.propertyDefinition, DCTERMS.title))\n", - " g.add((oslc_sysml_shapes.title, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.title, oslc.valueType, RDF.XMLLiteral))\n", - " g.add((oslc_sysml_shapes.title, DCTERMS.description, Literal(\"Title of the resource represented as rich text in XHTML content.\", datatype=RDF.XMLLiteral)))\n", - "\n", - " g.add((oslc_sysml_shapes.shortTitle, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.shortTitle, oslc.name, Literal('shortTitle')))\n", - " g.add((oslc_sysml_shapes.shortTitle, oslc.occurs, oslc['Zero-or-one']))\n", - " g.add((oslc_sysml_shapes.shortTitle, oslc.propertyDefinition, oslc.shortTitle))\n", - " g.add((oslc_sysml_shapes.shortTitle, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.shortTitle, oslc.valueType, RDF.XMLLiteral))\n", - " g.add((oslc_sysml_shapes.shortTitle, DCTERMS.description, Literal(\"{{Short name identifying a resource, often used as an abbreviated identifier for presentation to end-users. SHOULD include only content that is valid inside an XHTML <span> element}}.\", datatype=RDF.XMLLiteral)))\n", - "\n", - " g.add((oslc_sysml_shapes.description, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.description, oslc.name, Literal('description')))\n", - " g.add((oslc_sysml_shapes.description, oslc.occurs, oslc['Zero-or-one']))\n", - " g.add((oslc_sysml_shapes.description, oslc.propertyDefinition, DCTERMS.description))\n", - " g.add((oslc_sysml_shapes.description, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.description, oslc.valueType, RDF.XMLLiteral))\n", - " g.add((oslc_sysml_shapes.description, DCTERMS.description, Literal(\"Descriptive text about resource represented as rich text in XHTML content.\", datatype=RDF.XMLLiteral)))\n", - "\n", - " g.add((oslc_sysml_shapes.source, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.source, oslc.name, Literal('source')))\n", - " g.add((oslc_sysml_shapes.source, oslc.occurs, oslc['Zero-or-one']))\n", - " g.add((oslc_sysml_shapes.source, oslc.propertyDefinition, DCTERMS.source))\n", - " g.add((oslc_sysml_shapes.source, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.source, oslc.valueType, oslc.Resource))\n", - " g.add((oslc_sysml_shapes.source, oslc.range, oslc.Any))\n", - " g.add((oslc_sysml_shapes.source, oslc.representation, oslc.Reference))\n", - " g.add((oslc_sysml_shapes.source, DCTERMS.description, Literal(\"The resource URI a client can perform a get on to obtain the original non-OSLC AM formatted resource that was used to create this resource. The source resource is usually a binary or proprietary format that the service provider can consume and convert into an OSLC AM format. The service may use content negotiation with the Accept header to obtain the desired content type.\", datatype=RDF.XMLLiteral)))\n", - "\n", - " g.add((oslc_sysml_shapes.creator, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.creator, oslc.name, Literal('creator')))\n", - " g.add((oslc_sysml_shapes.creator, oslc.occurs, oslc['Zero-or-many']))\n", - " g.add((oslc_sysml_shapes.creator, oslc.propertyDefinition, DCTERMS.creator))\n", - " g.add((oslc_sysml_shapes.creator, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.creator, oslc.valueType, oslc.AnyResource))\n", - " g.add((oslc_sysml_shapes.creator, oslc.range, oslc.Any))\n", - " g.add((oslc_sysml_shapes.creator, oslc.representation, oslc.Either))\n", - " g.add((oslc_sysml_shapes.creator, DCTERMS.description, Literal(\"Creator or creators of the resource. It is likely that the target resource will be a foaf:Person but that is not necessarily the case.\", datatype=RDF.XMLLiteral)))\n", - "\n", - " g.add((oslc_sysml_shapes.created, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.created, oslc.name, Literal('created')))\n", - " g.add((oslc_sysml_shapes.created, oslc.occurs, oslc['Zero-or-one']))\n", - " g.add((oslc_sysml_shapes.created, oslc.propertyDefinition, DCTERMS.created))\n", - " g.add((oslc_sysml_shapes.created, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.created, oslc.valueType, XSD.dateTime))\n", - " g.add((oslc_sysml_shapes.created, DCTERMS.description, Literal(\"Timestamp of resource creation.\", datatype=RDF.XMLLiteral)))\n", - "\n", - " g.add((oslc_sysml_shapes.contributor, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.contributor, oslc.name, Literal('contributor')))\n", - " g.add((oslc_sysml_shapes.contributor, oslc.occurs, oslc['Zero-or-many']))\n", - " g.add((oslc_sysml_shapes.contributor, oslc.propertyDefinition, DCTERMS.contributor))\n", - " g.add((oslc_sysml_shapes.contributor, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.contributor, oslc.valueType, oslc.AnyResource))\n", - " g.add((oslc_sysml_shapes.contributor, oslc.range, oslc.Any))\n", - " g.add((oslc_sysml_shapes.contributor, oslc.representation, oslc.Either))\n", - " g.add((oslc_sysml_shapes.contributor, DCTERMS.description, Literal(\"Contributor or contributors to the resource. It is likely that the target resource will be a foaf:Person but that is not necessarily the case.\", datatype=RDF.XMLLiteral)))\n", - "\n", - " g.add((oslc_sysml_shapes.modified, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.modified, oslc.name, Literal('modified')))\n", - " g.add((oslc_sysml_shapes.modified, oslc.occurs, oslc['Zero-or-one']))\n", - " g.add((oslc_sysml_shapes.modified, oslc.propertyDefinition, DCTERMS.modified))\n", - " g.add((oslc_sysml_shapes.modified, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.modified, oslc.valueType, XSD.dateTime))\n", - " g.add((oslc_sysml_shapes.modified, DCTERMS.description, Literal(\"Timestamp of latest resource modification.\", datatype=RDF.XMLLiteral)))\n", - "\n", - " g.add((oslc_sysml_shapes.serviceProvider, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.serviceProvider, oslc.name, Literal('serviceProvider')))\n", - " g.add((oslc_sysml_shapes.serviceProvider, oslc.occurs, oslc['Zero-or-many']))\n", - " g.add((oslc_sysml_shapes.serviceProvider, oslc.propertyDefinition, oslc.serviceProvider))\n", - " g.add((oslc_sysml_shapes.serviceProvider, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.serviceProvider, oslc.valueType, oslc.Resource))\n", - " g.add((oslc_sysml_shapes.serviceProvider, oslc.range, oslc.ServiceProvider))\n", - " g.add((oslc_sysml_shapes.serviceProvider, oslc.representation, oslc.Reference))\n", - " g.add((oslc_sysml_shapes.serviceProvider, DCTERMS.description, Literal(\"\"\"A link to the resource's OSLC Service Provider. There may be cases when the\n", + " g.add((oslc_kerml_shapes.title, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.title, oslc.name, Literal('title')))\n", + " g.add((oslc_kerml_shapes.title, oslc.occurs, oslc['Exactly-one']))\n", + " g.add((oslc_kerml_shapes.title, oslc.propertyDefinition, DCTERMS.title))\n", + " g.add((oslc_kerml_shapes.title, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.title, oslc.valueType, RDF.XMLLiteral))\n", + " g.add((oslc_kerml_shapes.title, DCTERMS.description, Literal(\"Title of the resource represented as rich text in XHTML content.\", datatype=RDF.XMLLiteral)))\n", + "\n", + " g.add((oslc_kerml_shapes.shortTitle, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.shortTitle, oslc.name, Literal('shortTitle')))\n", + " g.add((oslc_kerml_shapes.shortTitle, oslc.occurs, oslc['Zero-or-one']))\n", + " g.add((oslc_kerml_shapes.shortTitle, oslc.propertyDefinition, oslc.shortTitle))\n", + " g.add((oslc_kerml_shapes.shortTitle, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.shortTitle, oslc.valueType, RDF.XMLLiteral))\n", + " g.add((oslc_kerml_shapes.shortTitle, DCTERMS.description, Literal(\"{{Short name identifying a resource, often used as an abbreviated identifier for presentation to end-users. SHOULD include only content that is valid inside an XHTML <span> element}}.\", datatype=RDF.XMLLiteral)))\n", + "\n", + " g.add((oslc_kerml_shapes.description, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.description, oslc.name, Literal('description')))\n", + " g.add((oslc_kerml_shapes.description, oslc.occurs, oslc['Zero-or-one']))\n", + " g.add((oslc_kerml_shapes.description, oslc.propertyDefinition, DCTERMS.description))\n", + " g.add((oslc_kerml_shapes.description, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.description, oslc.valueType, RDF.XMLLiteral))\n", + " g.add((oslc_kerml_shapes.description, DCTERMS.description, Literal(\"Descriptive text about resource represented as rich text in XHTML content.\", datatype=RDF.XMLLiteral)))\n", + "\n", + " g.add((oslc_kerml_shapes.source, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.source, oslc.name, Literal('source')))\n", + " g.add((oslc_kerml_shapes.source, oslc.occurs, oslc['Zero-or-one']))\n", + " g.add((oslc_kerml_shapes.source, oslc.propertyDefinition, DCTERMS.source))\n", + " g.add((oslc_kerml_shapes.source, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.source, oslc.valueType, oslc.Resource))\n", + " g.add((oslc_kerml_shapes.source, oslc.range, oslc.Any))\n", + " g.add((oslc_kerml_shapes.source, oslc.representation, oslc.Reference))\n", + " g.add((oslc_kerml_shapes.source, DCTERMS.description, Literal(\"The resource URI a client can perform a get on to obtain the original non-OSLC AM formatted resource that was used to create this resource. The source resource is usually a binary or proprietary format that the service provider can consume and convert into an OSLC AM format. The service may use content negotiation with the Accept header to obtain the desired content type.\", datatype=RDF.XMLLiteral)))\n", + "\n", + " g.add((oslc_kerml_shapes.creator, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.creator, oslc.name, Literal('creator')))\n", + " g.add((oslc_kerml_shapes.creator, oslc.occurs, oslc['Zero-or-many']))\n", + " g.add((oslc_kerml_shapes.creator, oslc.propertyDefinition, DCTERMS.creator))\n", + " g.add((oslc_kerml_shapes.creator, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.creator, oslc.valueType, oslc.AnyResource))\n", + " g.add((oslc_kerml_shapes.creator, oslc.range, oslc.Any))\n", + " g.add((oslc_kerml_shapes.creator, oslc.representation, oslc.Either))\n", + " g.add((oslc_kerml_shapes.creator, DCTERMS.description, Literal(\"Creator or creators of the resource. It is likely that the target resource will be a foaf:Person but that is not necessarily the case.\", datatype=RDF.XMLLiteral)))\n", + "\n", + " g.add((oslc_kerml_shapes.created, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.created, oslc.name, Literal('created')))\n", + " g.add((oslc_kerml_shapes.created, oslc.occurs, oslc['Zero-or-one']))\n", + " g.add((oslc_kerml_shapes.created, oslc.propertyDefinition, DCTERMS.created))\n", + " g.add((oslc_kerml_shapes.created, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.created, oslc.valueType, XSD.dateTime))\n", + " g.add((oslc_kerml_shapes.created, DCTERMS.description, Literal(\"Timestamp of resource creation.\", datatype=RDF.XMLLiteral)))\n", + "\n", + " g.add((oslc_kerml_shapes.contributor, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.contributor, oslc.name, Literal('contributor')))\n", + " g.add((oslc_kerml_shapes.contributor, oslc.occurs, oslc['Zero-or-many']))\n", + " g.add((oslc_kerml_shapes.contributor, oslc.propertyDefinition, DCTERMS.contributor))\n", + " g.add((oslc_kerml_shapes.contributor, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.contributor, oslc.valueType, oslc.AnyResource))\n", + " g.add((oslc_kerml_shapes.contributor, oslc.range, oslc.Any))\n", + " g.add((oslc_kerml_shapes.contributor, oslc.representation, oslc.Either))\n", + " g.add((oslc_kerml_shapes.contributor, DCTERMS.description, Literal(\"Contributor or contributors to the resource. It is likely that the target resource will be a foaf:Person but that is not necessarily the case.\", datatype=RDF.XMLLiteral)))\n", + "\n", + " g.add((oslc_kerml_shapes.modified, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.modified, oslc.name, Literal('modified')))\n", + " g.add((oslc_kerml_shapes.modified, oslc.occurs, oslc['Zero-or-one']))\n", + " g.add((oslc_kerml_shapes.modified, oslc.propertyDefinition, DCTERMS.modified))\n", + " g.add((oslc_kerml_shapes.modified, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.modified, oslc.valueType, XSD.dateTime))\n", + " g.add((oslc_kerml_shapes.modified, DCTERMS.description, Literal(\"Timestamp of latest resource modification.\", datatype=RDF.XMLLiteral)))\n", + "\n", + " g.add((oslc_kerml_shapes.serviceProvider, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.serviceProvider, oslc.name, Literal('serviceProvider')))\n", + " g.add((oslc_kerml_shapes.serviceProvider, oslc.occurs, oslc['Zero-or-many']))\n", + " g.add((oslc_kerml_shapes.serviceProvider, oslc.propertyDefinition, oslc.serviceProvider))\n", + " g.add((oslc_kerml_shapes.serviceProvider, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.serviceProvider, oslc.valueType, oslc.Resource))\n", + " g.add((oslc_kerml_shapes.serviceProvider, oslc.range, oslc.ServiceProvider))\n", + " g.add((oslc_kerml_shapes.serviceProvider, oslc.representation, oslc.Reference))\n", + " g.add((oslc_kerml_shapes.serviceProvider, DCTERMS.description, Literal(\"\"\"A link to the resource's OSLC Service Provider. There may be cases when the\n", "subject resource is available from a service provider that implements multiple domain\n", "specifications, which could result in multiple values for this property.\"\"\", datatype=RDF.XMLLiteral)))\n", "\n", - " g.add((oslc_sysml_shapes.instanceShape, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.instanceShape, oslc.name, Literal('instanceShape')))\n", - " g.add((oslc_sysml_shapes.instanceShape, oslc.occurs, oslc['Zero-or-one']))\n", - " g.add((oslc_sysml_shapes.instanceShape, oslc.propertyDefinition, oslc.instanceShape))\n", - " g.add((oslc_sysml_shapes.instanceShape, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.instanceShape, oslc.valueType, oslc.Resource))\n", - " g.add((oslc_sysml_shapes.instanceShape, oslc.range, oslc.ResourceShape))\n", - " g.add((oslc_sysml_shapes.instanceShape, oslc.representation, oslc.Reference))\n", - " g.add((oslc_sysml_shapes.instanceShape, DCTERMS.description, Literal(\"\"\"The URI of a Resource Shape that describes the possible properties, occurrence,\n", + " g.add((oslc_kerml_shapes.instanceShape, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.instanceShape, oslc.name, Literal('instanceShape')))\n", + " g.add((oslc_kerml_shapes.instanceShape, oslc.occurs, oslc['Zero-or-one']))\n", + " g.add((oslc_kerml_shapes.instanceShape, oslc.propertyDefinition, oslc.instanceShape))\n", + " g.add((oslc_kerml_shapes.instanceShape, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.instanceShape, oslc.valueType, oslc.Resource))\n", + " g.add((oslc_kerml_shapes.instanceShape, oslc.range, oslc.ResourceShape))\n", + " g.add((oslc_kerml_shapes.instanceShape, oslc.representation, oslc.Reference))\n", + " g.add((oslc_kerml_shapes.instanceShape, DCTERMS.description, Literal(\"\"\"The URI of a Resource Shape that describes the possible properties, occurrence,\n", "value types, allowed values and labels. This shape information is useful in displaying the subject\n", "resource as well as guiding clients in performing modifications. Instance shapes may be specific\n", "to the authenticated user associated with the request that retrieved the resource, the current\n", "state of the resource and other factors and thus should not be cached.\"\"\", datatype=RDF.XMLLiteral)))\n", "\n", - " g.add((oslc_sysml_shapes.derives, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.derives, oslc.name, Literal('derives')))\n", - " g.add((oslc_sysml_shapes.derives, oslc.occurs, oslc['Zero-or-many']))\n", - " g.add((oslc_sysml_shapes.derives, oslc.propertyDefinition, jazz_am.derives))\n", - " g.add((oslc_sysml_shapes.derives, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.derives, oslc.valueType, oslc.Resource))\n", - " g.add((oslc_sysml_shapes.derives, oslc.range, oslc.Any))\n", - " g.add((oslc_sysml_shapes.derives, oslc.representation, oslc.Reference))\n", - " g.add((oslc_sysml_shapes.derives, DCTERMS.description, Literal(\"\"\"The resource that derives from another resource originated from or is\n", + " g.add((oslc_kerml_shapes.derives, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.derives, oslc.name, Literal('derives')))\n", + " g.add((oslc_kerml_shapes.derives, oslc.occurs, oslc['Zero-or-many']))\n", + " g.add((oslc_kerml_shapes.derives, oslc.propertyDefinition, jazz_am.derives))\n", + " g.add((oslc_kerml_shapes.derives, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.derives, oslc.valueType, oslc.Resource))\n", + " g.add((oslc_kerml_shapes.derives, oslc.range, oslc.Any))\n", + " g.add((oslc_kerml_shapes.derives, oslc.representation, oslc.Reference))\n", + " g.add((oslc_kerml_shapes.derives, DCTERMS.description, Literal(\"\"\"The resource that derives from another resource originated from or is\n", "significantly influenced by the referenced resource. For example a model element derives from a\n", "requirement.\"\"\", datatype=RDF.XMLLiteral)))\n", "\n", - " g.add((oslc_sysml_shapes.elaborates, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.elaborates, oslc.name, Literal('elaborates')))\n", - " g.add((oslc_sysml_shapes.elaborates, oslc.occurs, oslc['Zero-or-many']))\n", - " g.add((oslc_sysml_shapes.elaborates, oslc.propertyDefinition, jazz_am.elaborates))\n", - " g.add((oslc_sysml_shapes.elaborates, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.elaborates, oslc.valueType, oslc.Resource))\n", - " g.add((oslc_sysml_shapes.elaborates, oslc.range, oslc.Any))\n", - " g.add((oslc_sysml_shapes.elaborates, oslc.representation, oslc.Reference))\n", - " g.add((oslc_sysml_shapes.elaborates, DCTERMS.description, Literal(\"\"\"This resource elaborates the referenced resource.\"\"\", datatype=RDF.XMLLiteral)))\n", - "\n", - " g.add((oslc_sysml_shapes.refine, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.refine, oslc.name, Literal('refine')))\n", - " g.add((oslc_sysml_shapes.refine, oslc.occurs, oslc['Zero-or-many']))\n", - " g.add((oslc_sysml_shapes.refine, oslc.propertyDefinition, jazz_am.refine))\n", - " g.add((oslc_sysml_shapes.refine, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.refine, oslc.valueType, oslc.Resource))\n", - " g.add((oslc_sysml_shapes.refine, oslc.range, oslc.Any))\n", - " g.add((oslc_sysml_shapes.refine, oslc.representation, oslc.Reference))\n", - " g.add((oslc_sysml_shapes.refine, DCTERMS.description, Literal(\"\"\"The target is a refinement of the source. (e.g. a use case scenario\n", + " g.add((oslc_kerml_shapes.elaborates, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.elaborates, oslc.name, Literal('elaborates')))\n", + " g.add((oslc_kerml_shapes.elaborates, oslc.occurs, oslc['Zero-or-many']))\n", + " g.add((oslc_kerml_shapes.elaborates, oslc.propertyDefinition, jazz_am.elaborates))\n", + " g.add((oslc_kerml_shapes.elaborates, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.elaborates, oslc.valueType, oslc.Resource))\n", + " g.add((oslc_kerml_shapes.elaborates, oslc.range, oslc.Any))\n", + " g.add((oslc_kerml_shapes.elaborates, oslc.representation, oslc.Reference))\n", + " g.add((oslc_kerml_shapes.elaborates, DCTERMS.description, Literal(\"\"\"This resource elaborates the referenced resource.\"\"\", datatype=RDF.XMLLiteral)))\n", + "\n", + " g.add((oslc_kerml_shapes.refine, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.refine, oslc.name, Literal('refine')))\n", + " g.add((oslc_kerml_shapes.refine, oslc.occurs, oslc['Zero-or-many']))\n", + " g.add((oslc_kerml_shapes.refine, oslc.propertyDefinition, jazz_am.refine))\n", + " g.add((oslc_kerml_shapes.refine, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.refine, oslc.valueType, oslc.Resource))\n", + " g.add((oslc_kerml_shapes.refine, oslc.range, oslc.Any))\n", + " g.add((oslc_kerml_shapes.refine, oslc.representation, oslc.Reference))\n", + " g.add((oslc_kerml_shapes.refine, DCTERMS.description, Literal(\"\"\"The target is a refinement of the source. (e.g. a use case scenario\n", "might be a refinement of a textual requirement that describes the interaction).\"\"\", datatype=RDF.XMLLiteral)))\n", "\n", - " g.add((oslc_sysml_shapes.external, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.external, oslc.name, Literal('external')))\n", - " g.add((oslc_sysml_shapes.external, oslc.occurs, oslc['Zero-or-many']))\n", - " g.add((oslc_sysml_shapes.external, oslc.propertyDefinition, jazz_am.external))\n", - " g.add((oslc_sysml_shapes.external, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.external, oslc.valueType, oslc.Resource))\n", - " g.add((oslc_sysml_shapes.external, oslc.range, oslc.Any))\n", - " g.add((oslc_sysml_shapes.external, oslc.representation, oslc.Reference))\n", - " g.add((oslc_sysml_shapes.external, DCTERMS.description, Literal(\"\"\"A generic link from a resource to an external web page.\"\"\", datatype=RDF.XMLLiteral)))\n", - "\n", - " g.add((oslc_sysml_shapes.satisfy, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.satisfy, oslc.name, Literal('satisfy')))\n", - " g.add((oslc_sysml_shapes.satisfy, oslc.occurs, oslc['Zero-or-many']))\n", - " g.add((oslc_sysml_shapes.satisfy, oslc.propertyDefinition, jazz_am.satisfy))\n", - " g.add((oslc_sysml_shapes.satisfy, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.satisfy, oslc.valueType, oslc.Resource))\n", - " g.add((oslc_sysml_shapes.satisfy, oslc.range, oslc.Any))\n", - " g.add((oslc_sysml_shapes.satisfy, oslc.representation, oslc.Reference))\n", - " g.add((oslc_sysml_shapes.satisfy, DCTERMS.description, Literal(\"\"\"The model element satisfies the requirement (e.g. The use case\n", + " g.add((oslc_kerml_shapes.external, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.external, oslc.name, Literal('external')))\n", + " g.add((oslc_kerml_shapes.external, oslc.occurs, oslc['Zero-or-many']))\n", + " g.add((oslc_kerml_shapes.external, oslc.propertyDefinition, jazz_am.external))\n", + " g.add((oslc_kerml_shapes.external, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.external, oslc.valueType, oslc.Resource))\n", + " g.add((oslc_kerml_shapes.external, oslc.range, oslc.Any))\n", + " g.add((oslc_kerml_shapes.external, oslc.representation, oslc.Reference))\n", + " g.add((oslc_kerml_shapes.external, DCTERMS.description, Literal(\"\"\"A generic link from a resource to an external web page.\"\"\", datatype=RDF.XMLLiteral)))\n", + "\n", + " g.add((oslc_kerml_shapes.satisfy, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.satisfy, oslc.name, Literal('satisfy')))\n", + " g.add((oslc_kerml_shapes.satisfy, oslc.occurs, oslc['Zero-or-many']))\n", + " g.add((oslc_kerml_shapes.satisfy, oslc.propertyDefinition, jazz_am.satisfy))\n", + " g.add((oslc_kerml_shapes.satisfy, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.satisfy, oslc.valueType, oslc.Resource))\n", + " g.add((oslc_kerml_shapes.satisfy, oslc.range, oslc.Any))\n", + " g.add((oslc_kerml_shapes.satisfy, oslc.representation, oslc.Reference))\n", + " g.add((oslc_kerml_shapes.satisfy, DCTERMS.description, Literal(\"\"\"The model element satisfies the requirement (e.g. The use case\n", "satisfies a functional requirement).\"\"\", datatype=RDF.XMLLiteral)))\n", "\n", - " g.add((oslc_sysml_shapes.trace, RDF.type, oslc.Property))\n", - " g.add((oslc_sysml_shapes.trace, oslc.name, Literal('trace')))\n", - " g.add((oslc_sysml_shapes.trace, oslc.occurs, oslc['Zero-or-many']))\n", - " g.add((oslc_sysml_shapes.trace, oslc.propertyDefinition, jazz_am.trace))\n", - " g.add((oslc_sysml_shapes.trace, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", - " g.add((oslc_sysml_shapes.trace, oslc.valueType, oslc.Resource))\n", - " g.add((oslc_sysml_shapes.trace, oslc.range, oslc.Any))\n", - " g.add((oslc_sysml_shapes.trace, oslc.representation, oslc.Reference))\n", - " g.add((oslc_sysml_shapes.trace, DCTERMS.description, Literal(\"\"\"The model element has a trace to the requirement (e.g. An attribute\n", + " g.add((oslc_kerml_shapes.trace, RDF.type, oslc.Property))\n", + " g.add((oslc_kerml_shapes.trace, oslc.name, Literal('trace')))\n", + " g.add((oslc_kerml_shapes.trace, oslc.occurs, oslc['Zero-or-many']))\n", + " g.add((oslc_kerml_shapes.trace, oslc.propertyDefinition, jazz_am.trace))\n", + " g.add((oslc_kerml_shapes.trace, oslc.readOnly, Literal('false',datatype=XSD.boolean)))\n", + " g.add((oslc_kerml_shapes.trace, oslc.valueType, oslc.Resource))\n", + " g.add((oslc_kerml_shapes.trace, oslc.range, oslc.Any))\n", + " g.add((oslc_kerml_shapes.trace, oslc.representation, oslc.Reference))\n", + " g.add((oslc_kerml_shapes.trace, DCTERMS.description, Literal(\"\"\"The model element has a trace to the requirement (e.g. An attribute\n", "or its value are traced to a requirement).\"\"\", datatype=RDF.XMLLiteral)))\n", "\n", "\n", - "g.serialize(destination='../kerml-shapes.ttl')\n", - "\n", - "with open('../sysml-shapes.ttl','r') as f:\n", - " with open('../temp.ttl','w') as f2: \n", - " f2.write(copyright)\n", - " f2.write(f.read())\n", - "os.remove('../kerml-shapes.ttl')\n", - "os.rename('../temp.ttl','../kerml-shapes.ttl')" + "g.serialize(destination='../KerML-Shapes-shapes.ttl')\n", + "\n" ] }, { @@ -3011,7 +3033,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.6" + "version": "3.13.0" } }, "nbformat": 4, diff --git a/specs/sysml/SysML Shapes-shapes.ttl b/specs/sysml/SysML Shapes-shapes.ttl deleted file mode 100644 index 4582841..0000000 --- a/specs/sysml/SysML Shapes-shapes.ttl +++ /dev/null @@ -1,4242 +0,0 @@ - -# Copyright 2024 OASIS Open -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -@prefix : . -@prefix dcterms: . -@prefix jazz_am: . -@prefix oslc: . -@prefix oslc_sysmlv2: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . - -: a oslc:ResourceShapeConstraints ; - rdfs:label "OSLC System Modeling Language (SysML) Constraints" ; - dcterms:dateCopyrighted "2012-2024" ; - dcterms:description "

Constraints on vocabulary terms defined in the OSLC System Modeling Language (SysML) namespace.

"^^rdf:XMLLiteral ; - dcterms:hasVersion "PSD01" ; - dcterms:isPartOf ; - dcterms:issued "2024-04-25"^^xsd:date ; - dcterms:license ; - dcterms:publisher ; - dcterms:source ; - dcterms:title "OSLC System Modeling Language (SysML) Version 2.0 Constraints" . - -:AnnotatingElementShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AnnotatingElement ; - oslc:property :annotatingElement_AnnotatedElement, - :annotatingElement_Annotation, - :annotatingElement_OwnedAnnotatingRelationship, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An AnnotatingElement is an Element that provides additional description of or metadata on some other Element. An AnnotatingElement is either attached to its annotatedElements by Annotation Relationships, or it implicitly annotates its owningNamespace."^^rdf:XMLLiteral ; - dcterms:title "AnnotatingElementShape"^^rdf:XMLLiteral . - -:AnnotationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Annotation ; - oslc:property :annotation_AnnotatedElement, - :annotation_AnnotatingElement, - :annotation_OwningAnnotatedElement, - :annotation_OwningAnnotatingElement, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An Annotation is a Relationship between an AnnotatingElement and the Element that is annotated by that AnnotatingElement."^^rdf:XMLLiteral ; - dcterms:title "AnnotationShape"^^rdf:XMLLiteral . - -:AssociationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Association ; - oslc:property :association_AssociationEnd, - :association_RelatedType, - :association_SourceType, - :association_TargetType, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An Association is a Relationship and a Classifier to enable classification of links between things (in the universe). The co-domains (types) of the associationEnd Features are the relatedTypes, as co-domain and participants (linked things) of an Association identify each other."^^rdf:XMLLiteral ; - dcterms:title "AssociationShape"^^rdf:XMLLiteral . - -:AssociationStructureShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AssociationStructure ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An AssociationStructure is an Association that is also a Structure, classifying link objects that are both links and objects. As objects, link objects can be created and destroyed, and their non-end Features can change over time. However, the values of the end Features of a link object are fixed and cannot change over its lifetime."^^rdf:XMLLiteral ; - dcterms:title "AssociationStructureShape"^^rdf:XMLLiteral . - -:BehaviorShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Behavior ; - oslc:property :behavior_Parameter, - :behavior_Step, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Behavior coordinates occurrences of other Behaviors, as well as changes in objects. Behaviors can be decomposed into Steps and be characterized by parameters."^^rdf:XMLLiteral ; - dcterms:title "BehaviorShape"^^rdf:XMLLiteral . - -:BindingConnectorShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:BindingConnector ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A BindingConnector is a binary Connector that requires its relatedFeatures to identify the same things (have the same values)."^^rdf:XMLLiteral ; - dcterms:title "BindingConnectorShape"^^rdf:XMLLiteral . - -:BooleanExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:BooleanExpression ; - oslc:property :booleanExpression_Predicate, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A BooleanExpression is a Boolean-valued Expression whose type is a Predicate. It represents a logical condition resulting from the evaluation of the Predicate."^^rdf:XMLLiteral ; - dcterms:title "BooleanExpressionShape"^^rdf:XMLLiteral . - -:ClassShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Class ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Class is a Classifier of things (in the universe) that can be distinguished without regard to how they are related to other things (via Features). This means multiple things classified by the same Class can be distinguished, even when they are related other things in exactly the same way."^^rdf:XMLLiteral ; - dcterms:title "ClassShape"^^rdf:XMLLiteral . - -:ClassifierShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Classifier ; - oslc:property :classifier_OwnedSubclassification, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Classifier is a Type that classifies:."^^rdf:XMLLiteral ; - dcterms:title "ClassifierShape"^^rdf:XMLLiteral . - -:CollectExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:CollectExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A CollectExpression is an OperatorExpression whose operator is "collect", which resolves to the Function ControlFunctions::collect from the Kernel Functions Library."^^rdf:XMLLiteral ; - dcterms:title "CollectExpressionShape"^^rdf:XMLLiteral . - -:CommentShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Comment ; - oslc:property :comment_Body, - :comment_Locale, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Comment is an AnnotatingElement whose body in some way describes its annotatedElements."^^rdf:XMLLiteral ; - dcterms:title "CommentShape"^^rdf:XMLLiteral . - -:ConjugationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Conjugation ; - oslc:property :conjugation_ConjugatedType, - :conjugation_OriginalType, - :conjugation_OwningType, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "Conjugation is a Relationship between two types in which the conjugatedType inherits all the Features of the originalType, but with all input and output Features reversed. That is, any Features with a direction in relative to the originalType are considered to have an effective direction of out relative to the conjugatedType and, similarly, Features with direction out in the originalType are considered to have an effective direction of in in the conjugatedType. Features with direction inout, or with no direction, in the originalType, are inherited without change."^^rdf:XMLLiteral ; - dcterms:title "ConjugationShape"^^rdf:XMLLiteral . - -:ConnectorShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Connector ; - oslc:property :connector_Association, - :connector_ConnectorEnd, - :connector_RelatedFeature, - :connector_SourceFeature, - :connector_TargetFeature, - :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Connector is a usage of Associations, with links restricted according to instances of the Type in which they are used (domain of the Connector). The associations of the Connector restrict what kinds of things might be linked. The Connector further restricts these links to be between values of Features on instances of its domain."^^rdf:XMLLiteral ; - dcterms:title "ConnectorShape"^^rdf:XMLLiteral . - -:DataTypeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:DataType ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A DataType is a Classifier of things (in the universe) that can only be distinguished by how they are related to other things (via Features). This means multiple things classified by the same DataType."^^rdf:XMLLiteral ; - dcterms:title "DataTypeShape"^^rdf:XMLLiteral . - -:DependencyShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Dependency ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :dependency_Client, - :dependency_Supplier, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Dependency is a Relationship that indicates that one or more client Elements require one more supplier Elements for their complete specification. In general, this means that a change to one of the supplier Elements may necessitate a change to, or re-specification of, the client Elements."^^rdf:XMLLiteral ; - dcterms:title "DependencyShape"^^rdf:XMLLiteral . - -:DifferencingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Differencing ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :differencing_DifferencingType, - :differencing_TypeDifferenced, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "Differencing is a Relationship that makes its differencingType one of the differencingTypes of its typeDifferenced."^^rdf:XMLLiteral ; - dcterms:title "DifferencingShape"^^rdf:XMLLiteral . - -:DisjoiningShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Disjoining ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :disjoining_DisjoiningType, - :disjoining_OwningType, - :disjoining_TypeDisjoined, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Disjoining is a Relationship between Types asserted to have interpretations that are not shared (disjoint) between them, identified as typeDisjoined and disjoiningType. For example, a Classifier for mammals is disjoint from a Classifier for minerals, and a Feature for people's parents is disjoint from a Feature for their children."^^rdf:XMLLiteral ; - dcterms:title "DisjoiningShape"^^rdf:XMLLiteral . - -:DocumentationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Documentation ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :documentation_DocumentedElement, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "Documentation is a Comment that specifically documents a documentedElement, which must be its owner."^^rdf:XMLLiteral ; - dcterms:title "DocumentationShape"^^rdf:XMLLiteral . - -:ElementFilterMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ElementFilterMembership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :elementFilterMembership_Condition, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "ElementFilterMembership is a Membership between a Namespace and a model-level evaluable Boolean-valued Expression, asserting that imported members of the Namespace should be filtered using the condition Expression. A general Namespace does not define any specific filtering behavior, but such behavior may be defined for various specialized kinds of Namespaces."^^rdf:XMLLiteral ; - dcterms:title "ElementFilterMembershipShape"^^rdf:XMLLiteral . - -:ElementShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Element ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :element_AliasIds, - :element_DeclaredName, - :element_DeclaredShortName, - :element_Documentation, - :element_ElementId, - :element_IsImpliedIncluded, - :element_IsLibraryElement, - :element_Name, - :element_OwnedAnnotation, - :element_OwnedElement, - :element_OwnedRelationship, - :element_Owner, - :element_OwningMembership, - :element_OwningNamespace, - :element_OwningRelationship, - :element_QualifiedName, - :element_ShortName, - :element_TextualRepresentation, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An Element is a constituent of a model that is uniquely identified relative to all other Elements. It can have Relationships with other Elements. Some of these Relationships might imply ownership of other Elements, which means that if an Element is deleted from a model, then so are all the Elements that it owns."^^rdf:XMLLiteral ; - dcterms:title "ElementShape"^^rdf:XMLLiteral . - -:EndFeatureMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:EndFeatureMembership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "EndFeatureMembership is a FeatureMembership that requires its memberFeature be owned and have isEnd = true."^^rdf:XMLLiteral ; - dcterms:title "EndFeatureMembershipShape"^^rdf:XMLLiteral . - -:ExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Expression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :expression_Function, - :expression_IsModelLevelEvaluable, - :expression_Result, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An Expression is a Step that is typed by a Function. An Expression that also has a Function as its featuringType is a computational step within that Function. An Expression always has a single result parameter, which redefines the result parameter of its defining function. This allows Expressions to be interconnected in tree structures, in which inputs to each Expression in the tree are determined as the results of other Expression in the tree."^^rdf:XMLLiteral ; - dcterms:title "ExpressionShape"^^rdf:XMLLiteral . - -:FeatureChainExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureChainExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featureChainExpression_TargetFeature, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A FeatureChainExpression is an OperatorExpression whose operator is ".", which resolves to the Function ControlFunctions::'.' from the Kernel Functions Library. It evaluates to the result of chaining the result Feature of its single argument Expression with its targetFeature."^^rdf:XMLLiteral ; - dcterms:title "FeatureChainExpressionShape"^^rdf:XMLLiteral . - -:FeatureChainingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureChaining ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featureChaining_ChainingFeature, - :featureChaining_FeatureChained, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "FeatureChaining is a Relationship that makes its target Feature one of the chainingFeatures of its owning Feature."^^rdf:XMLLiteral ; - dcterms:title "FeatureChainingShape"^^rdf:XMLLiteral . - -:FeatureInvertingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureInverting ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featureInverting_FeatureInverted, - :featureInverting_InvertingFeature, - :featureInverting_OwningFeature, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A FeatureInverting is a Relationship between Features asserting that their interpretations (sequences) are the reverse of each other, identified as featureInverted and invertingFeature. For example, a Feature identifying each person's parents is the inverse of a Feature identifying each person's children. A person identified as a parent of another will identify that other as one of their children."^^rdf:XMLLiteral ; - dcterms:title "FeatureInvertingShape"^^rdf:XMLLiteral . - -:FeatureMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureMembership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featureMembership_OwnedMemberFeature, - :featureMembership_OwningType, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A FeatureMembership is an OwningMembership between a Feature in an owningType that is also a Featuring Relationship between the Feature and the Type, in which the featuringType is the source and the featureOfType is the target. A FeatureMembership is always owned by its owningType, which is the featuringType for the FeatureMembership considered as a Featuring."^^rdf:XMLLiteral ; - dcterms:title "FeatureMembershipShape"^^rdf:XMLLiteral . - -:FeatureReferenceExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureReferenceExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featureReferenceExpression_Referent, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A FeatureReferenceExpression is an Expression whose result is bound to a referent Feature."^^rdf:XMLLiteral ; - dcterms:title "FeatureReferenceExpressionShape"^^rdf:XMLLiteral . - -:FeatureShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Feature ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :feature_ChainingFeature, - :feature_Direction, - :feature_EndOwningType, - :feature_FeaturingType, - :feature_IsComposite, - :feature_IsDerived, - :feature_IsEnd, - :feature_IsOrdered, - :feature_IsPortion, - :feature_IsReadOnly, - :feature_IsUnique, - :feature_OwnedFeatureChaining, - :feature_OwnedFeatureInverting, - :feature_OwnedRedefinition, - :feature_OwnedReferenceSubsetting, - :feature_OwnedSubsetting, - :feature_OwnedTypeFeaturing, - :feature_OwnedTyping, - :feature_OwningFeatureMembership, - :feature_OwningType, - :feature_Type, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description """A Feature is a Type that classifies relations between multiple things (in the universe). The domain of the relation is the intersection of the featuringTypes of the Feature. (The domain of a Feature with no featuringTyps is implicitly the most general Type Base::Anything from the Kernel Semantic Library.) The co-domain of the relation is the intersection of the types of the Feature. - -."""^^rdf:XMLLiteral ; - dcterms:title "FeatureShape"^^rdf:XMLLiteral . - -:FeatureTypingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureTyping ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featureTyping_OwningFeature, - :featureTyping_Type, - :featureTyping_TypedFeature, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "FeatureTyping is Specialization in which the specific Type is a Feature. This means the set of instances of the (specific) typedFeature is a subset of the set of instances of the (general) type. In the simplest case, the type is a Classifier, whereupon the typedFeature has values that are instances of the Classifier."^^rdf:XMLLiteral ; - dcterms:title "FeatureTypingShape"^^rdf:XMLLiteral . - -:FeatureValueShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureValue ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featureValue_FeatureWithValue, - :featureValue_IsDefault, - :featureValue_IsInitial, - :featureValue_Value, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A FeatureValue is a Membership that identifies a particular member Expression that provides the value of the Feature that owns the FeatureValue. The value is specified as either a bound value or an initial value, and as either a concrete or default value. A Feature can have at most one FeatureValue."^^rdf:XMLLiteral ; - dcterms:title "FeatureValueShape"^^rdf:XMLLiteral . - -:FeaturingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Featuring ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :featuring_Feature, - :featuring_Type, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "Featuring is a Relationship between a Type and a Feature that is featured by that Type. It asserts that every instance in the domain of the feature must be classified by the type."^^rdf:XMLLiteral ; - dcterms:title "FeaturingShape"^^rdf:XMLLiteral . - -:FunctionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Function ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :function_Expression, - :function_IsModelLevelEvaluable, - :function_Result, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Function is a Behavior that has an out parameter that is identified as its result. A Function represents the performance of a calculation that produces the values of its result parameter. This calculation may be decomposed into Expressions that are steps of the Function."^^rdf:XMLLiteral ; - dcterms:title "FunctionShape"^^rdf:XMLLiteral . - -:ImportShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Import ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :import_ImportOwningNamespace, - :import_ImportedElement, - :import_IsImportAll, - :import_IsRecursive, - :import_Visibility, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An Import is an Relationship between its importOwningNamespace and either a Membership (for a MembershipImport) or another Namespace (for a NamespaceImport), which determines a set of Memberships that become importedMemberships of the importOwningNamespace. If isImportAll = false (the default), then only public Memberships are considered "visible". If isImportAll = true, then all Memberships are considered "visible", regardless of their declared visibility. If isRecursive = true, then visible Memberships are also recursively imported from owned sub-Namespaces."^^rdf:XMLLiteral ; - dcterms:title "ImportShape"^^rdf:XMLLiteral . - -:InteractionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Interaction ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An Interaction is a Behavior that is also an Association, providing a context for multiple objects that have behaviors that impact one another."^^rdf:XMLLiteral ; - dcterms:title "InteractionShape"^^rdf:XMLLiteral . - -:IntersectingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Intersecting ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :intersecting_IntersectingType, - :intersecting_TypeIntersected, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "Intersecting is a Relationship that makes its intersectingType one of the intersectingTypes of its typeIntersected."^^rdf:XMLLiteral ; - dcterms:title "IntersectingShape"^^rdf:XMLLiteral . - -:InvariantShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Invariant ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :invariant_IsNegated, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An Invariant is a BooleanExpression that is asserted to have a specific Boolean result value. If isNegated = false, then the result is asserted to be true. If isNegated = true, then the result is asserted to be false."^^rdf:XMLLiteral ; - dcterms:title "InvariantShape"^^rdf:XMLLiteral . - -:InvocationExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:InvocationExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :invocationExpression_Argument, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An InvocationExpression is an Expression each of whose input parameters are bound to the result of an argument Expression."^^rdf:XMLLiteral ; - dcterms:title "InvocationExpressionShape"^^rdf:XMLLiteral . - -:ItemFeatureShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ItemFeature ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An ItemFeature is the ownedFeature of an ItemFlow that identifies the things carried by the kinds of transfers that are instances of the ItemFlow."^^rdf:XMLLiteral ; - dcterms:title "ItemFeatureShape"^^rdf:XMLLiteral . - -:ItemFlowEndShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ItemFlowEnd ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An ItemFlowEnd is a Feature that is one of the connectorEnds giving the source or target of an ItemFlow. For ItemFlows typed by FlowTransfer or its specializations, ItemFlowEnds must have exactly one ownedFeature, which redefines Transfer::source::sourceOutput or Transfer::target::targetInput and redefines the corresponding feature of the relatedElement for its end."^^rdf:XMLLiteral ; - dcterms:title "ItemFlowEndShape"^^rdf:XMLLiteral . - -:ItemFlowShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ItemFlow ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :itemFlow_Interaction, - :itemFlow_ItemFeature, - :itemFlow_ItemFlowEnd, - :itemFlow_ItemType, - :itemFlow_SourceOutputFeature, - :itemFlow_TargetInputFeature, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An ItemFlow is a Step that represents the transfer of objects or data values from one Feature to another. ItemFlows can take non-zero time to complete."^^rdf:XMLLiteral ; - dcterms:title "ItemFlowShape"^^rdf:XMLLiteral . - -:LibraryPackageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LibraryPackage ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :libraryPackage_IsStandard, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A LibraryPackage is a Package that is the container for a model library. A LibraryPackage is itself a library Element as are all Elements that are directly or indirectly contained in it."^^rdf:XMLLiteral ; - dcterms:title "LibraryPackageShape"^^rdf:XMLLiteral . - -:LiteralBooleanShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralBoolean ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :literalBoolean_Value, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "LiteralBoolean is a LiteralExpression that provides a Boolean value as a result. Its result parameter must have type Boolean."^^rdf:XMLLiteral ; - dcterms:title "LiteralBooleanShape"^^rdf:XMLLiteral . - -:LiteralExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A LiteralExpression is an Expression that provides a basic DataValue as a result."^^rdf:XMLLiteral ; - dcterms:title "LiteralExpressionShape"^^rdf:XMLLiteral . - -:LiteralInfinityShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralInfinity ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A LiteralInfinity is a LiteralExpression that provides the positive infinity value (*). It's result must have the type Positive."^^rdf:XMLLiteral ; - dcterms:title "LiteralInfinityShape"^^rdf:XMLLiteral . - -:LiteralIntegerShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralInteger ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :literalInteger_Value, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A LiteralInteger is a LiteralExpression that provides an Integer value as a result. Its result parameter must have the type Integer."^^rdf:XMLLiteral ; - dcterms:title "LiteralIntegerShape"^^rdf:XMLLiteral . - -:LiteralRationalShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralRational ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :literalRational_Value, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A LiteralRational is a LiteralExpression that provides a Rational value as a result. Its result parameter must have the type Rational."^^rdf:XMLLiteral ; - dcterms:title "LiteralRationalShape"^^rdf:XMLLiteral . - -:LiteralStringShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralString ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :literalString_Value, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A LiteralString is a LiteralExpression that provides a String value as a result. Its result parameter must have the type String."^^rdf:XMLLiteral ; - dcterms:title "LiteralStringShape"^^rdf:XMLLiteral . - -:MembershipImportShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MembershipImport ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :membershipImport_ImportedMembership, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A MembershipImport is an Import that imports its importedMembership into the importOwningNamespace. If isRecursive = true and the memberElement of the importedMembership is a Namespace, then the equivalent of a recursive NamespaceImport is also performed on that Namespace."^^rdf:XMLLiteral ; - dcterms:title "MembershipImportShape"^^rdf:XMLLiteral . - -:MembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Membership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :membership_MemberElement, - :membership_MemberElementId, - :membership_MemberName, - :membership_MemberShortName, - :membership_MembershipOwningNamespace, - :membership_Visibility, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Membership is a Relationship between a Namespace and an Element that indicates the Element is a member of (i.e., is contained in) the Namespace. Any memberNames specify how the memberElement is identified in the Namespace and the visibility specifies whether or not the memberElement is publicly visible from outside the Namespace."^^rdf:XMLLiteral ; - dcterms:title "MembershipShape"^^rdf:XMLLiteral . - -:MetaclassShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Metaclass ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Metaclass is a Structure used to type MetadataFeatures."^^rdf:XMLLiteral ; - dcterms:title "MetaclassShape"^^rdf:XMLLiteral . - -:MetadataAccessExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MetadataAccessExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :metadataAccessExpression_ReferencedElement, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A MetadataAccessExpression is an Expression whose result is a sequence of instances of Metaclasses representing all the MetadataFeature annotations of the referencedElement. In addition, the sequence includes an instance of the reflective Metaclass corresponding to the MOF class of the referencedElement, with values for all the abstract syntax properties of the referencedElement."^^rdf:XMLLiteral ; - dcterms:title "MetadataAccessExpressionShape"^^rdf:XMLLiteral . - -:MetadataFeatureShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MetadataFeature ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :metadataFeature_Metaclass, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A MetadataFeature is a Feature that is an AnnotatingElement used to annotate another Element with metadata. It is typed by a Metaclass. All its ownedFeatures must redefine features of its metaclass and any feature bindings must be model-level evaluable."^^rdf:XMLLiteral ; - dcterms:title "MetadataFeatureShape"^^rdf:XMLLiteral . - -:MultiplicityRangeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MultiplicityRange ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :multiplicityRange_Bound, - :multiplicityRange_LowerBound, - :multiplicityRange_UpperBound, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A MultiplicityRange is a Multiplicity whose value is defined to be the (inclusive) range of natural numbers given by the result of a lowerBound Expression and the result of an upperBound Expression. The result of these Expressions shall be of type Natural. If the result of the upperBound Expression is the unbounded value *, then the specified range includes all natural numbers greater than or equal to the lowerBound value. If no lowerBound Expression, then the default is that the lower bound has the same value as the upper bound, except if the upperBound evaluates to *, in which case the default for the lower bound is 0."^^rdf:XMLLiteral ; - dcterms:title "MultiplicityRangeShape"^^rdf:XMLLiteral . - -:MultiplicityShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Multiplicity ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description """A Multiplicity is a Feature whose co-domain is a set of natural numbers giving the allowed cardinalities of each typeWithMultiplicity. The cardinality of a Type is defined as follows, depending on whether the Type is a Classifier or Feature. -."""^^rdf:XMLLiteral ; - dcterms:title "MultiplicityShape"^^rdf:XMLLiteral . - -:NamespaceImportShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:NamespaceImport ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :namespaceImport_ImportedNamespace, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A NamespaceImport is an Import that imports Memberships from its importedNamespace into the importOwningNamespace. If isRecursive = false, then only the visible Memberships of the importedNamespace are imported. If isRecursive = true, then, in addition, Memberships are recursively imported from any ownedMembers of the importedNamespace that are Namespaces."^^rdf:XMLLiteral ; - dcterms:title "NamespaceImportShape"^^rdf:XMLLiteral . - -:NamespaceShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Namespace ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :namespace_ImportedMembership, - :namespace_Member, - :namespace_Membership, - :namespace_OwnedImport, - :namespace_OwnedMember, - :namespace_OwnedMembership, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Namespace is an Element that contains other Elements, known as its members, via Membership Relationships with those Elements. The members of a Namespace may be owned by the Namespace, aliased in the Namespace, or imported into the Namespace via Import Relationships."^^rdf:XMLLiteral ; - dcterms:title "NamespaceShape"^^rdf:XMLLiteral . - -:NullExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:NullExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A NullExpression is an Expression that results in a null value."^^rdf:XMLLiteral ; - dcterms:title "NullExpressionShape"^^rdf:XMLLiteral . - -:OperatorExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:OperatorExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :operatorExpression_Operator, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An OperatorExpression is an InvocationExpression whose function is determined by resolving its operator in the context of one of the standard packages from the Kernel Function Library."^^rdf:XMLLiteral ; - dcterms:title "OperatorExpressionShape"^^rdf:XMLLiteral . - -:OwningMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:OwningMembership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :owningMembership_OwnedMemberElement, - :owningMembership_OwnedMemberElementId, - :owningMembership_OwnedMemberName, - :owningMembership_OwnedMemberShortName, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "An OwningMembership is a Membership that owns its memberElement as a ownedRelatedElement. The ownedMemberElement becomes an ownedMember of the membershipOwningNamespace."^^rdf:XMLLiteral ; - dcterms:title "OwningMembershipShape"^^rdf:XMLLiteral . - -:PackageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Package ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :package_FilterCondition, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Package is a Namespace used to group Elements, without any instance-level semantics. It may have one or more model-level evaluable filterCondition Expressions used to filter its importedMemberships. Any imported member must meet all of the filterConditions."^^rdf:XMLLiteral ; - dcterms:title "PackageShape"^^rdf:XMLLiteral . - -:ParameterMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ParameterMembership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :parameterMembership_OwnedMemberParameter, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A ParameterMembership is a FeatureMembership that identifies its memberFeature as a parameter, which is always owned, and must have a direction. A ParameterMembership must be owned by a Behavior or a Step."^^rdf:XMLLiteral ; - dcterms:title "ParameterMembershipShape"^^rdf:XMLLiteral . - -:PredicateShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Predicate ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Predicate is a Function whose result parameter has type Boolean and multiplicity 1..1."^^rdf:XMLLiteral ; - dcterms:title "PredicateShape"^^rdf:XMLLiteral . - -:RedefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Redefinition ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :redefinition_RedefinedFeature, - :redefinition_RedefiningFeature, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "Redefinition is a kind of Subsetting that requires the redefinedFeature and the redefiningFeature to have the same values (on each instance of the domain of the redefiningFeature). This means any restrictions on the redefiningFeature, such as type or multiplicity, also apply to the redefinedFeature (on each instance of the domain of the redefiningFeature), and vice versa. The redefinedFeature might have values for instances of the domain of the redefiningFeature, but only as instances of the domain of the redefinedFeature that happen to also be instances of the domain of the redefiningFeature. This is supported by the constraints inherited from Subsetting on the domains of the redefiningFeature and redefinedFeature. However, these constraints are narrowed for Redefinition to require the owningTypes of the redefiningFeature and redefinedFeature to be different and the redefinedFeature to not be inherited into the owningNamespace of the redefiningFeature.This enables the redefiningFeature to have the same name as the redefinedFeature, if desired."^^rdf:XMLLiteral ; - dcterms:title "RedefinitionShape"^^rdf:XMLLiteral . - -:ReferenceSubsettingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ReferenceSubsetting ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :referenceSubsetting_ReferencedFeature, - :referenceSubsetting_ReferencingFeature, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "ReferenceSubsetting is a kind of Subsetting in which the referencedFeature is syntactically distinguished from other Features subsetted by the referencingFeature. ReferenceSubsetting has the same semantics as Subsetting, but the referenceFeature may have a special purpose relative to the referencingFeature. For instance, ReferenceSubsetting is used to identify the relatedFeatures of a Connector."^^rdf:XMLLiteral ; - dcterms:title "ReferenceSubsettingShape"^^rdf:XMLLiteral . - -:RelationshipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Relationship ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :relationship_IsImplied, - :relationship_OwnedRelatedElement, - :relationship_OwningRelatedElement, - :relationship_RelatedElement, - :relationship_Source, - :relationship_Target, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Relationship is an Element that relates other Element. Some of its relatedElements may be owned, in which case those ownedRelatedElements will be deleted from a model if their owningRelationship is. A Relationship may also be owned by another Element, in which case the ownedRelatedElements of the Relationship are also considered to be transitively owned by the owningRelatedElement of the Relationship."^^rdf:XMLLiteral ; - dcterms:title "RelationshipShape"^^rdf:XMLLiteral . - -:ResultExpressionMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ResultExpressionMembership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :resultExpressionMembership_OwnedResultExpression, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A ResultExpressionMembership is a FeatureMembership that indicates that the ownedResultExpression provides the result values for the Function or Expression that owns it. The owning Function or Expression must contain a BindingConnector between the result parameter of the ownedResultExpression and the result parameter of the owning Function or Expression."^^rdf:XMLLiteral ; - dcterms:title "ResultExpressionMembershipShape"^^rdf:XMLLiteral . - -:ReturnParameterMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ReturnParameterMembership ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A ReturnParameterMembership is a ParameterMembership that indicates that the ownedMemberParameter is the result parameter of a Function or Expression. The direction of the ownedMemberParameter must be out."^^rdf:XMLLiteral ; - dcterms:title "ReturnParameterMembershipShape"^^rdf:XMLLiteral . - -:SelectExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SelectExpression ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A SelectExpression is an OperatorExpression whose operator is "select", which resolves to the Function ControlFunctions::select from the Kernel Functions Library."^^rdf:XMLLiteral ; - dcterms:title "SelectExpressionShape"^^rdf:XMLLiteral . - -:SpecializationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Specialization ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :specialization_General, - :specialization_OwningType, - :specialization_Specific, - :title, - :trace, - :type ; - dcterms:description "Specialization is a Relationship between two Types that requires all instances of the specific type to also be instances of the general Type (i.e., the set of instances of the specific Type is a subset of those of the general Type, which might be the same set)."^^rdf:XMLLiteral ; - dcterms:title "SpecializationShape"^^rdf:XMLLiteral . - -:StepShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Step ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :step_Behavior, - :step_Parameter, - :title, - :trace, - :type ; - dcterms:description "A Step is a Feature that is typed by one or more Behaviors. Steps may be used by one Behavior to coordinate the performance of other Behaviors, supporting a steady refinement of behavioral descriptions. Steps can be ordered in time and can be connected using ItemFlows to specify things flowing between their parameters."^^rdf:XMLLiteral ; - dcterms:title "StepShape"^^rdf:XMLLiteral . - -:StructureShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Structure ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A Structure is a Class of objects in the modeled universe that are primarily structural in nature. While such an object is not itself behavioral, it may be involved in and acted on by Behaviors, and it may be the performer of some of them."^^rdf:XMLLiteral ; - dcterms:title "StructureShape"^^rdf:XMLLiteral . - -:SubclassificationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Subclassification ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :subclassification_OwningClassifier, - :subclassification_Subclassifier, - :subclassification_Superclassifier, - :title, - :trace, - :type ; - dcterms:description "Subclassification is Specialization in which both the specific and general Types are Classifier. This means all instances of the specific Classifier are also instances of the general Classifier."^^rdf:XMLLiteral ; - dcterms:title "SubclassificationShape"^^rdf:XMLLiteral . - -:SubsettingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Subsetting ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :subsetting_OwningFeature, - :subsetting_SubsettedFeature, - :subsetting_SubsettingFeature, - :title, - :trace, - :type ; - dcterms:description "Subsetting is Specialization in which the specific and general Types are Features. This means all values of the subsettingFeature (on instances of its domain, i.e., the intersection of its featuringTypes) are values of the subsettedFeature on instances of its domain. To support this the domain of the subsettingFeature must be the same or specialize (at least indirectly) the domain of the subsettedFeature (via Specialization), and the co-domain (intersection of the types) of the subsettingFeature must specialize the co-domain of the subsettedFeature."^^rdf:XMLLiteral ; - dcterms:title "SubsettingShape"^^rdf:XMLLiteral . - -:SuccessionItemFlowShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SuccessionItemFlow ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type ; - dcterms:description "A SuccessionItemFlow is an ItemFlow that also provides temporal ordering. It classifies Transfers that cannot start until the source Occurrence has completed and that must complete before the target Occurrence can start."^^rdf:XMLLiteral ; - dcterms:title "SuccessionItemFlowShape"^^rdf:XMLLiteral . - -:SuccessionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Succession ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :succession_EffectStep, - :succession_GuardExpression, - :succession_TransitionStep, - :succession_TriggerStep, - :title, - :trace, - :type ; - dcterms:description "A Succession is a binary Connector that requires its relatedFeatures to happen separately in time."^^rdf:XMLLiteral ; - dcterms:title "SuccessionShape"^^rdf:XMLLiteral . - -:TextualRepresentationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:TextualRepresentation ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :textualRepresentation_Body, - :textualRepresentation_Language, - :textualRepresentation_RepresentedElement, - :title, - :trace, - :type ; - dcterms:description "A TextualRepresentation is an AnnotatingElement whose body represents the representedElement in a given language. The representedElement must be the owner of the TextualRepresentation. The named language can be a natural language, in which case the body is an informal representation, or an artificial language, in which case the body is expected to be a formal, machine-parsable representation."^^rdf:XMLLiteral ; - dcterms:title "TextualRepresentationShape"^^rdf:XMLLiteral . - -:TypeFeaturingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:TypeFeaturing ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type, - :typeFeaturing_FeatureOfType, - :typeFeaturing_FeaturingType, - :typeFeaturing_OwningFeatureOfType ; - dcterms:description "A TypeFeaturing is a Featuring Relationship in which the featureOfType is the source and the featuringType is the target."^^rdf:XMLLiteral ; - dcterms:title "TypeFeaturingShape"^^rdf:XMLLiteral . - -:TypeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Type ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type, - :type_DifferencingType, - :type_DirectedFeature, - :type_EndFeature, - :type_Feature, - :type_FeatureMembership, - :type_InheritedFeature, - :type_InheritedMembership, - :type_Input, - :type_IntersectingType, - :type_IsAbstract, - :type_IsConjugated, - :type_IsSufficient, - :type_Multiplicity, - :type_Output, - :type_OwnedConjugator, - :type_OwnedDifferencing, - :type_OwnedDisjoining, - :type_OwnedEndFeature, - :type_OwnedFeature, - :type_OwnedFeatureMembership, - :type_OwnedIntersecting, - :type_OwnedSpecialization, - :type_OwnedUnioning, - :type_UnioningType ; - dcterms:description "A Type is a Namespace that is the most general kind of Element supporting the semantics of classification. A Type may be a Classifier or a Feature, defining conditions on what is classified by the Type (see also the description of isSufficient)."^^rdf:XMLLiteral ; - dcterms:title "TypeShape"^^rdf:XMLLiteral . - -:UnioningShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Unioning ; - oslc:property :contributor, - :created, - :creator, - :dctype, - :derives, - :description, - :elaborates, - :external, - :identifier, - :instanceShape, - :modified, - :refine, - :satisfy, - :serviceProvider, - :shortTitle, - :source, - :title, - :trace, - :type, - :unioning_TypeUnioned, - :unioning_UnioningType ; - dcterms:description "Unioning is a Relationship that makes its unioningType one of the unioningTypes of its typeUnioned."^^rdf:XMLLiteral ; - dcterms:title "UnioningShape"^^rdf:XMLLiteral . - -:annotatingElement_AnnotatedElement a oslc:Property ; - oslc:name "annotatingElement_AnnotatedElement" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotatingElement_AnnotatedElement ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral . - -:annotatingElement_Annotation a oslc:Property ; - oslc:name "annotatingElement_Annotation" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotatingElement_Annotation ; - oslc:range oslc_sysmlv2:Annotation ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Annotations that relate this AnnotatingElement to its annotatedElements."^^rdf:XMLLiteral . - -:annotatingElement_OwnedAnnotatingRelationship a oslc:Property ; - oslc:name "annotatingElement_OwnedAnnotatingRelationship" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotatingElement_OwnedAnnotatingRelationship ; - oslc:range oslc_sysmlv2:Annotation ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this AnnotatingElement that are Annotations, for which this AnnotatingElement is the annotatingElement."^^rdf:XMLLiteral . - -:annotation_AnnotatedElement a oslc:Property ; - oslc:name "annotation_AnnotatedElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:annotation_AnnotatedElement ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Element that is annotated by the annotatingElement of this Annotation."^^rdf:XMLLiteral . - -:annotation_AnnotatingElement a oslc:Property ; - oslc:name "annotation_AnnotatingElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:annotation_AnnotatingElement ; - oslc:range oslc_sysmlv2:AnnotatingElement ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The AnnotatingElement that annotates the annotatedElement of this Annotation."^^rdf:XMLLiteral . - -:annotation_OwningAnnotatedElement a oslc:Property ; - oslc:name "annotation_OwningAnnotatedElement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:annotation_OwningAnnotatedElement ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The annotatedElement of this Annotation, when it is also its owningRelatedElement."^^rdf:XMLLiteral . - -:annotation_OwningAnnotatingElement a oslc:Property ; - oslc:name "annotation_OwningAnnotatingElement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:annotation_OwningAnnotatingElement ; - oslc:range oslc_sysmlv2:AnnotatingElement ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The annotatingElement of this Annotation, when it is also its owningRelatedElement."^^rdf:XMLLiteral . - -:association_AssociationEnd a oslc:Property ; - oslc:name "association_AssociationEnd" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:association_AssociationEnd ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The features of the Association that identify the things that can be related by it. A concrete Association must have at least two associationEnds. When it has exactly two, the Association is called a binary Association."^^rdf:XMLLiteral . - -:association_RelatedType a oslc:Property ; - oslc:name "association_RelatedType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:association_RelatedType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The types of the associationEnds of the Association, which are the relatedElements of the Association considered as a Relationship."^^rdf:XMLLiteral . - -:association_SourceType a oslc:Property ; - oslc:name "association_SourceType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:association_SourceType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The source relatedType for this Association. It is the first relatedType of the Association."^^rdf:XMLLiteral . - -:association_TargetType a oslc:Property ; - oslc:name "association_TargetType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:association_TargetType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedTypes for this Association. This includes all the relatedTypes other than the sourceType."^^rdf:XMLLiteral . - -:behavior_Parameter a oslc:Property ; - oslc:name "behavior_Parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:behavior_Parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral . - -:behavior_Step a oslc:Property ; - oslc:name "behavior_Step" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:behavior_Step ; - oslc:range oslc_sysmlv2:Step ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Steps that make up this Behavior."^^rdf:XMLLiteral . - -:booleanExpression_Predicate a oslc:Property ; - oslc:name "booleanExpression_Predicate" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:booleanExpression_Predicate ; - oslc:range oslc_sysmlv2:Predicate ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Predicate that types this BooleanExpression."^^rdf:XMLLiteral . - -:classifier_OwnedSubclassification a oslc:Property ; - oslc:name "classifier_OwnedSubclassification" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:classifier_OwnedSubclassification ; - oslc:range oslc_sysmlv2:Subclassification ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier."^^rdf:XMLLiteral . - -:comment_Body a oslc:Property ; - oslc:name "comment_Body" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:comment_Body ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The annotation text for the Comment."^^rdf:XMLLiteral . - -:comment_Locale a oslc:Property ; - oslc:name "comment_Locale" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:comment_Locale ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "Identification of the language of the body text and, optionally, the region and/or encoding. The format shall be a POSIX locale conformant to ISO/IEC 15897, with the format [language[_territory][.codeset][@modifier]]."^^rdf:XMLLiteral . - -:conjugation_ConjugatedType a oslc:Property ; - oslc:name "conjugation_ConjugatedType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:conjugation_ConjugatedType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the result of applying Conjugation to the originalType."^^rdf:XMLLiteral . - -:conjugation_OriginalType a oslc:Property ; - oslc:name "conjugation_OriginalType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:conjugation_OriginalType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type to be conjugated."^^rdf:XMLLiteral . - -:conjugation_OwningType a oslc:Property ; - oslc:name "conjugation_OwningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:conjugation_OwningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The conjugatedType of this Conjugation that is also its owningRelatedElement."^^rdf:XMLLiteral . - -:connector_Association a oslc:Property ; - oslc:name "connector_Association" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:connector_Association ; - oslc:range oslc_sysmlv2:Association ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Associations that type the Connector."^^rdf:XMLLiteral . - -:connector_ConnectorEnd a oslc:Property ; - oslc:name "connector_ConnectorEnd" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:connector_ConnectorEnd ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The endFeatures of a Connector, which redefine the endFeatures of the associations of the Connector. The connectorEnds determine via ReferenceSubsetting Relationships which Features are related by the Connector."^^rdf:XMLLiteral . - -:connector_RelatedFeature a oslc:Property ; - oslc:name "connector_RelatedFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:connector_RelatedFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Features that are related by this Connector considered as a Relationship and that restrict the links it identifies, given by the referenced Features of the connectorEnds of the Connector."^^rdf:XMLLiteral . - -:connector_SourceFeature a oslc:Property ; - oslc:name "connector_SourceFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:connector_SourceFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The source relatedFeature for this Connector. It is the first relatedFeature."^^rdf:XMLLiteral . - -:connector_TargetFeature a oslc:Property ; - oslc:name "connector_TargetFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:connector_TargetFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral . - -:dependency_Client a oslc:Property ; - oslc:name "dependency_Client" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:dependency_Client ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Element or Elements dependent on the supplier Elements."^^rdf:XMLLiteral . - -:dependency_Supplier a oslc:Property ; - oslc:name "dependency_Supplier" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:dependency_Supplier ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Element or Elements on which the client Elements depend in some respect."^^rdf:XMLLiteral . - -:differencing_DifferencingType a oslc:Property ; - oslc:name "differencing_DifferencingType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:differencing_DifferencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type that partly determines interpretations of typeDifferenced, as described in Type::differencingType."^^rdf:XMLLiteral . - -:differencing_TypeDifferenced a oslc:Property ; - oslc:name "differencing_TypeDifferenced" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:differencing_TypeDifferenced ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type with interpretations partly determined by differencingType, as described in Type::differencingType."^^rdf:XMLLiteral . - -:disjoining_DisjoiningType a oslc:Property ; - oslc:name "disjoining_DisjoiningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:disjoining_DisjoiningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type asserted to be disjoint with the typeDisjoined."^^rdf:XMLLiteral . - -:disjoining_OwningType a oslc:Property ; - oslc:name "disjoining_OwningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:disjoining_OwningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A typeDisjoined that is also an owningRelatedElement."^^rdf:XMLLiteral . - -:disjoining_TypeDisjoined a oslc:Property ; - oslc:name "disjoining_TypeDisjoined" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:disjoining_TypeDisjoined ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type asserted to be disjoint with the disjoiningType."^^rdf:XMLLiteral . - -:documentation_DocumentedElement a oslc:Property ; - oslc:name "documentation_DocumentedElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:documentation_DocumentedElement ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Element that is documented by this Documentation."^^rdf:XMLLiteral . - -:elementFilterMembership_Condition a oslc:Property ; - oslc:name "elementFilterMembership_Condition" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:elementFilterMembership_Condition ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The model-level evaluable Boolean-valued Expression used to filter the imported members of the membershipOwningNamespace of this ElementFilterMembership."^^rdf:XMLLiteral . - -:element_AliasIds a oslc:Property ; - oslc:name "element_AliasIds" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:element_AliasIds ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "Various alternative identifiers for this Element. Generally, these will be set by tools."^^rdf:XMLLiteral . - -:element_DeclaredName a oslc:Property ; - oslc:name "element_DeclaredName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:element_DeclaredName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The declared name of this Element."^^rdf:XMLLiteral . - -:element_DeclaredShortName a oslc:Property ; - oslc:name "element_DeclaredShortName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:element_DeclaredShortName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context."^^rdf:XMLLiteral . - -:element_Documentation a oslc:Property ; - oslc:name "element_Documentation" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:element_Documentation ; - oslc:range oslc_sysmlv2:Documentation ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Documentation owned by this Element."^^rdf:XMLLiteral . - -:element_ElementId a oslc:Property ; - oslc:name "element_ElementId" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:element_ElementId ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element."^^rdf:XMLLiteral . - -:element_IsImpliedIncluded a oslc:Property ; - oslc:name "element_IsImpliedIncluded" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:element_IsImpliedIncluded ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them."^^rdf:XMLLiteral . - -:element_IsLibraryElement a oslc:Property ; - oslc:name "element_IsLibraryElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:element_IsLibraryElement ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this Element is contained in the ownership tree of a library model."^^rdf:XMLLiteral . - -:element_Name a oslc:Property ; - oslc:name "element_Name" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:element_Name ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null."^^rdf:XMLLiteral . - -:element_OwnedAnnotation a oslc:Property ; - oslc:name "element_OwnedAnnotation" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:element_OwnedAnnotation ; - oslc:range oslc_sysmlv2:Annotation ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement."^^rdf:XMLLiteral . - -:element_OwnedElement a oslc:Property ; - oslc:name "element_OwnedElement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:element_OwnedElement ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element."^^rdf:XMLLiteral . - -:element_OwnedRelationship a oslc:Property ; - oslc:name "element_OwnedRelationship" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:element_OwnedRelationship ; - oslc:range oslc_sysmlv2:Relationship ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Relationships for which this Element is the owningRelatedElement."^^rdf:XMLLiteral . - -:element_Owner a oslc:Property ; - oslc:name "element_Owner" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:element_Owner ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any."^^rdf:XMLLiteral . - -:element_OwningMembership a oslc:Property ; - oslc:name "element_OwningMembership" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:element_OwningMembership ; - oslc:range oslc_sysmlv2:OwningMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owningRelationship of this Element, if that Relationship is a Membership."^^rdf:XMLLiteral . - -:element_OwningNamespace a oslc:Property ; - oslc:name "element_OwningNamespace" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:element_OwningNamespace ; - oslc:range oslc_sysmlv2:Namespace ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any."^^rdf:XMLLiteral . - -:element_OwningRelationship a oslc:Property ; - oslc:name "element_OwningRelationship" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:element_OwningRelationship ; - oslc:range oslc_sysmlv2:Relationship ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Relationship for which this Element is an ownedRelatedElement, if any."^^rdf:XMLLiteral . - -:element_QualifiedName a oslc:Property ; - oslc:name "element_QualifiedName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:element_QualifiedName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element."^^rdf:XMLLiteral . - -:element_ShortName a oslc:Property ; - oslc:name "element_ShortName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:element_ShortName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null."^^rdf:XMLLiteral . - -:element_TextualRepresentation a oslc:Property ; - oslc:name "element_TextualRepresentation" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:element_TextualRepresentation ; - oslc:range oslc_sysmlv2:TextualRepresentation ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The TextualRepresentations that annotate this Element."^^rdf:XMLLiteral . - -:expression_Function a oslc:Property ; - oslc:name "expression_Function" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:expression_Function ; - oslc:range oslc_sysmlv2:Function ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Function that types this Expression."^^rdf:XMLLiteral . - -:expression_IsModelLevelEvaluable a oslc:Property ; - oslc:name "expression_IsModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:expression_IsModelLevelEvaluable ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral . - -:expression_Result a oslc:Property ; - oslc:name "expression_Result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:expression_Result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral . - -:featureChainExpression_TargetFeature a oslc:Property ; - oslc:name "featureChainExpression_TargetFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureChainExpression_TargetFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is accessed by this FeatureChainExpression, which is its first non-parameter member.

."^^rdf:XMLLiteral . - -:featureChaining_ChainingFeature a oslc:Property ; - oslc:name "featureChaining_ChainingFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureChaining_ChainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature whose values partly determine values of featureChained, as described in Feature::chainingFeature."^^rdf:XMLLiteral . - -:featureChaining_FeatureChained a oslc:Property ; - oslc:name "featureChaining_FeatureChained" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureChaining_FeatureChained ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature whose values are partly determined by values of the chainingFeature, as described in Feature::chainingFeature."^^rdf:XMLLiteral . - -:featureInverting_FeatureInverted a oslc:Property ; - oslc:name "featureInverting_FeatureInverted" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureInverting_FeatureInverted ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is an inverse of the invertingFeature."^^rdf:XMLLiteral . - -:featureInverting_InvertingFeature a oslc:Property ; - oslc:name "featureInverting_InvertingFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureInverting_InvertingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is an inverse of the invertedFeature."^^rdf:XMLLiteral . - -:featureInverting_OwningFeature a oslc:Property ; - oslc:name "featureInverting_OwningFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:featureInverting_OwningFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A featureInverted that is also the owningRelatedElement of this FeatureInverting."^^rdf:XMLLiteral . - -:featureMembership_OwnedMemberFeature a oslc:Property ; - oslc:name "featureMembership_OwnedMemberFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureMembership_OwnedMemberFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that this FeatureMembership relates to its owningType, making it an ownedFeature of the owningType."^^rdf:XMLLiteral . - -:featureMembership_OwningType a oslc:Property ; - oslc:name "featureMembership_OwningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureMembership_OwningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral . - -:featureReferenceExpression_Referent a oslc:Property ; - oslc:name "featureReferenceExpression_Referent" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureReferenceExpression_Referent ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is referenced by this FeatureReferenceExpression, which is its first non-parameter member."^^rdf:XMLLiteral . - -:featureTyping_OwningFeature a oslc:Property ; - oslc:name "featureTyping_OwningFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:featureTyping_OwningFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A typedFeature that is also the owningRelatedElement of this FeatureTyping."^^rdf:XMLLiteral . - -:featureTyping_Type a oslc:Property ; - oslc:name "featureTyping_Type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureTyping_Type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is being applied by this FeatureTyping."^^rdf:XMLLiteral . - -:featureTyping_TypedFeature a oslc:Property ; - oslc:name "featureTyping_TypedFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureTyping_TypedFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that has a type determined by this FeatureTyping."^^rdf:XMLLiteral . - -:featureValue_FeatureWithValue a oslc:Property ; - oslc:name "featureValue_FeatureWithValue" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureValue_FeatureWithValue ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature to be provided a value."^^rdf:XMLLiteral . - -:featureValue_IsDefault a oslc:Property ; - oslc:name "featureValue_IsDefault" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureValue_IsDefault ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this FeatureValue is a concrete specification of the bound or initial value of the featureWithValue, or just a default value that may be overridden."^^rdf:XMLLiteral . - -:featureValue_IsInitial a oslc:Property ; - oslc:name "featureValue_IsInitial" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureValue_IsInitial ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this FeatureValue specifies a bound value or an initial value for the featureWithValue."^^rdf:XMLLiteral . - -:featureValue_Value a oslc:Property ; - oslc:name "featureValue_Value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureValue_Value ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Expression that provides the value of the featureWithValue as its result."^^rdf:XMLLiteral . - -:feature_ChainingFeature a oslc:Property ; - oslc:name "feature_ChainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature_ChainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral . - -:feature_Direction a oslc:Property ; - oslc:name "feature_Direction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:feature_Direction ; - oslc:range oslc_sysmlv2:FeatureDirectionKind ; - oslc:readOnly false ; - dcterms:description "Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind)."^^rdf:XMLLiteral . - -:feature_EndOwningType a oslc:Property ; - oslc:name "feature_EndOwningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:feature_EndOwningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature."^^rdf:XMLLiteral . - -:feature_FeaturingType a oslc:Property ; - oslc:name "feature_FeaturingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature_FeaturingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral . - -:feature_IsComposite a oslc:Property ; - oslc:name "feature_IsComposite" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature_IsComposite ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does."^^rdf:XMLLiteral . - -:feature_IsDerived a oslc:Property ; - oslc:name "feature_IsDerived" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature_IsDerived ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether the values of this Feature can always be computed from the values of other Features."^^rdf:XMLLiteral . - -:feature_IsEnd a oslc:Property ; - oslc:name "feature_IsEnd" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature_IsEnd ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether or not the this Feature is an end Feature, requiring a different interpretation of the multiplicity of the Feature."^^rdf:XMLLiteral . - -:feature_IsOrdered a oslc:Property ; - oslc:name "feature_IsOrdered" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature_IsOrdered ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether an order exists for the values of this Feature or not."^^rdf:XMLLiteral . - -:feature_IsPortion a oslc:Property ; - oslc:name "feature_IsPortion" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature_IsPortion ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances."^^rdf:XMLLiteral . - -:feature_IsReadOnly a oslc:Property ; - oslc:name "feature_IsReadOnly" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature_IsReadOnly ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether the values of this Feature can change over the lifetime of an instance of the domain."^^rdf:XMLLiteral . - -:feature_IsUnique a oslc:Property ; - oslc:name "feature_IsUnique" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature_IsUnique ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether or not values for this Feature must have no duplicates or not."^^rdf:XMLLiteral . - -:feature_OwnedFeatureChaining a oslc:Property ; - oslc:name "feature_OwnedFeatureChaining" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature_OwnedFeatureChaining ; - oslc:range oslc_sysmlv2:FeatureChaining ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained."^^rdf:XMLLiteral . - -:feature_OwnedFeatureInverting a oslc:Property ; - oslc:name "feature_OwnedFeatureInverting" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature_OwnedFeatureInverting ; - oslc:range oslc_sysmlv2:FeatureInverting ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted."^^rdf:XMLLiteral . - -:feature_OwnedRedefinition a oslc:Property ; - oslc:name "feature_OwnedRedefinition" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature_OwnedRedefinition ; - oslc:range oslc_sysmlv2:Redefinition ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature."^^rdf:XMLLiteral . - -:feature_OwnedReferenceSubsetting a oslc:Property ; - oslc:name "feature_OwnedReferenceSubsetting" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:feature_OwnedReferenceSubsetting ; - oslc:range oslc_sysmlv2:ReferenceSubsetting ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature."^^rdf:XMLLiteral . - -:feature_OwnedSubsetting a oslc:Property ; - oslc:name "feature_OwnedSubsetting" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature_OwnedSubsetting ; - oslc:range oslc_sysmlv2:Subsetting ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature."^^rdf:XMLLiteral . - -:feature_OwnedTypeFeaturing a oslc:Property ; - oslc:name "feature_OwnedTypeFeaturing" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature_OwnedTypeFeaturing ; - oslc:range oslc_sysmlv2:TypeFeaturing ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType."^^rdf:XMLLiteral . - -:feature_OwnedTyping a oslc:Property ; - oslc:name "feature_OwnedTyping" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature_OwnedTyping ; - oslc:range oslc_sysmlv2:FeatureTyping ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature."^^rdf:XMLLiteral . - -:feature_OwningFeatureMembership a oslc:Property ; - oslc:name "feature_OwningFeatureMembership" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:feature_OwningFeatureMembership ; - oslc:range oslc_sysmlv2:FeatureMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType."^^rdf:XMLLiteral . - -:feature_OwningType a oslc:Property ; - oslc:name "feature_OwningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:feature_OwningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral . - -:feature_Type a oslc:Property ; - oslc:name "feature_Type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature_Type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral . - -:featuring_Feature a oslc:Property ; - oslc:name "featuring_Feature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featuring_Feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral . - -:featuring_Type a oslc:Property ; - oslc:name "featuring_Type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featuring_Type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral . - -:function_Expression a oslc:Property ; - oslc:name "function_Expression" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:function_Expression ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Expressions that are steps in the calculation of the result of this Function."^^rdf:XMLLiteral . - -:function_IsModelLevelEvaluable a oslc:Property ; - oslc:name "function_IsModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:function_IsModelLevelEvaluable ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral . - -:function_Result a oslc:Property ; - oslc:name "function_Result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:function_Result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral . - -:import_ImportOwningNamespace a oslc:Property ; - oslc:name "import_ImportOwningNamespace" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:import_ImportOwningNamespace ; - oslc:range oslc_sysmlv2:Namespace ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Namespace into which Memberships are imported by this Import, which must be the owningRelatedElement of the Import."^^rdf:XMLLiteral . - -:import_ImportedElement a oslc:Property ; - oslc:name "import_ImportedElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:import_ImportedElement ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The effectively imported Element for this Import. For a MembershipImport, this is the memberElement of the importedMembership. For a NamespaceImport, it is the importedNamespace."^^rdf:XMLLiteral . - -:import_IsImportAll a oslc:Property ; - oslc:name "import_IsImportAll" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:import_IsImportAll ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether to import memberships without regard to declared visibility."^^rdf:XMLLiteral . - -:import_IsRecursive a oslc:Property ; - oslc:name "import_IsRecursive" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:import_IsRecursive ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether to recursively import Memberships from visible, owned sub-Namespaces."^^rdf:XMLLiteral . - -:import_Visibility a oslc:Property ; - oslc:name "import_Visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:import_Visibility ; - oslc:range oslc_sysmlv2:VisibilityKind ; - oslc:readOnly false ; - dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace."^^rdf:XMLLiteral . - -:intersecting_IntersectingType a oslc:Property ; - oslc:name "intersecting_IntersectingType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:intersecting_IntersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type that partly determines interpretations of typeIntersected, as described in Type::intersectingType."^^rdf:XMLLiteral . - -:intersecting_TypeIntersected a oslc:Property ; - oslc:name "intersecting_TypeIntersected" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:intersecting_TypeIntersected ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type with interpretations partly determined by intersectingType, as described in Type::intersectingType."^^rdf:XMLLiteral . - -:invariant_IsNegated a oslc:Property ; - oslc:name "invariant_IsNegated" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:invariant_IsNegated ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this Invariant is asserted to be false rather than true."^^rdf:XMLLiteral . - -:invocationExpression_Argument a oslc:Property ; - oslc:name "invocationExpression_Argument" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:invocationExpression_Argument ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The value Expressions of the FeatureValues of the owned input parameters of the InvocationExpression."^^rdf:XMLLiteral . - -:itemFlow_Interaction a oslc:Property ; - oslc:name "itemFlow_Interaction" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:itemFlow_Interaction ; - oslc:range oslc_sysmlv2:Interaction ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Interactions that type this ItemFlow. Interactions are both Associations and Behaviors, which can type Connectors and Steps, respectively."^^rdf:XMLLiteral . - -:itemFlow_ItemFeature a oslc:Property ; - oslc:name "itemFlow_ItemFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:itemFlow_ItemFeature ; - oslc:range oslc_sysmlv2:ItemFeature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedFeature of the ItemFlow that is an ItemFeature (if any)."^^rdf:XMLLiteral . - -:itemFlow_ItemFlowEnd a oslc:Property ; - oslc:name "itemFlow_ItemFlowEnd" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:itemFlow_ItemFlowEnd ; - oslc:range oslc_sysmlv2:ItemFlowEnd ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The connectorEnds of this ItemFlow that are ItemFlowEnds."^^rdf:XMLLiteral . - -:itemFlow_ItemType a oslc:Property ; - oslc:name "itemFlow_ItemType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:itemFlow_ItemType ; - oslc:range oslc_sysmlv2:Classifier ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The type of values transferred, which is the type of the itemFeature of the ItemFlow."^^rdf:XMLLiteral . - -:itemFlow_SourceOutputFeature a oslc:Property ; - oslc:name "itemFlow_SourceOutputFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:itemFlow_SourceOutputFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that provides the items carried by the ItemFlow. It must be an owned output of the source of the ItemFlow."^^rdf:XMLLiteral . - -:itemFlow_TargetInputFeature a oslc:Property ; - oslc:name "itemFlow_TargetInputFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:itemFlow_TargetInputFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that receives the values carried by the ItemFlow. It must be an owned output of the target participant of the ItemFlow."^^rdf:XMLLiteral . - -:libraryPackage_IsStandard a oslc:Property ; - oslc:name "libraryPackage_IsStandard" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:libraryPackage_IsStandard ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this LibraryPackage contains a standard library model. This should only be set to true for LibraryPackages in the standard Kernel Model Libraries or in normative model libraries for a language built on KerML."^^rdf:XMLLiteral . - -:literalBoolean_Value a oslc:Property ; - oslc:name "literalBoolean_Value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:literalBoolean_Value ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "The Boolean value that is the result of evaluating this LiteralBoolean."^^rdf:XMLLiteral . - -:literalInteger_Value a oslc:Property ; - oslc:name "literalInteger_Value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:literalInteger_Value ; - oslc:range xsd:integer ; - oslc:readOnly false ; - dcterms:description "The Integer value that is the result of evaluating this LiteralInteger."^^rdf:XMLLiteral . - -:literalRational_Value a oslc:Property ; - oslc:name "literalRational_Value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:literalRational_Value ; - oslc:range xsd:float ; - oslc:readOnly false ; - dcterms:description "The value whose rational approximation is the result of evaluating this LiteralRational."^^rdf:XMLLiteral . - -:literalString_Value a oslc:Property ; - oslc:name "literalString_Value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:literalString_Value ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The String value that is the result of evaluating this LiteralString."^^rdf:XMLLiteral . - -:membershipImport_ImportedMembership a oslc:Property ; - oslc:name "membershipImport_ImportedMembership" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:membershipImport_ImportedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Membership to be imported."^^rdf:XMLLiteral . - -:membership_MemberElement a oslc:Property ; - oslc:name "membership_MemberElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:membership_MemberElement ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Element that becomes a member of the membershipOwningNamespace due to this Membership."^^rdf:XMLLiteral . - -:membership_MemberElementId a oslc:Property ; - oslc:name "membership_MemberElementId" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:membership_MemberElementId ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The elementId of the memberElement."^^rdf:XMLLiteral . - -:membership_MemberName a oslc:Property ; - oslc:name "membership_MemberName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:membership_MemberName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The name of the memberElement relative to the membershipOwningNamespace."^^rdf:XMLLiteral . - -:membership_MemberShortName a oslc:Property ; - oslc:name "membership_MemberShortName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:membership_MemberShortName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The short name of the memberElement relative to the membershipOwningNamespace."^^rdf:XMLLiteral . - -:membership_MembershipOwningNamespace a oslc:Property ; - oslc:name "membership_MembershipOwningNamespace" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:membership_MembershipOwningNamespace ; - oslc:range oslc_sysmlv2:Namespace ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Namespace of which the memberElement becomes a member due to this Membership.."^^rdf:XMLLiteral . - -:membership_Visibility a oslc:Property ; - oslc:name "membership_Visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:membership_Visibility ; - oslc:range oslc_sysmlv2:VisibilityKind ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral . - -:metadataAccessExpression_ReferencedElement a oslc:Property ; - oslc:name "metadataAccessExpression_ReferencedElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:metadataAccessExpression_ReferencedElement ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description " The Element whose metadata is being accessed."^^rdf:XMLLiteral . - -:metadataFeature_Metaclass a oslc:Property ; - oslc:name "metadataFeature_Metaclass" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:metadataFeature_Metaclass ; - oslc:range oslc_sysmlv2:Metaclass ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The type of this MetadataFeature, which must be a Metaclass."^^rdf:XMLLiteral . - -:multiplicityRange_Bound a oslc:Property ; - oslc:name "multiplicityRange_Bound" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:multiplicityRange_Bound ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owned Expressions of the MultiplicityRange whose results provide its bounds. These must be the only ownedMembers of the MultiplicityRange."^^rdf:XMLLiteral . - -:multiplicityRange_LowerBound a oslc:Property ; - oslc:name "multiplicityRange_LowerBound" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:multiplicityRange_LowerBound ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Expression whose result provides the lower bound of the MultiplicityRange. If no lowerBound Expression is given, then the lower bound shall have the same value as the upper bound, unless the upper bound is unbounded (*), in which case the lower bound shall be 0."^^rdf:XMLLiteral . - -:multiplicityRange_UpperBound a oslc:Property ; - oslc:name "multiplicityRange_UpperBound" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:multiplicityRange_UpperBound ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Expression whose result is the upper bound of the MultiplicityRange."^^rdf:XMLLiteral . - -:namespaceImport_ImportedNamespace a oslc:Property ; - oslc:name "namespaceImport_ImportedNamespace" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:namespaceImport_ImportedNamespace ; - oslc:range oslc_sysmlv2:Namespace ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Namespace whose visible Memberships are imported by this NamespaceImport."^^rdf:XMLLiteral . - -:namespace_ImportedMembership a oslc:Property ; - oslc:name "namespace_ImportedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:namespace_ImportedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral . - -:namespace_Member a oslc:Property ; - oslc:name "namespace_Member" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:namespace_Member ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace."^^rdf:XMLLiteral . - -:namespace_Membership a oslc:Property ; - oslc:name "namespace_Membership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:namespace_Membership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships."^^rdf:XMLLiteral . - -:namespace_OwnedImport a oslc:Property ; - oslc:name "namespace_OwnedImport" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:namespace_OwnedImport ; - oslc:range oslc_sysmlv2:Import ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace."^^rdf:XMLLiteral . - -:namespace_OwnedMember a oslc:Property ; - oslc:name "namespace_OwnedMember" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:namespace_OwnedMember ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the .."^^rdf:XMLLiteral . - -:namespace_OwnedMembership a oslc:Property ; - oslc:name "namespace_OwnedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:namespace_OwnedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace."^^rdf:XMLLiteral . - -:operatorExpression_Operator a oslc:Property ; - oslc:name "operatorExpression_Operator" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:operatorExpression_Operator ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "An operator symbol that names a corresponding Function from one of the standard packages from the Kernel Function Library ."^^rdf:XMLLiteral . - -:owningMembership_OwnedMemberElement a oslc:Property ; - oslc:name "owningMembership_OwnedMemberElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningMembership_OwnedMemberElement ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Element that becomes an ownedMember of the membershipOwningNamespace due to this OwningMembership."^^rdf:XMLLiteral . - -:owningMembership_OwnedMemberElementId a oslc:Property ; - oslc:name "owningMembership_OwnedMemberElementId" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningMembership_OwnedMemberElementId ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The elementId of the ownedMemberElement."^^rdf:XMLLiteral . - -:owningMembership_OwnedMemberName a oslc:Property ; - oslc:name "owningMembership_OwnedMemberName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningMembership_OwnedMemberName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The name of the ownedMemberElement."^^rdf:XMLLiteral . - -:owningMembership_OwnedMemberShortName a oslc:Property ; - oslc:name "owningMembership_OwnedMemberShortName" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningMembership_OwnedMemberShortName ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The shortName of the ownedMemberElement."^^rdf:XMLLiteral . - -:package_FilterCondition a oslc:Property ; - oslc:name "package_FilterCondition" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:package_FilterCondition ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The model-level evaluable Boolean-valued Expression used to filter the members of this Package, which are owned by the Package are via ElementFilterMemberships."^^rdf:XMLLiteral . - -:parameterMembership_OwnedMemberParameter a oslc:Property ; - oslc:name "parameterMembership_OwnedMemberParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:parameterMembership_OwnedMemberParameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is identified as a parameter by this ParameterMembership."^^rdf:XMLLiteral . - -:redefinition_RedefinedFeature a oslc:Property ; - oslc:name "redefinition_RedefinedFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:redefinition_RedefinedFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is redefined by the redefiningFeature of this Redefinition."^^rdf:XMLLiteral . - -:redefinition_RedefiningFeature a oslc:Property ; - oslc:name "redefinition_RedefiningFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:redefinition_RedefiningFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is redefining the redefinedFeature of this Redefinition."^^rdf:XMLLiteral . - -:referenceSubsetting_ReferencedFeature a oslc:Property ; - oslc:name "referenceSubsetting_ReferencedFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referenceSubsetting_ReferencedFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is referenced by the referencingFeature of this ReferenceSubsetting."^^rdf:XMLLiteral . - -:referenceSubsetting_ReferencingFeature a oslc:Property ; - oslc:name "referenceSubsetting_ReferencingFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referenceSubsetting_ReferencingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that owns this ReferenceSubsetting relationship, which is also its subsettingFeature."^^rdf:XMLLiteral . - -:relationship_IsImplied a oslc:Property ; - oslc:name "relationship_IsImplied" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:relationship_IsImplied ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler."^^rdf:XMLLiteral . - -:relationship_OwnedRelatedElement a oslc:Property ; - oslc:name "relationship_OwnedRelatedElement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:relationship_OwnedRelatedElement ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements of this Relationship that are owned by the Relationship."^^rdf:XMLLiteral . - -:relationship_OwningRelatedElement a oslc:Property ; - oslc:name "relationship_OwningRelatedElement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:relationship_OwningRelatedElement ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElement of this Relationship that owns the Relationship, if any."^^rdf:XMLLiteral . - -:relationship_RelatedElement a oslc:Property ; - oslc:name "relationship_RelatedElement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:relationship_RelatedElement ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship."^^rdf:XMLLiteral . - -:relationship_Source a oslc:Property ; - oslc:name "relationship_Source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:relationship_Source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral . - -:relationship_Target a oslc:Property ; - oslc:name "relationship_Target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:relationship_Target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral . - -:resultExpressionMembership_OwnedResultExpression a oslc:Property ; - oslc:name "resultExpressionMembership_OwnedResultExpression" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:resultExpressionMembership_OwnedResultExpression ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Expression that provides the result for the owner of the ResultExpressionMembership."^^rdf:XMLLiteral . - -:specialization_General a oslc:Property ; - oslc:name "specialization_General" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:specialization_General ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A Type with a superset of all instances of the specific Type, which might be the same set."^^rdf:XMLLiteral . - -:specialization_OwningType a oslc:Property ; - oslc:name "specialization_OwningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:specialization_OwningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral . - -:specialization_Specific a oslc:Property ; - oslc:name "specialization_Specific" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:specialization_Specific ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A Type with a subset of all instances of the general Type, which might be the same set."^^rdf:XMLLiteral . - -:step_Behavior a oslc:Property ; - oslc:name "step_Behavior" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:step_Behavior ; - oslc:range oslc_sysmlv2:Behavior ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Behaviors that type this Step."^^rdf:XMLLiteral . - -:step_Parameter a oslc:Property ; - oslc:name "step_Parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:step_Parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral . - -:subclassification_OwningClassifier a oslc:Property ; - oslc:name "subclassification_OwningClassifier" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:subclassification_OwningClassifier ; - oslc:range oslc_sysmlv2:Classifier ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Classifier that owns this Subclassification relationship, which must also be its subclassifier."^^rdf:XMLLiteral . - -:subclassification_Subclassifier a oslc:Property ; - oslc:name "subclassification_Subclassifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subclassification_Subclassifier ; - oslc:range oslc_sysmlv2:Classifier ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The more specific Classifier in this Subclassification."^^rdf:XMLLiteral . - -:subclassification_Superclassifier a oslc:Property ; - oslc:name "subclassification_Superclassifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subclassification_Superclassifier ; - oslc:range oslc_sysmlv2:Classifier ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The more general Classifier in this Subclassification."^^rdf:XMLLiteral . - -:subsetting_OwningFeature a oslc:Property ; - oslc:name "subsetting_OwningFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:subsetting_OwningFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral . - -:subsetting_SubsettedFeature a oslc:Property ; - oslc:name "subsetting_SubsettedFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subsetting_SubsettedFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is subsetted by the subsettingFeature of this Subsetting."^^rdf:XMLLiteral . - -:subsetting_SubsettingFeature a oslc:Property ; - oslc:name "subsetting_SubsettingFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subsetting_SubsettingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is a subset of the subsettedFeature of this Subsetting."^^rdf:XMLLiteral . - -:succession_EffectStep a oslc:Property ; - oslc:name "succession_EffectStep" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:succession_EffectStep ; - oslc:range oslc_sysmlv2:Step ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Steps that represent occurrences that are side effects of the transitionStep occurring."^^rdf:XMLLiteral . - -:succession_GuardExpression a oslc:Property ; - oslc:name "succession_GuardExpression" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:succession_GuardExpression ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral . - -:succession_TransitionStep a oslc:Property ; - oslc:name "succession_TransitionStep" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:succession_TransitionStep ; - oslc:range oslc_sysmlv2:Step ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A Step that is typed by the Behavior TransitionPerformances::TransitionPerformance (from the Kernel Semantic Library) that has this Succession as its transitionLink."^^rdf:XMLLiteral . - -:succession_TriggerStep a oslc:Property ; - oslc:name "succession_TriggerStep" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:succession_TriggerStep ; - oslc:range oslc_sysmlv2:Step ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Steps that map incoming events to the timing of occurrences of the transitionStep. The values of triggerStep subset the list of acceptable events to be received by a Behavior or the object that performs it."^^rdf:XMLLiteral . - -:textualRepresentation_Body a oslc:Property ; - oslc:name "textualRepresentation_Body" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:textualRepresentation_Body ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The textual representation of the representedElement in the given language."^^rdf:XMLLiteral . - -:textualRepresentation_Language a oslc:Property ; - oslc:name "textualRepresentation_Language" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:textualRepresentation_Language ; - oslc:range xsd:string ; - oslc:readOnly false ; - dcterms:description "The natural or artifical language in which the body text is written."^^rdf:XMLLiteral . - -:textualRepresentation_RepresentedElement a oslc:Property ; - oslc:name "textualRepresentation_RepresentedElement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:textualRepresentation_RepresentedElement ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Element that is represented by this TextualRepresentation."^^rdf:XMLLiteral . - -:typeFeaturing_FeatureOfType a oslc:Property ; - oslc:name "typeFeaturing_FeatureOfType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:typeFeaturing_FeatureOfType ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType. It is the source of the TypeFeaturing."^^rdf:XMLLiteral . - -:typeFeaturing_FeaturingType a oslc:Property ; - oslc:name "typeFeaturing_FeaturingType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:typeFeaturing_FeaturingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType. It is the target of the TypeFeaturing."^^rdf:XMLLiteral . - -:typeFeaturing_OwningFeatureOfType a oslc:Property ; - oslc:name "typeFeaturing_OwningFeatureOfType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:typeFeaturing_OwningFeatureOfType ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A featureOfType that is also the owningRelatedElement of this TypeFeaturing."^^rdf:XMLLiteral . - -:type_DifferencingType a oslc:Property ; - oslc:name "type_DifferencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_DifferencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral . - -:type_DirectedFeature a oslc:Property ; - oslc:name "type_DirectedFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_DirectedFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The features of this Type that have a non-null direction."^^rdf:XMLLiteral . - -:type_EndFeature a oslc:Property ; - oslc:name "type_EndFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_EndFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "All features of this Type with isEnd = true."^^rdf:XMLLiteral . - -:type_Feature a oslc:Property ; - oslc:name "type_Feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_Feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral . - -:type_FeatureMembership a oslc:Property ; - oslc:name "type_FeatureMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_FeatureMembership ; - oslc:range oslc_sysmlv2:FeatureMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships)."^^rdf:XMLLiteral . - -:type_InheritedFeature a oslc:Property ; - oslc:name "type_InheritedFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_InheritedFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships."^^rdf:XMLLiteral . - -:type_InheritedMembership a oslc:Property ; - oslc:name "type_InheritedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_InheritedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type."^^rdf:XMLLiteral . - -:type_Input a oslc:Property ; - oslc:name "type_Input" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_Input ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "All features related to this Type by FeatureMemberships that have direction in or inout.."^^rdf:XMLLiteral . - -:type_IntersectingType a oslc:Property ; - oslc:name "type_IntersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_IntersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral . - -:type_IsAbstract a oslc:Property ; - oslc:name "type_IsAbstract" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type_IsAbstract ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Indicates whether instances of this Type must also be instances of at least one of its specialized Types."^^rdf:XMLLiteral . - -:type_IsConjugated a oslc:Property ; - oslc:name "type_IsConjugated" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type_IsConjugated ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Indicates whether this Type has an ownedConjugator."^^rdf:XMLLiteral . - -:type_IsSufficient a oslc:Property ; - oslc:name "type_IsSufficient" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type_IsSufficient ; - oslc:range xsd:boolean ; - oslc:readOnly false ; - dcterms:description "Whether all things that meet the classification conditions of this Type must be classified by the Type."^^rdf:XMLLiteral . - -:type_Multiplicity a oslc:Property ; - oslc:name "type_Multiplicity" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:type_Multiplicity ; - oslc:range oslc_sysmlv2:Multiplicity ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes."^^rdf:XMLLiteral . - -:type_Output a oslc:Property ; - oslc:name "type_Output" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_Output ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "All features related to this Type by FeatureMemberships that have direction out or inout.."^^rdf:XMLLiteral . - -:type_OwnedConjugator a oslc:Property ; - oslc:name "type_OwnedConjugator" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:type_OwnedConjugator ; - oslc:range oslc_sysmlv2:Conjugation ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A Conjugation owned by this Type for which the Type is the originalType."^^rdf:XMLLiteral . - -:type_OwnedDifferencing a oslc:Property ; - oslc:name "type_OwnedDifferencing" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_OwnedDifferencing ; - oslc:range oslc_sysmlv2:Differencing ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced."^^rdf:XMLLiteral . - -:type_OwnedDisjoining a oslc:Property ; - oslc:name "type_OwnedDisjoining" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_OwnedDisjoining ; - oslc:range oslc_sysmlv2:Disjoining ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type."^^rdf:XMLLiteral . - -:type_OwnedEndFeature a oslc:Property ; - oslc:name "type_OwnedEndFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_OwnedEndFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "All endFeatures of this Type that are ownedFeatures."^^rdf:XMLLiteral . - -:type_OwnedFeature a oslc:Property ; - oslc:name "type_OwnedFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_OwnedFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the ownedFeatureMemberships of this Type."^^rdf:XMLLiteral . - -:type_OwnedFeatureMembership a oslc:Property ; - oslc:name "type_OwnedFeatureMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_OwnedFeatureMembership ; - oslc:range oslc_sysmlv2:FeatureMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type."^^rdf:XMLLiteral . - -:type_OwnedIntersecting a oslc:Property ; - oslc:name "type_OwnedIntersecting" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_OwnedIntersecting ; - oslc:range oslc_sysmlv2:Intersecting ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected."^^rdf:XMLLiteral . - -:type_OwnedSpecialization a oslc:Property ; - oslc:name "type_OwnedSpecialization" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_OwnedSpecialization ; - oslc:range oslc_sysmlv2:Specialization ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type."^^rdf:XMLLiteral . - -:type_OwnedUnioning a oslc:Property ; - oslc:name "type_OwnedUnioning" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_OwnedUnioning ; - oslc:range oslc_sysmlv2:Unioning ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned."^^rdf:XMLLiteral . - -:type_UnioningType a oslc:Property ; - oslc:name "type_UnioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type_UnioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral . - -:unioning_TypeUnioned a oslc:Property ; - oslc:name "unioning_TypeUnioned" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:unioning_TypeUnioned ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type with interpretations partly determined by unioningType, as described in Type::unioningType."^^rdf:XMLLiteral . - -:unioning_UnioningType a oslc:Property ; - oslc:name "unioning_UnioningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:unioning_UnioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type that partly determines interpretations of typeUnioned, as described in Type::unioningType."^^rdf:XMLLiteral . - -:contributor a oslc:Property ; - oslc:name "contributor" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition dcterms:contributor ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:AnyResource ; - dcterms:description "Contributor or contributors to the resource. It is likely that the target resource will be a foaf:Person but that is not necessarily the case."^^rdf:XMLLiteral . - -:created a oslc:Property ; - oslc:name "created" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:created ; - oslc:readOnly false ; - oslc:valueType xsd:dateTime ; - dcterms:description "Timestamp of resource creation."^^rdf:XMLLiteral . - -:creator a oslc:Property ; - oslc:name "creator" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition dcterms:creator ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:AnyResource ; - dcterms:description "Creator or creators of the resource. It is likely that the target resource will be a foaf:Person but that is not necessarily the case."^^rdf:XMLLiteral . - -:dctype a oslc:Property ; - oslc:name "dctype" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition dcterms:type ; - oslc:readOnly false ; - oslc:valueType xsd:string ; - dcterms:description "A short string representation for the type, for example ‘Car’."^^rdf:XMLLiteral . - -:derives a oslc:Property ; - oslc:name "derives" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition jazz_am:derives ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description """The resource that derives from another resource originated from or is -significantly influenced by the referenced resource. For example a model element derives from a -requirement."""^^rdf:XMLLiteral . - -:description a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:readOnly false ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "Descriptive text about resource represented as rich text in XHTML content."^^rdf:XMLLiteral . - -:elaborates a oslc:Property ; - oslc:name "elaborates" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition jazz_am:elaborates ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "This resource elaborates the referenced resource."^^rdf:XMLLiteral . - -:external a oslc:Property ; - oslc:name "external" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition jazz_am:external ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "A generic link from a resource to an external web page."^^rdf:XMLLiteral . - -:identifier a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:readOnly true ; - oslc:valueType xsd:string ; - dcterms:description """A unique identifier for a resource. Typically read-only and assigned by the -service provider when a resource is created. Not typically intended for end-user display."""^^rdf:XMLLiteral . - -:instanceShape a oslc:Property ; - oslc:name "instanceShape" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc:instanceShape ; - oslc:range oslc:ResourceShape ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description """The URI of a Resource Shape that describes the possible properties, occurrence, -value types, allowed values and labels. This shape information is useful in displaying the subject -resource as well as guiding clients in performing modifications. Instance shapes may be specific -to the authenticated user associated with the request that retrieved the resource, the current -state of the resource and other factors and thus should not be cached."""^^rdf:XMLLiteral . - -:modified a oslc:Property ; - oslc:name "modified" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:modified ; - oslc:readOnly false ; - oslc:valueType xsd:dateTime ; - dcterms:description "Timestamp of latest resource modification."^^rdf:XMLLiteral . - -:refine a oslc:Property ; - oslc:name "refine" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition jazz_am:refine ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description """The target is a refinement of the source. (e.g. a use case scenario -might be a refinement of a textual requirement that describes the interaction)."""^^rdf:XMLLiteral . - -:satisfy a oslc:Property ; - oslc:name "satisfy" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition jazz_am:satisfy ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description """The model element satisfies the requirement (e.g. The use case -satisfies a functional requirement)."""^^rdf:XMLLiteral . - -:serviceProvider a oslc:Property ; - oslc:name "serviceProvider" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc:serviceProvider ; - oslc:range oslc:ServiceProvider ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description """A link to the resource's OSLC Service Provider. There may be cases when the -subject resource is available from a service provider that implements multiple domain -specifications, which could result in multiple values for this property."""^^rdf:XMLLiteral . - -:shortTitle a oslc:Property ; - oslc:name "shortTitle" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc:shortTitle ; - oslc:readOnly false ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "{{Short name identifying a resource, often used as an abbreviated identifier for presentation to end-users. SHOULD include only content that is valid inside an XHTML <span> element}}."^^rdf:XMLLiteral . - -:source a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:source ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource URI a client can perform a get on to obtain the original non-OSLC AM formatted resource that was used to create this resource. The source resource is usually a binary or proprietary format that the service provider can consume and convert into an OSLC AM format. The service may use content negotiation with the Accept header to obtain the desired content type."^^rdf:XMLLiteral . - -:title a oslc:Property ; - oslc:name "title" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:title ; - oslc:readOnly false ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "Title of the resource represented as rich text in XHTML content."^^rdf:XMLLiteral . - -:trace a oslc:Property ; - oslc:name "trace" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition jazz_am:trace ; - oslc:range oslc:Any ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description """The model element has a trace to the requirement (e.g. An attribute -or its value are traced to a requirement)."""^^rdf:XMLLiteral . - -:type a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:readOnly false ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral . - diff --git a/specs/sysml/SysML Vocabulary-vocab.ttl b/specs/sysml/SysML Vocabulary-vocab.ttl deleted file mode 100644 index e0d54ad..0000000 --- a/specs/sysml/SysML Vocabulary-vocab.ttl +++ /dev/null @@ -1,3302 +0,0 @@ - -# Copyright 2024 OASIS Open -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -@prefix dcterms: . -@prefix oslc_am: . -@prefix oslc_sysmlv2: . -@prefix owl: . -@prefix rdf: . -@prefix rdfs: . -@prefix vann: . -@prefix xsd: . - -oslc_sysmlv2:AcceptActionUsage a rdfs:Class ; - rdfs:label "AcceptActionUsage" ; - rdfs:comment "An AcceptActionUsage is an ActionUsage that specifies the acceptance of an incomingTransfer from the Occurrence given by the result of its receiverArgument Expression. (If no receiverArgument is provided, the default is the this context of the AcceptActionUsage.) The payload of the accepted Transfer is output on its payloadParameter. Which Transfers may be accepted is determined by conformance to the typing and (potentially) binding of the payloadParameter." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . - -oslc_sysmlv2:ActionDefinition a rdfs:Class ; - rdfs:label "ActionDefinition" ; - rdfs:comment "An ActionDefinition is a Definition that is also a Behavior that defines an Action performed by a system or part of a system." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Behavior, - oslc_sysmlv2:OccurrenceDefinition . - -oslc_sysmlv2:ActionUsage a rdfs:Class ; - rdfs:label "ActionUsage" ; - rdfs:comment "An ActionUsage is a Usage that is also a Step, and, so, is typed by a Behavior. Nominally, if the type is an ActionDefinition, an ActionUsage is a Usage of that ActionDefinition within a system. However, other kinds of kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OccurrenceUsage, - oslc_sysmlv2:Step . - -oslc_sysmlv2:ActorMembership a rdfs:Class ; - rdfs:label "ActorMembership" ; - rdfs:comment "An ActorMembership is a ParameterMembership that identifies a PartUsage as an actor parameter, which specifies a role played by an external entity in interaction with the owningType of the ActorMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ParameterMembership . - -oslc_sysmlv2:AllocationDefinition a rdfs:Class ; - rdfs:label "AllocationDefinition" ; - rdfs:comment "An AllocationDefinition is a ConnectionDefinition that specifies that some or all of the responsibility to realize the intent of the source is allocated to the target instances. Such allocations define mappings across the various structures and hierarchies of a system model, perhaps as a precursor to more rigorous specifications and implementations. An AllocationDefinition can itself be refined using nested allocations that give a finer-grained decomposition of the containing allocation mapping." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConnectionDefinition . - -oslc_sysmlv2:AllocationUsage a rdfs:Class ; - rdfs:label "AllocationUsage" ; - rdfs:comment "An AllocationUsage is a usage of an AllocationDefinition asserting the allocation of the source feature to the target feature." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConnectionUsage . - -oslc_sysmlv2:AnalysisCaseDefinition a rdfs:Class ; - rdfs:label "AnalysisCaseDefinition" ; - rdfs:comment "An AnalysisCaseDefinition is a CaseDefinition for the case of carrying out an analysis." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CaseDefinition . - -oslc_sysmlv2:AnalysisCaseUsage a rdfs:Class ; - rdfs:label "AnalysisCaseUsage" ; - rdfs:comment "An AnalysisCaseUsage is a Usage of an AnalysisCaseDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CaseUsage . - -oslc_sysmlv2:AnnotatingElement a rdfs:Class ; - rdfs:label "AnnotatingElement" ; - rdfs:comment "An AnnotatingElement is an Element that provides additional description of or metadata on some other Element. An AnnotatingElement is either attached to its annotatedElements by Annotation Relationships, or it implicitly annotates its owningNamespace." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Element . - -oslc_sysmlv2:Annotation a rdfs:Class ; - rdfs:label "Annotation" ; - rdfs:comment "An Annotation is a Relationship between an AnnotatingElement and the Element that is annotated by that AnnotatingElement." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . - -oslc_sysmlv2:AssertConstraintUsage a rdfs:Class ; - rdfs:label "AssertConstraintUsage" ; - rdfs:comment "An AssertConstraintUsage is a ConstraintUsage that is also an Invariant and, so, is asserted to be true (by default). Unless it is the AssertConstraintUsage itself, the asserted ConstraintUsage is related to the AssertConstraintUsage by a ReferenceSubsetting Relationship." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConstraintUsage, - oslc_sysmlv2:Invariant . - -oslc_sysmlv2:AssignmentActionUsage a rdfs:Class ; - rdfs:label "AssignmentActionUsage" ; - rdfs:comment "An AssignmentActionUsage is an ActionUsage that is defined, directly or indirectly, by the ActionDefinition AssignmentAction from the Systems Model Library. It specifies that the value of the referent Feature, relative to the target given by the result of the targetArgument Expression, should be set to the result of the valueExpression." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . - -oslc_sysmlv2:Association a rdfs:Class ; - rdfs:label "Association" ; - rdfs:comment "An Association is a Relationship and a Classifier to enable classification of links between things (in the universe). The co-domains (types) of the associationEnd Features are the relatedTypes, as co-domain and participants (linked things) of an Association identify each other." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Classifier, - oslc_sysmlv2:Relationship . - -oslc_sysmlv2:AssociationStructure a rdfs:Class ; - rdfs:label "AssociationStructure" ; - rdfs:comment "An AssociationStructure is an Association that is also a Structure, classifying link objects that are both links and objects. As objects, link objects can be created and destroyed, and their non-end Features can change over time. However, the values of the end Features of a link object are fixed and cannot change over its lifetime." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Association, - oslc_sysmlv2:Structure . - -oslc_sysmlv2:AttributeDefinition a rdfs:Class ; - rdfs:label "AttributeDefinition" ; - rdfs:comment "An AttributeDefinition is a Definition and a DataType of information about a quality or characteristic of a system or part of a system that has no independent identity other than its value. All features of an AttributeDefinition must be referential (non-composite)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:DataType, - oslc_sysmlv2:Definition . - -oslc_sysmlv2:AttributeUsage a rdfs:Class ; - rdfs:label "AttributeUsage" ; - rdfs:comment "An AttributeUsage is a Usage whose type is a DataType. Nominally, if the type is an AttributeDefinition, an AttributeUsage is a usage of a AttributeDefinition to represent the value of some system quality or characteristic. However, other kinds of kernel DataTypes are also allowed, to permit use of DataTypes from the Kernel Model Libraries. An AttributeUsage itself as well as all its nested features must be referential (non-composite)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Usage . - -oslc_sysmlv2:Behavior a rdfs:Class ; - rdfs:label "Behavior" ; - rdfs:comment "A Behavior coordinates occurrences of other Behaviors, as well as changes in objects. Behaviors can be decomposed into Steps and be characterized by parameters." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Class . - -oslc_sysmlv2:BindingConnector a rdfs:Class ; - rdfs:label "BindingConnector" ; - rdfs:comment "A BindingConnector is a binary Connector that requires its relatedFeatures to identify the same things (have the same values)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Connector . - -oslc_sysmlv2:BindingConnectorAsUsage a rdfs:Class ; - rdfs:label "BindingConnectorAsUsage" ; - rdfs:comment "A BindingConnectorAsUsage is both a BindingConnector and a ConnectorAsUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:BindingConnector, - oslc_sysmlv2:ConnectorAsUsage . - -oslc_sysmlv2:BooleanExpression a rdfs:Class ; - rdfs:label "BooleanExpression" ; - rdfs:comment "A BooleanExpression is a Boolean-valued Expression whose type is a Predicate. It represents a logical condition resulting from the evaluation of the Predicate." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expression . - -oslc_sysmlv2:CalculationDefinition a rdfs:Class ; - rdfs:label "CalculationDefinition" ; - rdfs:comment "A CalculationDefinition is an ActionDefinition that also defines a Function producing a result." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionDefinition, - oslc_sysmlv2:Function . - -oslc_sysmlv2:CalculationUsage a rdfs:Class ; - rdfs:label "CalculationUsage" ; - rdfs:comment "A CalculationUsage is an ActionUsage that is also an Expression, and, so, is typed by a Function. Nominally, if the type is a CalculationDefinition, a CalculationUsage is a Usage of that CalculationDefinition within a system. However, other kinds of kernel Functions are also allowed, to permit use of Functions from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage, - oslc_sysmlv2:Expression . - -oslc_sysmlv2:CaseDefinition a rdfs:Class ; - rdfs:label "CaseDefinition" ; - rdfs:comment "A CaseDefinition is a CalculationDefinition for a process, often involving collecting evidence or data, relative to a subject, possibly involving the collaboration of one or more other actors, producing a result that meets an objective." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CalculationDefinition . - -oslc_sysmlv2:CaseUsage a rdfs:Class ; - rdfs:label "CaseUsage" ; - rdfs:comment "A CaseUsage is a Usage of a CaseDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CalculationUsage . - -oslc_sysmlv2:Class a rdfs:Class ; - rdfs:label "Class" ; - rdfs:comment "A Class is a Classifier of things (in the universe) that can be distinguished without regard to how they are related to other things (via Features). This means multiple things classified by the same Class can be distinguished, even when they are related other things in exactly the same way." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Classifier . - -oslc_sysmlv2:Classifier a rdfs:Class ; - rdfs:label "Classifier" ; - rdfs:comment "A Classifier is a Type that classifies:." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Type . - -oslc_sysmlv2:CollectExpression a rdfs:Class ; - rdfs:label "CollectExpression" ; - rdfs:comment "A CollectExpression is an OperatorExpression whose operator is \"collect\", which resolves to the Function ControlFunctions::collect from the Kernel Functions Library." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OperatorExpression . - -oslc_sysmlv2:Comment a rdfs:Class ; - rdfs:label "Comment" ; - rdfs:comment "A Comment is an AnnotatingElement whose body in some way describes its annotatedElements." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:AnnotatingElement . - -oslc_sysmlv2:ConcernDefinition a rdfs:Class ; - rdfs:label "ConcernDefinition" ; - rdfs:comment "A ConcernDefinition is a RequirementDefinition that one or more stakeholders may be interested in having addressed. These stakeholders are identified by the ownedStakeholdersof the ConcernDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:RequirementDefinition . - -oslc_sysmlv2:ConcernUsage a rdfs:Class ; - rdfs:label "ConcernUsage" ; - rdfs:comment "A ConcernUsage is a Usage of a ConcernDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:RequirementUsage . - -oslc_sysmlv2:ConjugatedPortDefinition a rdfs:Class ; - rdfs:label "ConjugatedPortDefinition" ; - rdfs:comment "A ConjugatedPortDefinition is a PortDefinition that is a PortDefinition of its original PortDefinition. That is, a ConjugatedPortDefinition inherits all the features of the original PortDefinition, but input flows of the original PortDefinition become outputs on the ConjugatedPortDefinition and output flows of the original PortDefinition become inputs on the ConjugatedPortDefinition. Every PortDefinition (that is not itself a ConjugatedPortDefinition) has exactly one corresponding ConjugatedPortDefinition, whose effective name is the name of the originalPortDefinition, with the character ~ prepended." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:PortDefinition . - -oslc_sysmlv2:ConjugatedPortTyping a rdfs:Class ; - rdfs:label "ConjugatedPortTyping" ; - rdfs:comment "A ConjugatedPortTyping is a FeatureTyping whose type is a ConjugatedPortDefinition. (This relationship is intended to be an abstract-syntax marker for a special surface notation for conjugated typing of ports.)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureTyping . - -oslc_sysmlv2:Conjugation a rdfs:Class ; - rdfs:label "Conjugation" ; - rdfs:comment "Conjugation is a Relationship between two types in which the conjugatedType inherits all the Features of the originalType, but with all input and output Features reversed. That is, any Features with a direction in relative to the originalType are considered to have an effective direction of out relative to the conjugatedType and, similarly, Features with direction out in the originalType are considered to have an effective direction of in in the conjugatedType. Features with direction inout, or with no direction, in the originalType, are inherited without change." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . - -oslc_sysmlv2:ConnectionDefinition a rdfs:Class ; - rdfs:label "ConnectionDefinition" ; - rdfs:comment "A ConnectionDefinition is a PartDefinition that is also an AssociationStructure. The end Features of a ConnectionDefinition must be Usages." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:AssociationStructure, - oslc_sysmlv2:PartDefinition . - -oslc_sysmlv2:ConnectionUsage a rdfs:Class ; - rdfs:label "ConnectionUsage" ; - rdfs:comment "A ConnectionUsage is a ConnectorAsUsage that is also a PartUsage. Nominally, if its type is a ConnectionDefinition, then a ConnectionUsage is a Usage of that ConnectionDefinition, representing a connection between parts of a system. However, other kinds of kernel AssociationStructures are also allowed, to permit use of AssociationStructures from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConnectorAsUsage, - oslc_sysmlv2:PartUsage . - -oslc_sysmlv2:Connector a rdfs:Class ; - rdfs:label "Connector" ; - rdfs:comment "A Connector is a usage of Associations, with links restricted according to instances of the Type in which they are used (domain of the Connector). The associations of the Connector restrict what kinds of things might be linked. The Connector further restricts these links to be between values of Features on instances of its domain." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Feature, - oslc_sysmlv2:Relationship . - -oslc_sysmlv2:ConnectorAsUsage a rdfs:Class ; - rdfs:label "ConnectorAsUsage" ; - rdfs:comment "A ConnectorAsUsage is both a Connector and a Usage. ConnectorAsUsage cannot itself be instantiated in a SysML model, but it is the base class for the concrete classes BindingConnectorAsUsage, SuccessionAsUsage and ConnectionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Connector, - oslc_sysmlv2:Usage . - -oslc_sysmlv2:ConstraintDefinition a rdfs:Class ; - rdfs:label "ConstraintDefinition" ; - rdfs:comment "A ConstraintDefinition is an OccurrenceDefinition that is also a Predicate that defines a constraint that may be asserted to hold on a system or part of a system." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OccurrenceDefinition, - oslc_sysmlv2:Predicate . - -oslc_sysmlv2:ConstraintUsage a rdfs:Class ; - rdfs:label "ConstraintUsage" ; - rdfs:comment "A ConstraintUsage is an OccurrenceUsage that is also a BooleanExpression, and, so, is typed by a Predicate. Nominally, if the type is a ConstraintDefinition, a ConstraintUsage is a Usage of that ConstraintDefinition. However, other kinds of kernel Predicates are also allowed, to permit use of Predicates from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:BooleanExpression, - oslc_sysmlv2:OccurrenceUsage . - -oslc_sysmlv2:ControlNode a rdfs:Class ; - rdfs:label "ControlNode" ; - rdfs:comment "A ControlNode is an ActionUsage that does not have any inherent behavior but provides constraints on incoming and outgoing Successions that are used to control other Actions. A ControlNode must be a composite owned usage of an ActionDefinition or ActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . - -oslc_sysmlv2:DataType a rdfs:Class ; - rdfs:label "DataType" ; - rdfs:comment "A DataType is a Classifier of things (in the universe) that can only be distinguished by how they are related to other things (via Features). This means multiple things classified by the same DataType." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Classifier . - -oslc_sysmlv2:DecisionNode a rdfs:Class ; - rdfs:label "DecisionNode" ; - rdfs:comment "A DecisionNode is a ControlNode that makes a selection from its outgoing Successions." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ControlNode . - -oslc_sysmlv2:Definition a rdfs:Class ; - rdfs:label "Definition" ; - rdfs:comment "A Definition is a Classifier of Usages. The actual kinds of Definition that may appear in a model are given by the subclasses of Definition (possibly as extended with user-defined SemanticMetadata)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Classifier . - -oslc_sysmlv2:Dependency a rdfs:Class ; - rdfs:label "Dependency" ; - rdfs:comment "A Dependency is a Relationship that indicates that one or more client Elements require one more supplier Elements for their complete specification. In general, this means that a change to one of the supplier Elements may necessitate a change to, or re-specification of, the client Elements." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . - -oslc_sysmlv2:Differencing a rdfs:Class ; - rdfs:label "Differencing" ; - rdfs:comment "Differencing is a Relationship that makes its differencingType one of the differencingTypes of its typeDifferenced." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . - -oslc_sysmlv2:Disjoining a rdfs:Class ; - rdfs:label "Disjoining" ; - rdfs:comment "A Disjoining is a Relationship between Types asserted to have interpretations that are not shared (disjoint) between them, identified as typeDisjoined and disjoiningType. For example, a Classifier for mammals is disjoint from a Classifier for minerals, and a Feature for people's parents is disjoint from a Feature for their children." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . - -oslc_sysmlv2:Documentation a rdfs:Class ; - rdfs:label "Documentation" ; - rdfs:comment "Documentation is a Comment that specifically documents a documentedElement, which must be its owner." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Comment . - -oslc_sysmlv2:Element a rdfs:Class ; - rdfs:label "Element" ; - rdfs:comment "An Element is a constituent of a model that is uniquely identified relative to all other Elements. It can have Relationships with other Elements. Some of these Relationships might imply ownership of other Elements, which means that if an Element is deleted from a model, then so are all the Elements that it owns." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_am:Resource . - -oslc_sysmlv2:ElementFilterMembership a rdfs:Class ; - rdfs:label "ElementFilterMembership" ; - rdfs:comment "ElementFilterMembership is a Membership between a Namespace and a model-level evaluable Boolean-valued Expression, asserting that imported members of the Namespace should be filtered using the condition Expression. A general Namespace does not define any specific filtering behavior, but such behavior may be defined for various specialized kinds of Namespaces." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OwningMembership . - -oslc_sysmlv2:EndFeatureMembership a rdfs:Class ; - rdfs:label "EndFeatureMembership" ; - rdfs:comment "EndFeatureMembership is a FeatureMembership that requires its memberFeature be owned and have isEnd = true." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . - -oslc_sysmlv2:EnumerationDefinition a rdfs:Class ; - rdfs:label "EnumerationDefinition" ; - rdfs:comment "An EnumerationDefinition is an AttributeDefinition all of whose instances are given by an explicit list of enumeratedValues. This is realized by requiring that the EnumerationDefinition have isVariation = true, with the enumeratedValues being its variants." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:AttributeDefinition . - -oslc_sysmlv2:EnumerationUsage a rdfs:Class ; - rdfs:label "EnumerationUsage" ; - rdfs:comment "An EnumerationUsage is an AttributeUsage whose attributeDefinition is an EnumerationDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:AttributeUsage . - -oslc_sysmlv2:EventOccurrenceUsage a rdfs:Class ; - rdfs:label "EventOccurrenceUsage" ; - rdfs:comment "An EventOccurrenceUsage is an OccurrenceUsage that represents another OccurrenceUsage occurring as a suboccurrence of the containing occurrence of the EventOccurrenceUsage. Unless it is the EventOccurrenceUsage itself, the referenced OccurrenceUsage is related to the EventOccurrenceUsage by a ReferenceSubsetting Relationship." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OccurrenceUsage . - -oslc_sysmlv2:ExhibitStateUsage a rdfs:Class ; - rdfs:label "ExhibitStateUsage" ; - rdfs:comment "An ExhibitStateUsage is a StateUsage that represents the exhibiting of a StateUsage. Unless it is the StateUsage itself, the StateUsage to be exhibited is related to the ExhibitStateUsage by a ReferenceSubsetting Relationship. An ExhibitStateUsage is also a PerformActionUsage, with its exhibitedState as the performedAction." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:PerformActionUsage, - oslc_sysmlv2:StateUsage . - -oslc_sysmlv2:Expose a rdfs:Class ; - rdfs:label "Expose" ; - rdfs:comment "An Expose is an Import of Memberships into a ViewUsage that provide the Elements to be included in a view. Visibility is always ignored for an Expose (i.e., isImportAll = true)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Import . - -oslc_sysmlv2:Expression a rdfs:Class ; - rdfs:label "Expression" ; - rdfs:comment "An Expression is a Step that is typed by a Function. An Expression that also has a Function as its featuringType is a computational step within that Function. An Expression always has a single result parameter, which redefines the result parameter of its defining function. This allows Expressions to be interconnected in tree structures, in which inputs to each Expression in the tree are determined as the results of other Expression in the tree." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Step . - -oslc_sysmlv2:Feature a rdfs:Class ; - rdfs:label "Feature" ; - rdfs:comment """A Feature is a Type that classifies relations between multiple things (in the universe). The domain of the relation is the intersection of the featuringTypes of the Feature. (The domain of a Feature with no featuringTyps is implicitly the most general Type Base::Anything from the Kernel Semantic Library.) The co-domain of the relation is the intersection of the types of the Feature. - -.""" ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Type . - -oslc_sysmlv2:FeatureChainExpression a rdfs:Class ; - rdfs:label "FeatureChainExpression" ; - rdfs:comment "A FeatureChainExpression is an OperatorExpression whose operator is \".\", which resolves to the Function ControlFunctions::'.' from the Kernel Functions Library. It evaluates to the result of chaining the result Feature of its single argument Expression with its targetFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OperatorExpression . - -oslc_sysmlv2:FeatureChaining a rdfs:Class ; - rdfs:label "FeatureChaining" ; - rdfs:comment "FeatureChaining is a Relationship that makes its target Feature one of the chainingFeatures of its owning Feature." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . - -oslc_sysmlv2:FeatureDirectionKind a rdfs:Class ; - rdfs:label "FeatureDirectionKind" ; - rdfs:comment "FeatureDirectionKind enumerates the possible kinds of direction that a Feature may be given as a member of a Type." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:FeatureInverting a rdfs:Class ; - rdfs:label "FeatureInverting" ; - rdfs:comment "A FeatureInverting is a Relationship between Features asserting that their interpretations (sequences) are the reverse of each other, identified as featureInverted and invertingFeature. For example, a Feature identifying each person's parents is the inverse of a Feature identifying each person's children. A person identified as a parent of another will identify that other as one of their children." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . - -oslc_sysmlv2:FeatureMembership a rdfs:Class ; - rdfs:label "FeatureMembership" ; - rdfs:comment "A FeatureMembership is an OwningMembership between a Feature in an owningType that is also a Featuring Relationship between the Feature and the Type, in which the featuringType is the source and the featureOfType is the target. A FeatureMembership is always owned by its owningType, which is the featuringType for the FeatureMembership considered as a Featuring." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Featuring, - oslc_sysmlv2:OwningMembership . - -oslc_sysmlv2:FeatureReferenceExpression a rdfs:Class ; - rdfs:label "FeatureReferenceExpression" ; - rdfs:comment "A FeatureReferenceExpression is an Expression whose result is bound to a referent Feature." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expression . - -oslc_sysmlv2:FeatureTyping a rdfs:Class ; - rdfs:label "FeatureTyping" ; - rdfs:comment "FeatureTyping is Specialization in which the specific Type is a Feature. This means the set of instances of the (specific) typedFeature is a subset of the set of instances of the (general) type. In the simplest case, the type is a Classifier, whereupon the typedFeature has values that are instances of the Classifier." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Specialization . - -oslc_sysmlv2:FeatureValue a rdfs:Class ; - rdfs:label "FeatureValue" ; - rdfs:comment "A FeatureValue is a Membership that identifies a particular member Expression that provides the value of the Feature that owns the FeatureValue. The value is specified as either a bound value or an initial value, and as either a concrete or default value. A Feature can have at most one FeatureValue." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OwningMembership . - -oslc_sysmlv2:Featuring a rdfs:Class ; - rdfs:label "Featuring" ; - rdfs:comment "Featuring is a Relationship between a Type and a Feature that is featured by that Type. It asserts that every instance in the domain of the feature must be classified by the type." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . - -oslc_sysmlv2:FlowConnectionDefinition a rdfs:Class ; - rdfs:label "FlowConnectionDefinition" ; - rdfs:comment "A FlowConnectionDefinition is a ConnectionDefinition and ActionDefinition that is also an Interaction representing flows between Usages." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionDefinition, - oslc_sysmlv2:ConnectionDefinition, - oslc_sysmlv2:Interaction . - -oslc_sysmlv2:FlowConnectionUsage a rdfs:Class ; - rdfs:label "FlowConnectionUsage" ; - rdfs:comment "A FlowConnectionUsage is a ConnectionUsage that is also an ItemFlow." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage, - oslc_sysmlv2:ConnectionUsage, - oslc_sysmlv2:ItemFlow . - -oslc_sysmlv2:ForLoopActionUsage a rdfs:Class ; - rdfs:label "ForLoopActionUsage" ; - rdfs:comment "A ForLoopActionUsage is a LoopActionUsage that specifies that its bodyAction ActionUsage should be performed once for each value, in order, from the sequence of values obtained as the result of the seqArgument Expression, with the loopVariable set to the value for each iteration." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:LoopActionUsage . - -oslc_sysmlv2:ForkNode a rdfs:Class ; - rdfs:label "ForkNode" ; - rdfs:comment "A ForkNode is a ControlNode that must be followed by successor Actions as given by all its outgoing Successions." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ControlNode . - -oslc_sysmlv2:FramedConcernMembership a rdfs:Class ; - rdfs:label "FramedConcernMembership" ; - rdfs:comment "A FramedConcernMembership is a RequirementConstraintMembership for a framed ConcernUsage of a RequirementDefinition or RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:RequirementConstraintMembership . - -oslc_sysmlv2:Function a rdfs:Class ; - rdfs:label "Function" ; - rdfs:comment "A Function is a Behavior that has an out parameter that is identified as its result. A Function represents the performance of a calculation that produces the values of its result parameter. This calculation may be decomposed into Expressions that are steps of the Function." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Behavior . - -oslc_sysmlv2:IfActionUsage a rdfs:Class ; - rdfs:label "IfActionUsage" ; - rdfs:comment "An IfActionUsage is an ActionUsage that specifies that the thenAction ActionUsage should be performed if the result of the ifArgument Expression is true. It may also optionally specify an elseAction ActionUsage that is performed if the result of the ifArgument is false." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . - -oslc_sysmlv2:Import a rdfs:Class ; - rdfs:label "Import" ; - rdfs:comment "An Import is an Relationship between its importOwningNamespace and either a Membership (for a MembershipImport) or another Namespace (for a NamespaceImport), which determines a set of Memberships that become importedMemberships of the importOwningNamespace. If isImportAll = false (the default), then only public Memberships are considered \"visible\". If isImportAll = true, then all Memberships are considered \"visible\", regardless of their declared visibility. If isRecursive = true, then visible Memberships are also recursively imported from owned sub-Namespaces." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . - -oslc_sysmlv2:IncludeUseCaseUsage a rdfs:Class ; - rdfs:label "IncludeUseCaseUsage" ; - rdfs:comment "An IncludeUseCaseUsage is a UseCaseUsage that represents the inclusion of a UseCaseUsage by a UseCaseDefinition or UseCaseUsage. Unless it is the IncludeUseCaseUsage itself, the UseCaseUsage to be included is related to the includedUseCase by a ReferenceSubsetting Relationship. An IncludeUseCaseUsage is also a PerformActionUsage, with its useCaseIncluded as the performedAction." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:PerformActionUsage, - oslc_sysmlv2:UseCaseUsage . - -oslc_sysmlv2:Interaction a rdfs:Class ; - rdfs:label "Interaction" ; - rdfs:comment "An Interaction is a Behavior that is also an Association, providing a context for multiple objects that have behaviors that impact one another." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Association, - oslc_sysmlv2:Behavior . - -oslc_sysmlv2:InterfaceDefinition a rdfs:Class ; - rdfs:label "InterfaceDefinition" ; - rdfs:comment "An InterfaceDefinition is a ConnectionDefinition all of whose ends are PortUsages, defining an interface between elements that interact through such ports." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConnectionDefinition . - -oslc_sysmlv2:InterfaceUsage a rdfs:Class ; - rdfs:label "InterfaceUsage" ; - rdfs:comment "An InterfaceUsage is a Usage of an InterfaceDefinition to represent an interface connecting parts of a system through specific ports." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConnectionUsage . - -oslc_sysmlv2:Intersecting a rdfs:Class ; - rdfs:label "Intersecting" ; - rdfs:comment "Intersecting is a Relationship that makes its intersectingType one of the intersectingTypes of its typeIntersected." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . - -oslc_sysmlv2:Invariant a rdfs:Class ; - rdfs:label "Invariant" ; - rdfs:comment "An Invariant is a BooleanExpression that is asserted to have a specific Boolean result value. If isNegated = false, then the result is asserted to be true. If isNegated = true, then the result is asserted to be false." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:BooleanExpression . - -oslc_sysmlv2:InvocationExpression a rdfs:Class ; - rdfs:label "InvocationExpression" ; - rdfs:comment "An InvocationExpression is an Expression each of whose input parameters are bound to the result of an argument Expression." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expression . - -oslc_sysmlv2:ItemDefinition a rdfs:Class ; - rdfs:label "ItemDefinition" ; - rdfs:comment "An ItemDefinition is an OccurrenceDefinition of the Structure of things that may themselves be systems or parts of systems, but may also be things that are acted on by a system or parts of a system, but which do not necessarily perform actions themselves. This includes items that can be exchanged between parts of a system, such as water or electrical signals." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OccurrenceDefinition, - oslc_sysmlv2:Structure . - -oslc_sysmlv2:ItemFeature a rdfs:Class ; - rdfs:label "ItemFeature" ; - rdfs:comment "An ItemFeature is the ownedFeature of an ItemFlow that identifies the things carried by the kinds of transfers that are instances of the ItemFlow." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Feature . - -oslc_sysmlv2:ItemFlow a rdfs:Class ; - rdfs:label "ItemFlow" ; - rdfs:comment "An ItemFlow is a Step that represents the transfer of objects or data values from one Feature to another. ItemFlows can take non-zero time to complete." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Connector, - oslc_sysmlv2:Step . - -oslc_sysmlv2:ItemFlowEnd a rdfs:Class ; - rdfs:label "ItemFlowEnd" ; - rdfs:comment "An ItemFlowEnd is a Feature that is one of the connectorEnds giving the source or target of an ItemFlow. For ItemFlows typed by FlowTransfer or its specializations, ItemFlowEnds must have exactly one ownedFeature, which redefines Transfer::source::sourceOutput or Transfer::target::targetInput and redefines the corresponding feature of the relatedElement for its end." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Feature . - -oslc_sysmlv2:ItemUsage a rdfs:Class ; - rdfs:label "ItemUsage" ; - rdfs:comment "An ItemUsage is a ItemUsage whose definition is a Structure. Nominally, if the definition is an ItemDefinition, an ItemUsage is a ItemUsage of that ItemDefinition within a system. However, other kinds of Kernel Structures are also allowed, to permit use of Structures from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OccurrenceUsage . - -oslc_sysmlv2:JoinNode a rdfs:Class ; - rdfs:label "JoinNode" ; - rdfs:comment "A JoinNode is a ControlNode that waits for the completion of all the predecessor Actions given by incoming Successions." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ControlNode . - -oslc_sysmlv2:LibraryPackage a rdfs:Class ; - rdfs:label "LibraryPackage" ; - rdfs:comment "A LibraryPackage is a Package that is the container for a model library. A LibraryPackage is itself a library Element as are all Elements that are directly or indirectly contained in it." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Package . - -oslc_sysmlv2:LifeClass a rdfs:Class ; - rdfs:label "LifeClass" ; - rdfs:comment "A LifeClass is a Class that specializes both the Class Occurrences::Life from the Kernel Semantic Library and a single OccurrenceDefinition, and has a multiplicity of 0..1. This constrains the OccurrenceDefinition being specialized to have at most one instance that is a complete Life." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Class . - -oslc_sysmlv2:LiteralBoolean a rdfs:Class ; - rdfs:label "LiteralBoolean" ; - rdfs:comment "LiteralBoolean is a LiteralExpression that provides a Boolean value as a result. Its result parameter must have type Boolean." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:LiteralExpression . - -oslc_sysmlv2:LiteralExpression a rdfs:Class ; - rdfs:label "LiteralExpression" ; - rdfs:comment "A LiteralExpression is an Expression that provides a basic DataValue as a result." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expression . - -oslc_sysmlv2:LiteralInfinity a rdfs:Class ; - rdfs:label "LiteralInfinity" ; - rdfs:comment "A LiteralInfinity is a LiteralExpression that provides the positive infinity value (*). It's result must have the type Positive." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:LiteralExpression . - -oslc_sysmlv2:LiteralInteger a rdfs:Class ; - rdfs:label "LiteralInteger" ; - rdfs:comment "A LiteralInteger is a LiteralExpression that provides an Integer value as a result. Its result parameter must have the type Integer." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:LiteralExpression . - -oslc_sysmlv2:LiteralRational a rdfs:Class ; - rdfs:label "LiteralRational" ; - rdfs:comment "A LiteralRational is a LiteralExpression that provides a Rational value as a result. Its result parameter must have the type Rational." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:LiteralExpression . - -oslc_sysmlv2:LiteralString a rdfs:Class ; - rdfs:label "LiteralString" ; - rdfs:comment "A LiteralString is a LiteralExpression that provides a String value as a result. Its result parameter must have the type String." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:LiteralExpression . - -oslc_sysmlv2:LoopActionUsage a rdfs:Class ; - rdfs:label "LoopActionUsage" ; - rdfs:comment "A LoopActionUsage is an ActionUsage that specifies that its bodyAction should be performed repeatedly. Its subclasses WhileLoopActionUsage and ForLoopActionUsage provide different ways to determine how many times the bodyAction should be performed." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . - -oslc_sysmlv2:Membership a rdfs:Class ; - rdfs:label "Membership" ; - rdfs:comment "A Membership is a Relationship between a Namespace and an Element that indicates the Element is a member of (i.e., is contained in) the Namespace. Any memberNames specify how the memberElement is identified in the Namespace and the visibility specifies whether or not the memberElement is publicly visible from outside the Namespace." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . - -oslc_sysmlv2:MembershipExpose a rdfs:Class ; - rdfs:label "MembershipExpose" ; - rdfs:comment "A MembershipExpose is an Expose that exposes a specific importedMembership and, if isRecursive = true, additional Memberships recursively." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expose, - oslc_sysmlv2:MembershipImport . - -oslc_sysmlv2:MembershipImport a rdfs:Class ; - rdfs:label "MembershipImport" ; - rdfs:comment "A MembershipImport is an Import that imports its importedMembership into the importOwningNamespace. If isRecursive = true and the memberElement of the importedMembership is a Namespace, then the equivalent of a recursive NamespaceImport is also performed on that Namespace." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Import . - -oslc_sysmlv2:MergeNode a rdfs:Class ; - rdfs:label "MergeNode" ; - rdfs:comment "A MergeNode is a ControlNode that asserts the merging of its incoming Successions. A MergeNode may have at most one outgoing Successions." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ControlNode . - -oslc_sysmlv2:Metaclass a rdfs:Class ; - rdfs:label "Metaclass" ; - rdfs:comment "A Metaclass is a Structure used to type MetadataFeatures." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Structure . - -oslc_sysmlv2:MetadataAccessExpression a rdfs:Class ; - rdfs:label "MetadataAccessExpression" ; - rdfs:comment "A MetadataAccessExpression is an Expression whose result is a sequence of instances of Metaclasses representing all the MetadataFeature annotations of the referencedElement. In addition, the sequence includes an instance of the reflective Metaclass corresponding to the MOF class of the referencedElement, with values for all the abstract syntax properties of the referencedElement." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expression . - -oslc_sysmlv2:MetadataDefinition a rdfs:Class ; - rdfs:label "MetadataDefinition" ; - rdfs:comment "A MetadataDefinition is an ItemDefinition that is also a Metaclass." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ItemDefinition, - oslc_sysmlv2:Metaclass . - -oslc_sysmlv2:MetadataFeature a rdfs:Class ; - rdfs:label "MetadataFeature" ; - rdfs:comment "A MetadataFeature is a Feature that is an AnnotatingElement used to annotate another Element with metadata. It is typed by a Metaclass. All its ownedFeatures must redefine features of its metaclass and any feature bindings must be model-level evaluable." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:AnnotatingElement, - oslc_sysmlv2:Feature . - -oslc_sysmlv2:MetadataUsage a rdfs:Class ; - rdfs:label "MetadataUsage" ; - rdfs:comment "A MetadataUsage is a Usage and a MetadataFeature, used to annotate other Elements in a system model with metadata. As a MetadataFeature, its type must be a Metaclass, which will nominally be a MetadataDefinition. However, any kernel Metaclass is also allowed, to permit use of Metaclasses from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ItemUsage, - oslc_sysmlv2:MetadataFeature . - -oslc_sysmlv2:Multiplicity a rdfs:Class ; - rdfs:label "Multiplicity" ; - rdfs:comment """A Multiplicity is a Feature whose co-domain is a set of natural numbers giving the allowed cardinalities of each typeWithMultiplicity. The cardinality of a Type is defined as follows, depending on whether the Type is a Classifier or Feature. -.""" ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Feature . - -oslc_sysmlv2:MultiplicityRange a rdfs:Class ; - rdfs:label "MultiplicityRange" ; - rdfs:comment "A MultiplicityRange is a Multiplicity whose value is defined to be the (inclusive) range of natural numbers given by the result of a lowerBound Expression and the result of an upperBound Expression. The result of these Expressions shall be of type Natural. If the result of the upperBound Expression is the unbounded value *, then the specified range includes all natural numbers greater than or equal to the lowerBound value. If no lowerBound Expression, then the default is that the lower bound has the same value as the upper bound, except if the upperBound evaluates to *, in which case the default for the lower bound is 0." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Multiplicity . - -oslc_sysmlv2:Namespace a rdfs:Class ; - rdfs:label "Namespace" ; - rdfs:comment "A Namespace is an Element that contains other Elements, known as its members, via Membership Relationships with those Elements. The members of a Namespace may be owned by the Namespace, aliased in the Namespace, or imported into the Namespace via Import Relationships." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Element . - -oslc_sysmlv2:NamespaceExpose a rdfs:Class ; - rdfs:label "NamespaceExpose" ; - rdfs:comment "A NamespaceExpose is an Expose Relationship that exposes the Memberships of a specific importedNamespace and, if isRecursive = true, additional Memberships recursively." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expose, - oslc_sysmlv2:NamespaceImport . - -oslc_sysmlv2:NamespaceImport a rdfs:Class ; - rdfs:label "NamespaceImport" ; - rdfs:comment "A NamespaceImport is an Import that imports Memberships from its importedNamespace into the importOwningNamespace. If isRecursive = false, then only the visible Memberships of the importedNamespace are imported. If isRecursive = true, then, in addition, Memberships are recursively imported from any ownedMembers of the importedNamespace that are Namespaces." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Import . - -oslc_sysmlv2:NullExpression a rdfs:Class ; - rdfs:label "NullExpression" ; - rdfs:comment "A NullExpression is an Expression that results in a null value." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expression . - -oslc_sysmlv2:ObjectiveMembership a rdfs:Class ; - rdfs:label "ObjectiveMembership" ; - rdfs:comment "An ObjectiveMembership is a FeatureMembership that indicates that its ownedObjectiveRequirement is the objective RequirementUsage for its owningType, which must be a CaseDefinition or CaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . - -oslc_sysmlv2:OccurrenceDefinition a rdfs:Class ; - rdfs:label "OccurrenceDefinition" ; - rdfs:comment "An OccurrenceDefinition is a Definition of a Class of individuals that have an independent life over time and potentially an extent over space. This includes both structural things and behaviors that act on such structures." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Class, - oslc_sysmlv2:Definition . - -oslc_sysmlv2:OccurrenceUsage a rdfs:Class ; - rdfs:label "OccurrenceUsage" ; - rdfs:comment "An OccurrenceUsage is a Usage whose types are all Classes. Nominally, if a type is an OccurrenceDefinition, an OccurrenceUsage is a Usage of that OccurrenceDefinition within a system. However, other types of Kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Usage . - -oslc_sysmlv2:OperatorExpression a rdfs:Class ; - rdfs:label "OperatorExpression" ; - rdfs:comment "An OperatorExpression is an InvocationExpression whose function is determined by resolving its operator in the context of one of the standard packages from the Kernel Function Library." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:InvocationExpression . - -oslc_sysmlv2:OwningMembership a rdfs:Class ; - rdfs:label "OwningMembership" ; - rdfs:comment "An OwningMembership is a Membership that owns its memberElement as a ownedRelatedElement. The ownedMemberElement becomes an ownedMember of the membershipOwningNamespace." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Membership . - -oslc_sysmlv2:Package a rdfs:Class ; - rdfs:label "Package" ; - rdfs:comment "A Package is a Namespace used to group Elements, without any instance-level semantics. It may have one or more model-level evaluable filterCondition Expressions used to filter its importedMemberships. Any imported member must meet all of the filterConditions." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Namespace . - -oslc_sysmlv2:ParameterMembership a rdfs:Class ; - rdfs:label "ParameterMembership" ; - rdfs:comment "A ParameterMembership is a FeatureMembership that identifies its memberFeature as a parameter, which is always owned, and must have a direction. A ParameterMembership must be owned by a Behavior or a Step." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . - -oslc_sysmlv2:PartDefinition a rdfs:Class ; - rdfs:label "PartDefinition" ; - rdfs:comment "A PartDefinition is an ItemDefinition of a Class of systems or parts of systems. Note that all parts may be considered items for certain purposes, but not all items are parts that can perform actions within a system." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ItemDefinition . - -oslc_sysmlv2:PartUsage a rdfs:Class ; - rdfs:label "PartUsage" ; - rdfs:comment "A PartUsage is a usage of a PartDefinition to represent a system or a part of a system. At least one of the itemDefinitions of the PartUsage must be a PartDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ItemUsage . - -oslc_sysmlv2:PerformActionUsage a rdfs:Class ; - rdfs:label "PerformActionUsage" ; - rdfs:comment "A PerformActionUsage is an ActionUsage that represents the performance of an ActionUsage. Unless it is the PerformActionUsage itself, the ActionUsage to be performed is related to the PerformActionUsage by a ReferenceSubsetting relationship. A PerformActionUsage is also an EventOccurrenceUsage, with its performedAction as the eventOccurrence." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage, - oslc_sysmlv2:EventOccurrenceUsage . - -oslc_sysmlv2:PortConjugation a rdfs:Class ; - rdfs:label "PortConjugation" ; - rdfs:comment "A PortConjugation is a Conjugation Relationship between a PortDefinition and its corresponding ConjugatedPortDefinition. As a result of this Relationship, the ConjugatedPortDefinition inherits all the features of the original PortDefinition, but input flows of the original PortDefinition become outputs on the ConjugatedPortDefinition and output flows of the original PortDefinition become inputs on the ConjugatedPortDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Conjugation . - -oslc_sysmlv2:PortDefinition a rdfs:Class ; - rdfs:label "PortDefinition" ; - rdfs:comment "A PortDefinition defines a point at which external entities can connect to and interact with a system or part of a system. Any ownedUsages of a PortDefinition, other than PortUsages, must not be composite." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OccurrenceDefinition, - oslc_sysmlv2:Structure . - -oslc_sysmlv2:PortUsage a rdfs:Class ; - rdfs:label "PortUsage" ; - rdfs:comment "A PortUsage is a usage of a PortDefinition. A PortUsage itself as well as all its nestedUsages must be referential (non-composite)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OccurrenceUsage . - -oslc_sysmlv2:PortionKind a rdfs:Class ; - rdfs:label "PortionKind" ; - rdfs:comment "PortionKind is an enumeration of the specific kinds of Occurrence portions that can be represented by an OccurrenceUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:Predicate a rdfs:Class ; - rdfs:label "Predicate" ; - rdfs:comment "A Predicate is a Function whose result parameter has type Boolean and multiplicity 1..1." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Function . - -oslc_sysmlv2:Redefinition a rdfs:Class ; - rdfs:label "Redefinition" ; - rdfs:comment "Redefinition is a kind of Subsetting that requires the redefinedFeature and the redefiningFeature to have the same values (on each instance of the domain of the redefiningFeature). This means any restrictions on the redefiningFeature, such as type or multiplicity, also apply to the redefinedFeature (on each instance of the domain of the redefiningFeature), and vice versa. The redefinedFeature might have values for instances of the domain of the redefiningFeature, but only as instances of the domain of the redefinedFeature that happen to also be instances of the domain of the redefiningFeature. This is supported by the constraints inherited from Subsetting on the domains of the redefiningFeature and redefinedFeature. However, these constraints are narrowed for Redefinition to require the owningTypes of the redefiningFeature and redefinedFeature to be different and the redefinedFeature to not be inherited into the owningNamespace of the redefiningFeature.This enables the redefiningFeature to have the same name as the redefinedFeature, if desired." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Subsetting . - -oslc_sysmlv2:ReferenceSubsetting a rdfs:Class ; - rdfs:label "ReferenceSubsetting" ; - rdfs:comment "ReferenceSubsetting is a kind of Subsetting in which the referencedFeature is syntactically distinguished from other Features subsetted by the referencingFeature. ReferenceSubsetting has the same semantics as Subsetting, but the referenceFeature may have a special purpose relative to the referencingFeature. For instance, ReferenceSubsetting is used to identify the relatedFeatures of a Connector." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Subsetting . - -oslc_sysmlv2:ReferenceUsage a rdfs:Class ; - rdfs:label "ReferenceUsage" ; - rdfs:comment "A ReferenceUsage is a Usage that specifies a non-compositional (isComposite = false) reference to something. The definition of a ReferenceUsage can be any kind of Classifier, with the default being the top-level Classifier Base::Anything from the Kernel Semantic Library. This allows the specification of a generic reference without distinguishing if the thing referenced is an attribute value, item, action, etc." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Usage . - -oslc_sysmlv2:Relationship a rdfs:Class ; - rdfs:label "Relationship" ; - rdfs:comment "A Relationship is an Element that relates other Element. Some of its relatedElements may be owned, in which case those ownedRelatedElements will be deleted from a model if their owningRelationship is. A Relationship may also be owned by another Element, in which case the ownedRelatedElements of the Relationship are also considered to be transitively owned by the owningRelatedElement of the Relationship." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Element . - -oslc_sysmlv2:RenderingDefinition a rdfs:Class ; - rdfs:label "RenderingDefinition" ; - rdfs:comment "A RenderingDefinition is a PartDefinition that defines a specific rendering of the content of a model view (e.g., symbols, style, layout, etc.)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:PartDefinition . - -oslc_sysmlv2:RenderingUsage a rdfs:Class ; - rdfs:label "RenderingUsage" ; - rdfs:comment "A RenderingUsage is the usage of a RenderingDefinition to specify the rendering of a specific model view to produce a physical view artifact." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:PartUsage . - -oslc_sysmlv2:RequirementConstraintKind a rdfs:Class ; - rdfs:label "RequirementConstraintKind" ; - rdfs:comment "A RequirementConstraintKind indicates whether a ConstraintUsage is an assumption or a requirement in a RequirementDefinition or RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:RequirementConstraintMembership a rdfs:Class ; - rdfs:label "RequirementConstraintMembership" ; - rdfs:comment "A RequirementConstraintMembership is a FeatureMembership for an assumed or required ConstraintUsage of a RequirementDefinition or RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . - -oslc_sysmlv2:RequirementDefinition a rdfs:Class ; - rdfs:label "RequirementDefinition" ; - rdfs:comment "A RequirementDefinition is a ConstraintDefinition that defines a requirement used in the context of a specification as a constraint that a valid solution must satisfy. The specification is relative to a specified subject, possibly in collaboration with one or more external actors." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConstraintDefinition . - -oslc_sysmlv2:RequirementUsage a rdfs:Class ; - rdfs:label "RequirementUsage" ; - rdfs:comment "A RequirementUsage is a Usage of a RequirementDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConstraintUsage . - -oslc_sysmlv2:RequirementVerificationMembership a rdfs:Class ; - rdfs:label "RequirementVerificationMembership" ; - rdfs:comment "A RequirementVerificationMembership is a RequirementConstraintMembership used in the objective of a VerificationCase to identify a RequirementUsage that is verified by the VerificationCase." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:RequirementConstraintMembership . - -oslc_sysmlv2:ResultExpressionMembership a rdfs:Class ; - rdfs:label "ResultExpressionMembership" ; - rdfs:comment "A ResultExpressionMembership is a FeatureMembership that indicates that the ownedResultExpression provides the result values for the Function or Expression that owns it. The owning Function or Expression must contain a BindingConnector between the result parameter of the ownedResultExpression and the result parameter of the owning Function or Expression." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . - -oslc_sysmlv2:ReturnParameterMembership a rdfs:Class ; - rdfs:label "ReturnParameterMembership" ; - rdfs:comment "A ReturnParameterMembership is a ParameterMembership that indicates that the ownedMemberParameter is the result parameter of a Function or Expression. The direction of the ownedMemberParameter must be out." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ParameterMembership . - -oslc_sysmlv2:SatisfyRequirementUsage a rdfs:Class ; - rdfs:label "SatisfyRequirementUsage" ; - rdfs:comment "A SatisfyRequirementUsage is an AssertConstraintUsage that asserts, by default, that a satisfied RequirementUsage is true for a specific satisfyingFeature, or, if isNegated = true, that the RequirementUsage is false. The satisfied RequirementUsage is related to the SatisfyRequirementUsage by a ReferenceSubsetting Relationship." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:AssertConstraintUsage, - oslc_sysmlv2:RequirementUsage . - -oslc_sysmlv2:SelectExpression a rdfs:Class ; - rdfs:label "SelectExpression" ; - rdfs:comment "A SelectExpression is an OperatorExpression whose operator is \"select\", which resolves to the Function ControlFunctions::select from the Kernel Functions Library." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OperatorExpression . - -oslc_sysmlv2:SendActionUsage a rdfs:Class ; - rdfs:label "SendActionUsage" ; - rdfs:comment "A SendActionUsage is an ActionUsage that specifies the sending of a payload given by the result of its payloadArgument Expression via a MessageTransfer whose source is given by the result of the senderArgument Expression and whose target is given by the result of the receiverArgument Expression. If no senderArgument is provided, the default is the this context for the action. If no receiverArgument is given, then the receiver is to be determined by, e.g., outgoing Connections from the sender." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . - -oslc_sysmlv2:Specialization a rdfs:Class ; - rdfs:label "Specialization" ; - rdfs:comment "Specialization is a Relationship between two Types that requires all instances of the specific type to also be instances of the general Type (i.e., the set of instances of the specific Type is a subset of those of the general Type, which might be the same set)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . - -oslc_sysmlv2:StakeholderMembership a rdfs:Class ; - rdfs:label "StakeholderMembership" ; - rdfs:comment "A StakeholderMembership is a ParameterMembership that identifies a PartUsage as a stakeholderParameter of a RequirementDefinition or RequirementUsage, which specifies a role played by an entity with concerns framed by the owningType." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ParameterMembership . - -oslc_sysmlv2:StateDefinition a rdfs:Class ; - rdfs:label "StateDefinition" ; - rdfs:comment "A StateDefinition is the Definition of the Behavior of a system or part of a system in a certain state condition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionDefinition . - -oslc_sysmlv2:StateSubactionKind a rdfs:Class ; - rdfs:label "StateSubactionKind" ; - rdfs:comment "A StateSubactionKind indicates whether the action of a StateSubactionMembership is an entry, do or exit action." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:StateSubactionMembership a rdfs:Class ; - rdfs:label "StateSubactionMembership" ; - rdfs:comment "A StateSubactionMembership is a FeatureMembership for an entry, do or exit ActionUsage of a StateDefinition or StateUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . - -oslc_sysmlv2:StateUsage a rdfs:Class ; - rdfs:label "StateUsage" ; - rdfs:comment """A StateUsage is an ActionUsage that is nominally the Usage of a StateDefinition. However, other kinds of kernel Behaviors are also allowed as types, to permit use of Behaviors -.""" ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . - -oslc_sysmlv2:Step a rdfs:Class ; - rdfs:label "Step" ; - rdfs:comment "A Step is a Feature that is typed by one or more Behaviors. Steps may be used by one Behavior to coordinate the performance of other Behaviors, supporting a steady refinement of behavioral descriptions. Steps can be ordered in time and can be connected using ItemFlows to specify things flowing between their parameters." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Feature . - -oslc_sysmlv2:Structure a rdfs:Class ; - rdfs:label "Structure" ; - rdfs:comment "A Structure is a Class of objects in the modeled universe that are primarily structural in nature. While such an object is not itself behavioral, it may be involved in and acted on by Behaviors, and it may be the performer of some of them." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Class . - -oslc_sysmlv2:Subclassification a rdfs:Class ; - rdfs:label "Subclassification" ; - rdfs:comment "Subclassification is Specialization in which both the specific and general Types are Classifier. This means all instances of the specific Classifier are also instances of the general Classifier." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Specialization . - -oslc_sysmlv2:SubjectMembership a rdfs:Class ; - rdfs:label "SubjectMembership" ; - rdfs:comment "A SubjectMembership is a ParameterMembership that indicates that its ownedSubjectParameter is the subject of its owningType. The owningType of a SubjectMembership must be a RequirementDefinition, RequirementUsage, CaseDefinition, or CaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ParameterMembership . - -oslc_sysmlv2:Subsetting a rdfs:Class ; - rdfs:label "Subsetting" ; - rdfs:comment "Subsetting is Specialization in which the specific and general Types are Features. This means all values of the subsettingFeature (on instances of its domain, i.e., the intersection of its featuringTypes) are values of the subsettedFeature on instances of its domain. To support this the domain of the subsettingFeature must be the same or specialize (at least indirectly) the domain of the subsettedFeature (via Specialization), and the co-domain (intersection of the types) of the subsettingFeature must specialize the co-domain of the subsettedFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Specialization . - -oslc_sysmlv2:Succession a rdfs:Class ; - rdfs:label "Succession" ; - rdfs:comment "A Succession is a binary Connector that requires its relatedFeatures to happen separately in time." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Connector . - -oslc_sysmlv2:SuccessionAsUsage a rdfs:Class ; - rdfs:label "SuccessionAsUsage" ; - rdfs:comment "A SuccessionAsUsage is both a ConnectorAsUsage and a Succession." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConnectorAsUsage, - oslc_sysmlv2:Succession . - -oslc_sysmlv2:SuccessionFlowConnectionUsage a rdfs:Class ; - rdfs:label "SuccessionFlowConnectionUsage" ; - rdfs:comment "A SuccessionFlowConnectionUsage is a FlowConnectionUsage that is also a SuccessionItemFlow." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FlowConnectionUsage, - oslc_sysmlv2:SuccessionItemFlow . - -oslc_sysmlv2:SuccessionItemFlow a rdfs:Class ; - rdfs:label "SuccessionItemFlow" ; - rdfs:comment "A SuccessionItemFlow is an ItemFlow that also provides temporal ordering. It classifies Transfers that cannot start until the source Occurrence has completed and that must complete before the target Occurrence can start." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ItemFlow, - oslc_sysmlv2:Succession . - -oslc_sysmlv2:TextualRepresentation a rdfs:Class ; - rdfs:label "TextualRepresentation" ; - rdfs:comment "A TextualRepresentation is an AnnotatingElement whose body represents the representedElement in a given language. The representedElement must be the owner of the TextualRepresentation. The named language can be a natural language, in which case the body is an informal representation, or an artificial language, in which case the body is expected to be a formal, machine-parsable representation." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:AnnotatingElement . - -oslc_sysmlv2:TransitionFeatureKind a rdfs:Class ; - rdfs:label "TransitionFeatureKind" ; - rdfs:comment "A TransitionActionKind indicates whether the transitionFeature of a TransitionFeatureMembership is a trigger, guard or effect." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:TransitionFeatureMembership a rdfs:Class ; - rdfs:label "TransitionFeatureMembership" ; - rdfs:comment "A TransitionFeatureMembership is a FeatureMembership for a trigger, guard or effect of a TransitionUsage, whose transitionFeature is a AcceptActionUsage, Boolean-valued Expression or ActionUsage, depending on its kind. ." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . - -oslc_sysmlv2:TransitionUsage a rdfs:Class ; - rdfs:label "TransitionUsage" ; - rdfs:comment "A TransitionUsage is an ActionUsage representing a triggered transition between ActionUsages or StateUsages. When triggered by a triggerAction, when its guardExpression is true, the TransitionUsage asserts that its source is exited, then its effectAction (if any) is performed, and then its target is entered." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . - -oslc_sysmlv2:TriggerInvocationExpression a rdfs:Class ; - rdfs:label "TriggerInvocationExpression" ; - rdfs:comment "A TriggerInvocationExpression is an InvocationExpression that invokes one of the trigger Functions from the Kernel Semantic Library Triggers package, as indicated by its kind." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:InvocationExpression . - -oslc_sysmlv2:TriggerKind a rdfs:Class ; - rdfs:label "TriggerKind" ; - rdfs:comment "TriggerKind enumerates the kinds of triggers that can be represented by a TriggerInvocationExpression." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:Type a rdfs:Class ; - rdfs:label "Type" ; - rdfs:comment "A Type is a Namespace that is the most general kind of Element supporting the semantics of classification. A Type may be a Classifier or a Feature, defining conditions on what is classified by the Type (see also the description of isSufficient)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Namespace . - -oslc_sysmlv2:TypeFeaturing a rdfs:Class ; - rdfs:label "TypeFeaturing" ; - rdfs:comment "A TypeFeaturing is a Featuring Relationship in which the featureOfType is the source and the featuringType is the target." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Featuring . - -oslc_sysmlv2:Unioning a rdfs:Class ; - rdfs:label "Unioning" ; - rdfs:comment "Unioning is a Relationship that makes its unioningType one of the unioningTypes of its typeUnioned." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . - -oslc_sysmlv2:Usage a rdfs:Class ; - rdfs:label "Usage" ; - rdfs:comment "A Usage is a usage of a Definition. A Usage may only be an ownedFeature of a Definition or another Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Feature . - -oslc_sysmlv2:UseCaseDefinition a rdfs:Class ; - rdfs:label "UseCaseDefinition" ; - rdfs:comment "A UseCaseDefinition is a CaseDefinition that specifies a set of actions performed by its subject, in interaction with one or more actors external to the subject. The objective is to yield an observable result that is of value to one or more of the actors." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CaseDefinition . - -oslc_sysmlv2:UseCaseUsage a rdfs:Class ; - rdfs:label "UseCaseUsage" ; - rdfs:comment "A UseCaseUsage is a Usage of a UseCaseDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CaseUsage . - -oslc_sysmlv2:VariantMembership a rdfs:Class ; - rdfs:label "VariantMembership" ; - rdfs:comment "A VariantMembership is a Membership between a variation point Definition or Usage and a Usage that represents a variant in the context of that variation. The membershipOwningNamespace for the VariantMembership must be either a Definition or a Usage with isVariation = true." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OwningMembership . - -oslc_sysmlv2:VerificationCaseDefinition a rdfs:Class ; - rdfs:label "VerificationCaseDefinition" ; - rdfs:comment "A VerificationCaseDefinition is a CaseDefinition for the purpose of verification of the subject of the case against its requirements." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CaseDefinition . - -oslc_sysmlv2:VerificationCaseUsage a rdfs:Class ; - rdfs:label "VerificationCaseUsage" ; - rdfs:comment "A VerificationCaseUsage is a Usage of a VerificationCaseDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CaseUsage . - -oslc_sysmlv2:ViewDefinition a rdfs:Class ; - rdfs:label "ViewDefinition" ; - rdfs:comment "A ViewDefinition is a PartDefinition that specifies how a view artifact is constructed to satisfy a viewpoint. It specifies a viewConditions to define the model content to be presented and a viewRendering to define how the model content is presented." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:PartDefinition . - -oslc_sysmlv2:ViewRenderingMembership a rdfs:Class ; - rdfs:label "ViewRenderingMembership" ; - rdfs:comment "A ViewRenderingMembership is a FeatureMembership that identifies the viewRendering of a ViewDefinition or ViewUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . - -oslc_sysmlv2:ViewUsage a rdfs:Class ; - rdfs:label "ViewUsage" ; - rdfs:comment "A ViewUsage is a usage of a ViewDefinition to specify the generation of a view of the members of a collection of exposedNamespaces. The ViewUsage can satisfy more viewpoints than its definition, and it can specialize the viewRendering specified by its definition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:PartUsage . - -oslc_sysmlv2:ViewpointDefinition a rdfs:Class ; - rdfs:label "ViewpointDefinition" ; - rdfs:comment "A ViewpointDefinition is a RequirementDefinition that specifies one or more stakeholder concerns that are to be satisfied by creating a view of a model." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:RequirementDefinition . - -oslc_sysmlv2:ViewpointUsage a rdfs:Class ; - rdfs:label "ViewpointUsage" ; - rdfs:comment "A ViewpointUsage is a Usage of a ViewpointDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:RequirementUsage . - -oslc_sysmlv2:VisibilityKind a rdfs:Class ; - rdfs:label "VisibilityKind" ; - rdfs:comment "VisibilityKind is an enumeration whose literals specify the visibility of a Membership of an Element in a Namespace outside of that Namespace. Note that \"visibility\" specifically restricts whether an Element in a Namespace may be referenced by name from outside the Namespace and only otherwise restricts access to an Element as provided by specific constraints in the abstract syntax (e.g., preventing the import or inheritance of private Elements)." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:WhileLoopActionUsage a rdfs:Class ; - rdfs:label "WhileLoopActionUsage" ; - rdfs:comment "A WhileLoopActionUsage is a LoopActionUsage that specifies that the bodyAction ActionUsage should be performed repeatedly while the result of the whileArgument Expression is true or until the result of the untilArgument Expression (if provided) is true. The whileArgument Expression is evaluated before each (possible) performance of the bodyAction, and the untilArgument Expression is evaluated after each performance of the bodyAction." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:LoopActionUsage . - -oslc_sysmlv2:acceptActionUsage_PayloadArgument a rdf:Property ; - rdfs:label "acceptActionUsage_PayloadArgument" ; - rdfs:comment "An Expression whose result is bound to the payload parameter of this AcceptActionUsage. If provided, the AcceptActionUsage will only accept a Transfer with exactly this payload." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:acceptActionUsage_PayloadParameter a rdf:Property ; - rdfs:label "acceptActionUsage_PayloadParameter" ; - rdfs:comment "The nestedReference of this AcceptActionUsage that redefines the payload output parameter of the base AcceptActionUsage AcceptAction from the Systems Model Library." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:acceptActionUsage_ReceiverArgument a rdf:Property ; - rdfs:label "acceptActionUsage_ReceiverArgument" ; - rdfs:comment "An Expression whose result is bound to the receiver input parameter of this AcceptActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:actionDefinition_Action a rdf:Property ; - rdfs:label "actionDefinition_Action" ; - rdfs:comment "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:actionUsage_ActionDefinition a rdf:Property ; - rdfs:label "actionUsage_ActionDefinition" ; - rdfs:comment "The Behaviors that are the types of this ActionUsage. Nominally, these would be ActionDefinitions, but other kinds of Kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:actorMembership_OwnedActorParameter a rdf:Property ; - rdfs:label "actorMembership_OwnedActorParameter" ; - rdfs:comment "The PartUsage specifying the actor." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:allocationDefinition_Allocation a rdf:Property ; - rdfs:label "allocationDefinition_Allocation" ; - rdfs:comment "The AllocationUsages that refine the allocation mapping defined by this AllocationDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:allocationUsage_AllocationDefinition a rdf:Property ; - rdfs:label "allocationUsage_AllocationDefinition" ; - rdfs:comment "The AllocationDefinitions that are the types of this AllocationUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:analysisCaseDefinition_AnalysisAction a rdf:Property ; - rdfs:label "analysisCaseDefinition_AnalysisAction" ; - rdfs:comment "The composite actions of the AnalysisCaseDefinition that are defined as AnalysisActions." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:analysisCaseDefinition_ResultExpression a rdf:Property ; - rdfs:label "analysisCaseDefinition_ResultExpression" ; - rdfs:comment "An Expression used to compute the result of the AnalysisCaseDefinition, owned via a ResultExpressionMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:analysisCaseUsage_AnalysisAction a rdf:Property ; - rdfs:label "analysisCaseUsage_AnalysisAction" ; - rdfs:comment "The composite usages of the AnalysisCaseUsage that are defined as AnalysisActions." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:analysisCaseUsage_AnalysisCaseDefinition a rdf:Property ; - rdfs:label "analysisCaseUsage_AnalysisCaseDefinition" ; - rdfs:comment "The AnalysisCaseDefinition that is the definition of this AnalysisCaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:analysisCaseUsage_ResultExpression a rdf:Property ; - rdfs:label "analysisCaseUsage_ResultExpression" ; - rdfs:comment "An Expression used to compute the result of the AnalysisCaseUsage, owned via a ResultExpressionMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:annotatingElement_AnnotatedElement a rdf:Property ; - rdfs:label "annotatingElement_AnnotatedElement" ; - rdfs:comment "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:annotatingElement_Annotation a rdf:Property ; - rdfs:label "annotatingElement_Annotation" ; - rdfs:comment "The Annotations that relate this AnnotatingElement to its annotatedElements." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:annotatingElement_OwnedAnnotatingRelationship a rdf:Property ; - rdfs:label "annotatingElement_OwnedAnnotatingRelationship" ; - rdfs:comment "The ownedRelationships of this AnnotatingElement that are Annotations, for which this AnnotatingElement is the annotatingElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:annotation_AnnotatedElement a rdf:Property ; - rdfs:label "annotation_AnnotatedElement" ; - rdfs:comment "The Element that is annotated by the annotatingElement of this Annotation." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:annotation_AnnotatingElement a rdf:Property ; - rdfs:label "annotation_AnnotatingElement" ; - rdfs:comment "The AnnotatingElement that annotates the annotatedElement of this Annotation." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:annotation_OwningAnnotatedElement a rdf:Property ; - rdfs:label "annotation_OwningAnnotatedElement" ; - rdfs:comment "The annotatedElement of this Annotation, when it is also its owningRelatedElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:annotation_OwningAnnotatingElement a rdf:Property ; - rdfs:label "annotation_OwningAnnotatingElement" ; - rdfs:comment "The annotatingElement of this Annotation, when it is also its owningRelatedElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:assertConstraintUsage_AssertedConstraint a rdf:Property ; - rdfs:label "assertConstraintUsage_AssertedConstraint" ; - rdfs:comment "The ConstraintUsage to be performed by the AssertConstraintUsage. It is the referenceFeature of the ownedReferenceSubsetting for the AssertConstraintUsage, if there is one, and, otherwise, the AssertConstraintUsage itself." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:assignmentActionUsage_Referent a rdf:Property ; - rdfs:label "assignmentActionUsage_Referent" ; - rdfs:comment "The Feature whose value is to be set." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:assignmentActionUsage_TargetArgument a rdf:Property ; - rdfs:label "assignmentActionUsage_TargetArgument" ; - rdfs:comment "The Expression whose value is an occurrence in the domain of the referent Feature, for which the value of the referent will be set to the result of the valueExpression by this AssignmentActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:assignmentActionUsage_ValueExpression a rdf:Property ; - rdfs:label "assignmentActionUsage_ValueExpression" ; - rdfs:comment "The Expression whose result is to be assigned to the referent Feature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:association_AssociationEnd a rdf:Property ; - rdfs:label "association_AssociationEnd" ; - rdfs:comment "The features of the Association that identify the things that can be related by it. A concrete Association must have at least two associationEnds. When it has exactly two, the Association is called a binary Association." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:association_RelatedType a rdf:Property ; - rdfs:label "association_RelatedType" ; - rdfs:comment "The types of the associationEnds of the Association, which are the relatedElements of the Association considered as a Relationship." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:association_SourceType a rdf:Property ; - rdfs:label "association_SourceType" ; - rdfs:comment "The source relatedType for this Association. It is the first relatedType of the Association." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:association_TargetType a rdf:Property ; - rdfs:label "association_TargetType" ; - rdfs:comment "The target relatedTypes for this Association. This includes all the relatedTypes other than the sourceType." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:attributeUsage_AttributeDefinition a rdf:Property ; - rdfs:label "attributeUsage_AttributeDefinition" ; - rdfs:comment "The DataTypes that are the types of this AttributeUsage. Nominally, these are AttributeDefinitions, but other kinds of kernel DataTypes are also allowed, to permit use of DataTypes from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:behavior_Parameter a rdf:Property ; - rdfs:label "behavior_Parameter" ; - rdfs:comment "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:behavior_Step a rdf:Property ; - rdfs:label "behavior_Step" ; - rdfs:comment "The Steps that make up this Behavior." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:booleanExpression_Predicate a rdf:Property ; - rdfs:label "booleanExpression_Predicate" ; - rdfs:comment "The Predicate that types this BooleanExpression." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:calculationDefinition_Calculation a rdf:Property ; - rdfs:label "calculationDefinition_Calculation" ; - rdfs:comment "The actions of this CalculationDefinition that are CalculationUsages." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:calculationUsage_CalculationDefinition a rdf:Property ; - rdfs:label "calculationUsage_CalculationDefinition" ; - rdfs:comment "The Function that is the type of this CalculationUsage. Nominally, this would be a CalculationDefinition, but a kernel Function is also allowed, to permit use of Functions from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:caseDefinition_ActorParameter a rdf:Property ; - rdfs:label "caseDefinition_ActorParameter" ; - rdfs:comment "The parameters of this CaseDefinition that represent actors involved in the case." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:caseDefinition_ObjectiveRequirement a rdf:Property ; - rdfs:label "caseDefinition_ObjectiveRequirement" ; - rdfs:comment "The RequirementUsage representing the objective of this CaseDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:caseDefinition_SubjectParameter a rdf:Property ; - rdfs:label "caseDefinition_SubjectParameter" ; - rdfs:comment "The parameter of this CaseDefinition that represents its subject." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:caseUsage_ActorParameter a rdf:Property ; - rdfs:label "caseUsage_ActorParameter" ; - rdfs:comment "The parameters of this CaseUsage that represent actors involved in the case." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:caseUsage_CaseDefinition a rdf:Property ; - rdfs:label "caseUsage_CaseDefinition" ; - rdfs:comment "The CaseDefinition that is the type of this CaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:caseUsage_ObjectiveRequirement a rdf:Property ; - rdfs:label "caseUsage_ObjectiveRequirement" ; - rdfs:comment "The RequirementUsage representing the objective of this CaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:caseUsage_SubjectParameter a rdf:Property ; - rdfs:label "caseUsage_SubjectParameter" ; - rdfs:comment "The parameter of this CaseUsage that represents its subject." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:classifier_OwnedSubclassification a rdf:Property ; - rdfs:label "classifier_OwnedSubclassification" ; - rdfs:comment "The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:comment_Body a rdf:Property ; - rdfs:label "comment_Body" ; - rdfs:comment "The annotation text for the Comment." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:comment_Locale a rdf:Property ; - rdfs:label "comment_Locale" ; - rdfs:comment "Identification of the language of the body text and, optionally, the region and/or encoding. The format shall be a POSIX locale conformant to ISO/IEC 15897, with the format [language[_territory][.codeset][@modifier]]." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:concernUsage_ConcernDefinition a rdf:Property ; - rdfs:label "concernUsage_ConcernDefinition" ; - rdfs:comment "The ConcernDefinition that is the single type of this ConcernUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:conjugatedPortDefinition_OriginalPortDefinition a rdf:Property ; - rdfs:label "conjugatedPortDefinition_OriginalPortDefinition" ; - rdfs:comment "The original PortDefinition for this ConjugatedPortDefinition, which is the owningNamespace of the ConjugatedPortDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:conjugatedPortDefinition_OwnedPortConjugator a rdf:Property ; - rdfs:label "conjugatedPortDefinition_OwnedPortConjugator" ; - rdfs:comment "The PortConjugation that is the ownedConjugator of this ConjugatedPortDefinition, linking it to its originalPortDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:conjugatedPortTyping_ConjugatedPortDefinition a rdf:Property ; - rdfs:label "conjugatedPortTyping_ConjugatedPortDefinition" ; - rdfs:comment "The type of this ConjugatedPortTyping considered as a FeatureTyping, which must be a ConjugatedPortDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:conjugatedPortTyping_PortDefinition a rdf:Property ; - rdfs:label "conjugatedPortTyping_PortDefinition" ; - rdfs:comment "The originalPortDefinition of the conjugatedPortDefinition of this ConjugatedPortTyping." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:conjugation_ConjugatedType a rdf:Property ; - rdfs:label "conjugation_ConjugatedType" ; - rdfs:comment "The Type that is the result of applying Conjugation to the originalType." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:conjugation_OriginalType a rdf:Property ; - rdfs:label "conjugation_OriginalType" ; - rdfs:comment "The Type to be conjugated." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:conjugation_OwningType a rdf:Property ; - rdfs:label "conjugation_OwningType" ; - rdfs:comment "The conjugatedType of this Conjugation that is also its owningRelatedElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:connectionDefinition_ConnectionEnd a rdf:Property ; - rdfs:label "connectionDefinition_ConnectionEnd" ; - rdfs:comment "The Usages that define the things related by the ConnectionDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:connectionUsage_ConnectionDefinition a rdf:Property ; - rdfs:label "connectionUsage_ConnectionDefinition" ; - rdfs:comment "The AssociationStructures that are the types of this ConnectionUsage. Nominally, these are , but other kinds of Kernel AssociationStructures are also allowed, to permit use of AssociationStructures from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:connector_Association a rdf:Property ; - rdfs:label "connector_Association" ; - rdfs:comment "The Associations that type the Connector." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:connector_ConnectorEnd a rdf:Property ; - rdfs:label "connector_ConnectorEnd" ; - rdfs:comment "The endFeatures of a Connector, which redefine the endFeatures of the associations of the Connector. The connectorEnds determine via ReferenceSubsetting Relationships which Features are related by the Connector." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:connector_RelatedFeature a rdf:Property ; - rdfs:label "connector_RelatedFeature" ; - rdfs:comment "The Features that are related by this Connector considered as a Relationship and that restrict the links it identifies, given by the referenced Features of the connectorEnds of the Connector." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:connector_SourceFeature a rdf:Property ; - rdfs:label "connector_SourceFeature" ; - rdfs:comment "The source relatedFeature for this Connector. It is the first relatedFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:connector_TargetFeature a rdf:Property ; - rdfs:label "connector_TargetFeature" ; - rdfs:comment "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:constraintUsage_ConstraintDefinition a rdf:Property ; - rdfs:label "constraintUsage_ConstraintDefinition" ; - rdfs:comment "The (single) Predicate that is the type of this ConstraintUsage. Nominally, this will be a ConstraintDefinition, but other kinds of Predicates are also allowed, to permit use of Predicates from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_DirectedUsage a rdf:Property ; - rdfs:label "definition_DirectedUsage" ; - rdfs:comment "The usages of this Definition that are directedFeatures." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_IsVariation a rdf:Property ; - rdfs:label "definition_IsVariation" ; - rdfs:comment "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedAction a rdf:Property ; - rdfs:label "definition_OwnedAction" ; - rdfs:comment "The ActionUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedAllocation a rdf:Property ; - rdfs:label "definition_OwnedAllocation" ; - rdfs:comment "The AllocationUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedAnalysisCase a rdf:Property ; - rdfs:label "definition_OwnedAnalysisCase" ; - rdfs:comment "The AnalysisCaseUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedAttribute a rdf:Property ; - rdfs:label "definition_OwnedAttribute" ; - rdfs:comment "The AttributeUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedCalculation a rdf:Property ; - rdfs:label "definition_OwnedCalculation" ; - rdfs:comment "The CalculationUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedCase a rdf:Property ; - rdfs:label "definition_OwnedCase" ; - rdfs:comment "The code>CaseUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedConcern a rdf:Property ; - rdfs:label "definition_OwnedConcern" ; - rdfs:comment "The ConcernUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedConnection a rdf:Property ; - rdfs:label "definition_OwnedConnection" ; - rdfs:comment "The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages and SuccessionAsUsages, even though these are ConnectorAsUsages but not ConnectionUsages." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedConstraint a rdf:Property ; - rdfs:label "definition_OwnedConstraint" ; - rdfs:comment "The ConstraintUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedEnumeration a rdf:Property ; - rdfs:label "definition_OwnedEnumeration" ; - rdfs:comment "The EnumerationUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedFlow a rdf:Property ; - rdfs:label "definition_OwnedFlow" ; - rdfs:comment "The FlowConnectionUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedInterface a rdf:Property ; - rdfs:label "definition_OwnedInterface" ; - rdfs:comment "The InterfaceUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedItem a rdf:Property ; - rdfs:label "definition_OwnedItem" ; - rdfs:comment "The ItemUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedMetadata a rdf:Property ; - rdfs:label "definition_OwnedMetadata" ; - rdfs:comment "The MetadataUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedOccurrence a rdf:Property ; - rdfs:label "definition_OwnedOccurrence" ; - rdfs:comment "The OccurrenceUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedPart a rdf:Property ; - rdfs:label "definition_OwnedPart" ; - rdfs:comment "The PartUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedPort a rdf:Property ; - rdfs:label "definition_OwnedPort" ; - rdfs:comment "The PortUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedReference a rdf:Property ; - rdfs:label "definition_OwnedReference" ; - rdfs:comment "The ReferenceUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedRendering a rdf:Property ; - rdfs:label "definition_OwnedRendering" ; - rdfs:comment "The RenderingUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedRequirement a rdf:Property ; - rdfs:label "definition_OwnedRequirement" ; - rdfs:comment "The RequirementUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedState a rdf:Property ; - rdfs:label "definition_OwnedState" ; - rdfs:comment "The StateUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedTransition a rdf:Property ; - rdfs:label "definition_OwnedTransition" ; - rdfs:comment "The TransitionUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedUsage a rdf:Property ; - rdfs:label "definition_OwnedUsage" ; - rdfs:comment "The Usages that are ownedFeatures of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedUseCase a rdf:Property ; - rdfs:label "definition_OwnedUseCase" ; - rdfs:comment "The UseCaseUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedVerificationCase a rdf:Property ; - rdfs:label "definition_OwnedVerificationCase" ; - rdfs:comment "The VerificationCaseUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedView a rdf:Property ; - rdfs:label "definition_OwnedView" ; - rdfs:comment "The ViewUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_OwnedViewpoint a rdf:Property ; - rdfs:label "definition_OwnedViewpoint" ; - rdfs:comment "The ViewpointUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_Usage a rdf:Property ; - rdfs:label "definition_Usage" ; - rdfs:comment "The Usages that are features of this Definition (not necessarily owned)." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_Variant a rdf:Property ; - rdfs:label "definition_Variant" ; - rdfs:comment "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:definition_VariantMembership a rdf:Property ; - rdfs:label "definition_VariantMembership" ; - rdfs:comment "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:dependency_Client a rdf:Property ; - rdfs:label "dependency_Client" ; - rdfs:comment "The Element or Elements dependent on the supplier Elements." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:dependency_Supplier a rdf:Property ; - rdfs:label "dependency_Supplier" ; - rdfs:comment "The Element or Elements on which the client Elements depend in some respect." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:differencing_DifferencingType a rdf:Property ; - rdfs:label "differencing_DifferencingType" ; - rdfs:comment "Type that partly determines interpretations of typeDifferenced, as described in Type::differencingType." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:differencing_TypeDifferenced a rdf:Property ; - rdfs:label "differencing_TypeDifferenced" ; - rdfs:comment "Type with interpretations partly determined by differencingType, as described in Type::differencingType." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:disjoining_DisjoiningType a rdf:Property ; - rdfs:label "disjoining_DisjoiningType" ; - rdfs:comment "Type asserted to be disjoint with the typeDisjoined." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:disjoining_OwningType a rdf:Property ; - rdfs:label "disjoining_OwningType" ; - rdfs:comment "A typeDisjoined that is also an owningRelatedElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:disjoining_TypeDisjoined a rdf:Property ; - rdfs:label "disjoining_TypeDisjoined" ; - rdfs:comment "Type asserted to be disjoint with the disjoiningType." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:documentation_DocumentedElement a rdf:Property ; - rdfs:label "documentation_DocumentedElement" ; - rdfs:comment "The Element that is documented by this Documentation." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:elementFilterMembership_Condition a rdf:Property ; - rdfs:label "elementFilterMembership_Condition" ; - rdfs:comment "The model-level evaluable Boolean-valued Expression used to filter the imported members of the membershipOwningNamespace of this ElementFilterMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_AliasIds a rdf:Property ; - rdfs:label "element_AliasIds" ; - rdfs:comment "Various alternative identifiers for this Element. Generally, these will be set by tools." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_DeclaredName a rdf:Property ; - rdfs:label "element_DeclaredName" ; - rdfs:comment "The declared name of this Element." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_DeclaredShortName a rdf:Property ; - rdfs:label "element_DeclaredShortName" ; - rdfs:comment "An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_Documentation a rdf:Property ; - rdfs:label "element_Documentation" ; - rdfs:comment "The Documentation owned by this Element." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_ElementId a rdf:Property ; - rdfs:label "element_ElementId" ; - rdfs:comment "The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_IsImpliedIncluded a rdf:Property ; - rdfs:label "element_IsImpliedIncluded" ; - rdfs:comment "Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_IsLibraryElement a rdf:Property ; - rdfs:label "element_IsLibraryElement" ; - rdfs:comment "Whether this Element is contained in the ownership tree of a library model." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_Name a rdf:Property ; - rdfs:label "element_Name" ; - rdfs:comment "The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_OwnedAnnotation a rdf:Property ; - rdfs:label "element_OwnedAnnotation" ; - rdfs:comment "The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_OwnedElement a rdf:Property ; - rdfs:label "element_OwnedElement" ; - rdfs:comment "The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_OwnedRelationship a rdf:Property ; - rdfs:label "element_OwnedRelationship" ; - rdfs:comment "The Relationships for which this Element is the owningRelatedElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_Owner a rdf:Property ; - rdfs:label "element_Owner" ; - rdfs:comment "The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_OwningMembership a rdf:Property ; - rdfs:label "element_OwningMembership" ; - rdfs:comment "The owningRelationship of this Element, if that Relationship is a Membership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_OwningNamespace a rdf:Property ; - rdfs:label "element_OwningNamespace" ; - rdfs:comment "The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_OwningRelationship a rdf:Property ; - rdfs:label "element_OwningRelationship" ; - rdfs:comment "The Relationship for which this Element is an ownedRelatedElement, if any." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_QualifiedName a rdf:Property ; - rdfs:label "element_QualifiedName" ; - rdfs:comment "The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_ShortName a rdf:Property ; - rdfs:label "element_ShortName" ; - rdfs:comment "The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:element_TextualRepresentation a rdf:Property ; - rdfs:label "element_TextualRepresentation" ; - rdfs:comment "The TextualRepresentations that annotate this Element." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:enumerationDefinition_EnumeratedValue a rdf:Property ; - rdfs:label "enumerationDefinition_EnumeratedValue" ; - rdfs:comment "EnumerationUsages of this EnumerationDefinitionthat have distinct, fixed values. Each enumeratedValue specifies one of the allowed instances of the EnumerationDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:enumerationUsage_EnumerationDefinition a rdf:Property ; - rdfs:label "enumerationUsage_EnumerationDefinition" ; - rdfs:comment "The single EnumerationDefinition that is the type of this EnumerationUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:eventOccurrenceUsage_EventOccurrence a rdf:Property ; - rdfs:label "eventOccurrenceUsage_EventOccurrence" ; - rdfs:comment "The OccurrenceUsage referenced as an event by this EventOccurrenceUsage. It is the referenceFeature of the ownedReferenceSubsetting for the EventOccurrenceUsage, if there is one, and, otherwise, the EventOccurrenceUsage itself." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:exhibitStateUsage_ExhibitedState a rdf:Property ; - rdfs:label "exhibitStateUsage_ExhibitedState" ; - rdfs:comment "The StateUsage to be exhibited by the ExhibitStateUsage. It is the performedAction of the ExhibitStateUsage considered as a PerformActionUsage, which must be a StateUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:expression_Function a rdf:Property ; - rdfs:label "expression_Function" ; - rdfs:comment "The Function that types this Expression." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:expression_IsModelLevelEvaluable a rdf:Property ; - rdfs:label "expression_IsModelLevelEvaluable" ; - rdfs:comment "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:expression_Result a rdf:Property ; - rdfs:label "expression_Result" ; - rdfs:comment "result." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureChainExpression_TargetFeature a rdf:Property ; - rdfs:label "featureChainExpression_TargetFeature" ; - rdfs:comment "The Feature that is accessed by this FeatureChainExpression, which is its first non-parameter member." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureChaining_ChainingFeature a rdf:Property ; - rdfs:label "featureChaining_ChainingFeature" ; - rdfs:comment "The Feature whose values partly determine values of featureChained, as described in Feature::chainingFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureChaining_FeatureChained a rdf:Property ; - rdfs:label "featureChaining_FeatureChained" ; - rdfs:comment "The Feature whose values are partly determined by values of the chainingFeature, as described in Feature::chainingFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureDirectionKind_In a oslc_sysmlv2:FeatureDirectionKind ; - rdfs:label "featureDirectionKind_In" ; - rdfs:comment "Values of the Feature on each instance of its domain are determined externally to that instance and used internally." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureDirectionKind_Inout a oslc_sysmlv2:FeatureDirectionKind ; - rdfs:label "featureDirectionKind_Inout" ; - rdfs:comment "Values of the Feature on each instance are determined either as in or out directions, or both." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureDirectionKind_Out a oslc_sysmlv2:FeatureDirectionKind ; - rdfs:label "featureDirectionKind_Out" ; - rdfs:comment "Values of the Feature on each instance of its domain are determined internally to that instance and used externally." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureInverting_FeatureInverted a rdf:Property ; - rdfs:label "featureInverting_FeatureInverted" ; - rdfs:comment "The Feature that is an inverse of the invertingFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureInverting_InvertingFeature a rdf:Property ; - rdfs:label "featureInverting_InvertingFeature" ; - rdfs:comment "The Feature that is an inverse of the invertedFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureInverting_OwningFeature a rdf:Property ; - rdfs:label "featureInverting_OwningFeature" ; - rdfs:comment "A featureInverted that is also the owningRelatedElement of this FeatureInverting." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureMembership_OwnedMemberFeature a rdf:Property ; - rdfs:label "featureMembership_OwnedMemberFeature" ; - rdfs:comment "The Feature that this FeatureMembership relates to its owningType, making it an ownedFeature of the owningType." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureMembership_OwningType a rdf:Property ; - rdfs:label "featureMembership_OwningType" ; - rdfs:comment "The Type that owns this FeatureMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureReferenceExpression_Referent a rdf:Property ; - rdfs:label "featureReferenceExpression_Referent" ; - rdfs:comment "The Feature that is referenced by this FeatureReferenceExpression, which is its first non-parameter member." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureTyping_OwningFeature a rdf:Property ; - rdfs:label "featureTyping_OwningFeature" ; - rdfs:comment "A typedFeature that is also the owningRelatedElement of this FeatureTyping." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureTyping_Type a rdf:Property ; - rdfs:label "featureTyping_Type" ; - rdfs:comment "The Type that is being applied by this FeatureTyping." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureTyping_TypedFeature a rdf:Property ; - rdfs:label "featureTyping_TypedFeature" ; - rdfs:comment "The Feature that has a type determined by this FeatureTyping." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureValue_FeatureWithValue a rdf:Property ; - rdfs:label "featureValue_FeatureWithValue" ; - rdfs:comment "The Feature to be provided a value." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureValue_IsDefault a rdf:Property ; - rdfs:label "featureValue_IsDefault" ; - rdfs:comment "Whether this FeatureValue is a concrete specification of the bound or initial value of the featureWithValue, or just a default value that may be overridden." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureValue_IsInitial a rdf:Property ; - rdfs:label "featureValue_IsInitial" ; - rdfs:comment "Whether this FeatureValue specifies a bound value or an initial value for the featureWithValue." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featureValue_Value a rdf:Property ; - rdfs:label "featureValue_Value" ; - rdfs:comment "The Expression that provides the value of the featureWithValue as its result." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_ChainingFeature a rdf:Property ; - rdfs:label "feature_ChainingFeature" ; - rdfs:comment "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_Direction a rdf:Property ; - rdfs:label "feature_Direction" ; - rdfs:comment "Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind)." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_EndOwningType a rdf:Property ; - rdfs:label "feature_EndOwningType" ; - rdfs:comment "The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_FeaturingType a rdf:Property ; - rdfs:label "feature_FeaturingType" ; - rdfs:comment "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_IsComposite a rdf:Property ; - rdfs:label "feature_IsComposite" ; - rdfs:comment "Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_IsDerived a rdf:Property ; - rdfs:label "feature_IsDerived" ; - rdfs:comment "Whether the values of this Feature can always be computed from the values of other Features." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_IsEnd a rdf:Property ; - rdfs:label "feature_IsEnd" ; - rdfs:comment "Whether or not the this Feature is an end Feature, requiring a different interpretation of the multiplicity of the Feature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_IsNonunique a rdf:Property ; - rdfs:label "feature_IsNonunique" ; - rdfs:comment "isNonunique." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_IsOrdered a rdf:Property ; - rdfs:label "feature_IsOrdered" ; - rdfs:comment "Whether an order exists for the values of this Feature or not." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_IsPortion a rdf:Property ; - rdfs:label "feature_IsPortion" ; - rdfs:comment "Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_IsReadOnly a rdf:Property ; - rdfs:label "feature_IsReadOnly" ; - rdfs:comment "Whether the values of this Feature can change over the lifetime of an instance of the domain." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_IsUnique a rdf:Property ; - rdfs:label "feature_IsUnique" ; - rdfs:comment "Whether or not values for this Feature must have no duplicates or not." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_OwnedFeatureChaining a rdf:Property ; - rdfs:label "feature_OwnedFeatureChaining" ; - rdfs:comment "The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_OwnedFeatureInverting a rdf:Property ; - rdfs:label "feature_OwnedFeatureInverting" ; - rdfs:comment "The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_OwnedRedefinition a rdf:Property ; - rdfs:label "feature_OwnedRedefinition" ; - rdfs:comment "The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_OwnedReferenceSubsetting a rdf:Property ; - rdfs:label "feature_OwnedReferenceSubsetting" ; - rdfs:comment "The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_OwnedSubsetting a rdf:Property ; - rdfs:label "feature_OwnedSubsetting" ; - rdfs:comment "The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_OwnedTypeFeaturing a rdf:Property ; - rdfs:label "feature_OwnedTypeFeaturing" ; - rdfs:comment "The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_OwnedTyping a rdf:Property ; - rdfs:label "feature_OwnedTyping" ; - rdfs:comment "The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_OwningFeatureMembership a rdf:Property ; - rdfs:label "feature_OwningFeatureMembership" ; - rdfs:comment "The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_OwningType a rdf:Property ; - rdfs:label "feature_OwningType" ; - rdfs:comment "The Type that is the owningType of the owningFeatureMembership of this Feature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:feature_Type a rdf:Property ; - rdfs:label "feature_Type" ; - rdfs:comment "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featuring_Feature a rdf:Property ; - rdfs:label "featuring_Feature" ; - rdfs:comment "The Feature that is featured by the featuringType." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:featuring_Type a rdf:Property ; - rdfs:label "featuring_Type" ; - rdfs:comment "The Type that features the featureOfType." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:flowConnectionUsage_FlowConnectionDefinition a rdf:Property ; - rdfs:label "flowConnectionUsage_FlowConnectionDefinition" ; - rdfs:comment "The Interactions that are the types of this FlowConnectionUsage. Nominally, these are FlowConnectionDefinitions, but other kinds of Kernel Interactions are also allowed, to permit use of Interactions from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:forLoopActionUsage_LoopVariable a rdf:Property ; - rdfs:label "forLoopActionUsage_LoopVariable" ; - rdfs:comment "The ownedFeature of this ForLoopActionUsage that acts as the loop variable, which is assigned the successive values of the input sequence on each iteration. It is the ownedFeature that redefines ForLoopAction::var." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:forLoopActionUsage_SeqArgument a rdf:Property ; - rdfs:label "forLoopActionUsage_SeqArgument" ; - rdfs:comment "The Expression whose result provides the sequence of values to which the loopVariable is set for each iterative performance of the bodyAction. It is the Expression whose result is bound to the seq input parameter of this ForLoopActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:framedConcernMembership_OwnedConcern a rdf:Property ; - rdfs:label "framedConcernMembership_OwnedConcern" ; - rdfs:comment "The ConcernUsage that is the ownedConstraint of this FramedConcernMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:framedConcernMembership_ReferencedConcern a rdf:Property ; - rdfs:label "framedConcernMembership_ReferencedConcern" ; - rdfs:comment " The ConcernUsage that is referenced through this FramedConcernMembership. It is the referencedConstraint of the FramedConcernMembership considered as a RequirementConstraintMembership, which must be a ConcernUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:function_Expression a rdf:Property ; - rdfs:label "function_Expression" ; - rdfs:comment "The Expressions that are steps in the calculation of the result of this Function." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:function_IsModelLevelEvaluable a rdf:Property ; - rdfs:label "function_IsModelLevelEvaluable" ; - rdfs:comment "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:function_Result a rdf:Property ; - rdfs:label "function_Result" ; - rdfs:comment "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:ifActionUsage_ElseAction a rdf:Property ; - rdfs:label "ifActionUsage_ElseAction" ; - rdfs:comment "The ActionUsage that is to be performed if the result of the ifArgument is false. It is the (optional) third parameter of the IfActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:ifActionUsage_IfArgument a rdf:Property ; - rdfs:label "ifActionUsage_IfArgument" ; - rdfs:comment "The Expression whose result determines whether the thenAction or (optionally) the elseAction is performed. It is the first parameter of the IfActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:ifActionUsage_ThenAction a rdf:Property ; - rdfs:label "ifActionUsage_ThenAction" ; - rdfs:comment "The ActionUsage that is to be performed if the result of the ifArgument is true. It is the second parameter of the IfActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:import_ImportOwningNamespace a rdf:Property ; - rdfs:label "import_ImportOwningNamespace" ; - rdfs:comment "The Namespace into which Memberships are imported by this Import, which must be the owningRelatedElement of the Import." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:import_ImportedElement a rdf:Property ; - rdfs:label "import_ImportedElement" ; - rdfs:comment "The effectively imported Element for this Import. For a MembershipImport, this is the memberElement of the importedMembership. For a NamespaceImport, it is the importedNamespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:import_IsImportAll a rdf:Property ; - rdfs:label "import_IsImportAll" ; - rdfs:comment "Whether to import memberships without regard to declared visibility." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:import_IsRecursive a rdf:Property ; - rdfs:label "import_IsRecursive" ; - rdfs:comment "Whether to recursively import Memberships from visible, owned sub-Namespaces." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:import_Visibility a rdf:Property ; - rdfs:label "import_Visibility" ; - rdfs:comment "The visibility level of the imported members from this Import relative to the importOwningNamespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:includeUseCaseUsage_UseCaseIncluded a rdf:Property ; - rdfs:label "includeUseCaseUsage_UseCaseIncluded" ; - rdfs:comment "The UseCaseUsage to be included by this IncludeUseCaseUsage. It is the performedAction of the IncludeUseCaseUsage considered as a PerformActionUsage, which must be a UseCaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:interfaceDefinition_InterfaceEnd a rdf:Property ; - rdfs:label "interfaceDefinition_InterfaceEnd" ; - rdfs:comment """The PortUsages that are the connectionEnds of this InterfaceDefinition. - -.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:interfaceUsage_InterfaceDefinition a rdf:Property ; - rdfs:label "interfaceUsage_InterfaceDefinition" ; - rdfs:comment "The InterfaceDefinitions that type this InterfaceUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:intersecting_IntersectingType a rdf:Property ; - rdfs:label "intersecting_IntersectingType" ; - rdfs:comment "Type that partly determines interpretations of typeIntersected, as described in Type::intersectingType." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:intersecting_TypeIntersected a rdf:Property ; - rdfs:label "intersecting_TypeIntersected" ; - rdfs:comment "Type with interpretations partly determined by intersectingType, as described in Type::intersectingType." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:invariant_IsNegated a rdf:Property ; - rdfs:label "invariant_IsNegated" ; - rdfs:comment "Whether this Invariant is asserted to be false rather than true." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:invocationExpression_Argument a rdf:Property ; - rdfs:label "invocationExpression_Argument" ; - rdfs:comment "The value Expressions of the FeatureValues of the owned input parameters of the InvocationExpression." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:invocationExpression_Operand a rdf:Property ; - rdfs:label "invocationExpression_Operand" ; - rdfs:comment "operand." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:itemFlow_Interaction a rdf:Property ; - rdfs:label "itemFlow_Interaction" ; - rdfs:comment "The Interactions that type this ItemFlow. Interactions are both Associations and Behaviors, which can type Connectors and Steps, respectively." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:itemFlow_ItemFeature a rdf:Property ; - rdfs:label "itemFlow_ItemFeature" ; - rdfs:comment "The ownedFeature of the ItemFlow that is an ItemFeature (if any)." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:itemFlow_ItemFlowEnd a rdf:Property ; - rdfs:label "itemFlow_ItemFlowEnd" ; - rdfs:comment "The connectorEnds of this ItemFlow that are ItemFlowEnds." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:itemFlow_ItemType a rdf:Property ; - rdfs:label "itemFlow_ItemType" ; - rdfs:comment "The type of values transferred, which is the type of the itemFeature of the ItemFlow." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:itemFlow_SourceOutputFeature a rdf:Property ; - rdfs:label "itemFlow_SourceOutputFeature" ; - rdfs:comment "The Feature that provides the items carried by the ItemFlow. It must be an owned output of the source of the ItemFlow." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:itemFlow_TargetInputFeature a rdf:Property ; - rdfs:label "itemFlow_TargetInputFeature" ; - rdfs:comment "The Feature that receives the values carried by the ItemFlow. It must be an owned output of the target participant of the ItemFlow." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:itemUsage_ItemDefinition a rdf:Property ; - rdfs:label "itemUsage_ItemDefinition" ; - rdfs:comment "The Structures that are the definitions of this ItemUsage. Nominally, these are ItemDefinitions, but other kinds of Kernel Structures are also allowed, to permit use of Structures from the Kernel Library." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:libraryPackage_IsStandard a rdf:Property ; - rdfs:label "libraryPackage_IsStandard" ; - rdfs:comment "Whether this LibraryPackage contains a standard library model. This should only be set to true for LibraryPackages in the standard Kernel Model Libraries or in normative model libraries for a language built on KerML." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:literalBoolean_Value a rdf:Property ; - rdfs:label "literalBoolean_Value" ; - rdfs:comment "The Boolean value that is the result of evaluating this LiteralBoolean." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:literalInteger_Value a rdf:Property ; - rdfs:label "literalInteger_Value" ; - rdfs:comment "The Integer value that is the result of evaluating this LiteralInteger." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:literalRational_Value a rdf:Property ; - rdfs:label "literalRational_Value" ; - rdfs:comment "The value whose rational approximation is the result of evaluating this LiteralRational." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:literalString_Value a rdf:Property ; - rdfs:label "literalString_Value" ; - rdfs:comment "The String value that is the result of evaluating this LiteralString." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:loopActionUsage_BodyAction a rdf:Property ; - rdfs:label "loopActionUsage_BodyAction" ; - rdfs:comment "The ActionUsage to be performed repeatedly by the LoopActionUsage. It is the second parameter of the LoopActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:membershipImport_ImportedMembership a rdf:Property ; - rdfs:label "membershipImport_ImportedMembership" ; - rdfs:comment "The Membership to be imported." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:membership_MemberElement a rdf:Property ; - rdfs:label "membership_MemberElement" ; - rdfs:comment "The Element that becomes a member of the membershipOwningNamespace due to this Membership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:membership_MemberElementId a rdf:Property ; - rdfs:label "membership_MemberElementId" ; - rdfs:comment "The elementId of the memberElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:membership_MemberName a rdf:Property ; - rdfs:label "membership_MemberName" ; - rdfs:comment "The name of the memberElement relative to the membershipOwningNamespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:membership_MemberShortName a rdf:Property ; - rdfs:label "membership_MemberShortName" ; - rdfs:comment "The short name of the memberElement relative to the membershipOwningNamespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:membership_MembershipOwningNamespace a rdf:Property ; - rdfs:label "membership_MembershipOwningNamespace" ; - rdfs:comment "The Namespace of which the memberElement becomes a member due to this Membership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:membership_Visibility a rdf:Property ; - rdfs:label "membership_Visibility" ; - rdfs:comment "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:metadataAccessExpression_ReferencedElement a rdf:Property ; - rdfs:label "metadataAccessExpression_ReferencedElement" ; - rdfs:comment " The Element whose metadata is being accessed." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:metadataFeature_Metaclass a rdf:Property ; - rdfs:label "metadataFeature_Metaclass" ; - rdfs:comment "The type of this MetadataFeature, which must be a Metaclass." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:metadataUsage_MetadataDefinition a rdf:Property ; - rdfs:label "metadataUsage_MetadataDefinition" ; - rdfs:comment "The MetadataDefinition that is the definition of this MetadataUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:multiplicityRange_Bound a rdf:Property ; - rdfs:label "multiplicityRange_Bound" ; - rdfs:comment "The owned Expressions of the MultiplicityRange whose results provide its bounds. These must be the only ownedMembers of the MultiplicityRange." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:multiplicityRange_LowerBound a rdf:Property ; - rdfs:label "multiplicityRange_LowerBound" ; - rdfs:comment "The Expression whose result provides the lower bound of the MultiplicityRange. If no lowerBound Expression is given, then the lower bound shall have the same value as the upper bound, unless the upper bound is unbounded (*), in which case the lower bound shall be 0." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:multiplicityRange_UpperBound a rdf:Property ; - rdfs:label "multiplicityRange_UpperBound" ; - rdfs:comment "The Expression whose result is the upper bound of the MultiplicityRange." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:namespaceImport_ImportedNamespace a rdf:Property ; - rdfs:label "namespaceImport_ImportedNamespace" ; - rdfs:comment "The Namespace whose visible Memberships are imported by this NamespaceImport." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:namespace_ImportedMembership a rdf:Property ; - rdfs:label "namespace_ImportedMembership" ; - rdfs:comment "The Memberships in this Namespace that result from the ownedImports of this Namespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:namespace_Member a rdf:Property ; - rdfs:label "namespace_Member" ; - rdfs:comment "The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:namespace_Membership a rdf:Property ; - rdfs:label "namespace_Membership" ; - rdfs:comment "All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:namespace_OwnedImport a rdf:Property ; - rdfs:label "namespace_OwnedImport" ; - rdfs:comment "The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:namespace_OwnedMember a rdf:Property ; - rdfs:label "namespace_OwnedMember" ; - rdfs:comment "The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the ." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:namespace_OwnedMembership a rdf:Property ; - rdfs:label "namespace_OwnedMembership" ; - rdfs:comment "The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:objectiveMembership_OwnedObjectiveRequirement a rdf:Property ; - rdfs:label "objectiveMembership_OwnedObjectiveRequirement" ; - rdfs:comment "The RequirementUsage that is the ownedMemberFeature of this RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:occurrenceDefinition_IsIndividual a rdf:Property ; - rdfs:label "occurrenceDefinition_IsIndividual" ; - rdfs:comment "Whether this OccurrenceDefinition is constrained to represent single individual." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:occurrenceDefinition_LifeClass a rdf:Property ; - rdfs:label "occurrenceDefinition_LifeClass" ; - rdfs:comment "If isIndividual is true, a LifeClass that specializes this OccurrenceDefinition, restricting it to represent an individual." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:occurrenceUsage_IndividualDefinition a rdf:Property ; - rdfs:label "occurrenceUsage_IndividualDefinition" ; - rdfs:comment "The at most one occurrenceDefinition that has isIndividual = true." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:occurrenceUsage_IsIndividual a rdf:Property ; - rdfs:label "occurrenceUsage_IsIndividual" ; - rdfs:comment "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:occurrenceUsage_OccurrenceDefinition a rdf:Property ; - rdfs:label "occurrenceUsage_OccurrenceDefinition" ; - rdfs:comment "The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:occurrenceUsage_PortionKind a rdf:Property ; - rdfs:label "occurrenceUsage_PortionKind" ; - rdfs:comment "The kind of (temporal) portion of the life of the occurrenceDefinition represented by this OccurrenceUsage, if it is so restricted." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:operatorExpression_Operator a rdf:Property ; - rdfs:label "operatorExpression_Operator" ; - rdfs:comment "An operator symbol that names a corresponding Function from one of the standard packages from the Kernel Function Library ." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:owningMembership_OwnedMemberElement a rdf:Property ; - rdfs:label "owningMembership_OwnedMemberElement" ; - rdfs:comment "The Element that becomes an ownedMember of the membershipOwningNamespace due to this OwningMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:owningMembership_OwnedMemberElementId a rdf:Property ; - rdfs:label "owningMembership_OwnedMemberElementId" ; - rdfs:comment "The elementId of the ownedMemberElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:owningMembership_OwnedMemberName a rdf:Property ; - rdfs:label "owningMembership_OwnedMemberName" ; - rdfs:comment "The name of the ownedMemberElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:owningMembership_OwnedMemberShortName a rdf:Property ; - rdfs:label "owningMembership_OwnedMemberShortName" ; - rdfs:comment "The shortName of the ownedMemberElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:package_FilterCondition a rdf:Property ; - rdfs:label "package_FilterCondition" ; - rdfs:comment "The model-level evaluable Boolean-valued Expression used to filter the members of this Package, which are owned by the Package are via ElementFilterMemberships." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:parameterMembership_OwnedMemberParameter a rdf:Property ; - rdfs:label "parameterMembership_OwnedMemberParameter" ; - rdfs:comment "The Feature that is identified as a parameter by this ParameterMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:partUsage_PartDefinition a rdf:Property ; - rdfs:label "partUsage_PartDefinition" ; - rdfs:comment "The itemDefinitions of this PartUsage that are PartDefinitions." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:performActionUsage_PerformedAction a rdf:Property ; - rdfs:label "performActionUsage_PerformedAction" ; - rdfs:comment "The ActionUsage to be performed by this PerformedActionUsage. It is the eventOccurrence of the PerformActionUsage considered as an EventOccurrenceUsage, which must be an ActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:portConjugation_ConjugatedPortDefinition a rdf:Property ; - rdfs:label "portConjugation_ConjugatedPortDefinition" ; - rdfs:comment "The ConjugatedPortDefinition that is conjugate to the originalPortDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:portConjugation_OriginalPortDefinition a rdf:Property ; - rdfs:label "portConjugation_OriginalPortDefinition" ; - rdfs:comment "The PortDefinition being conjugated." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:portDefinition_ConjugatedPortDefinition a rdf:Property ; - rdfs:label "portDefinition_ConjugatedPortDefinition" ; - rdfs:comment "The that is conjugate to this PortDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:portUsage_PortDefinition a rdf:Property ; - rdfs:label "portUsage_PortDefinition" ; - rdfs:comment "The occurrenceDefinitions of this PortUsage, which must all be PortDefinitions." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:portionKind_Snapshot a oslc_sysmlv2:PortionKind ; - rdfs:label "portionKind_Snapshot" ; - rdfs:comment "A snapshot of an Occurrence (a time slice with zero duration)." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:portionKind_Timeslice a oslc_sysmlv2:PortionKind ; - rdfs:label "portionKind_Timeslice" ; - rdfs:comment "A time slice of an Occurrence (a portion over time)." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:redefinition_RedefinedFeature a rdf:Property ; - rdfs:label "redefinition_RedefinedFeature" ; - rdfs:comment "The Feature that is redefined by the redefiningFeature of this Redefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:redefinition_RedefiningFeature a rdf:Property ; - rdfs:label "redefinition_RedefiningFeature" ; - rdfs:comment "The Feature that is redefining the redefinedFeature of this Redefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:referenceSubsetting_ReferencedFeature a rdf:Property ; - rdfs:label "referenceSubsetting_ReferencedFeature" ; - rdfs:comment "The Feature that is referenced by the referencingFeature of this ReferenceSubsetting." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:referenceSubsetting_ReferencingFeature a rdf:Property ; - rdfs:label "referenceSubsetting_ReferencingFeature" ; - rdfs:comment "The Feature that owns this ReferenceSubsetting relationship, which is also its subsettingFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:relationship_IsImplied a rdf:Property ; - rdfs:label "relationship_IsImplied" ; - rdfs:comment "Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:relationship_OwnedRelatedElement a rdf:Property ; - rdfs:label "relationship_OwnedRelatedElement" ; - rdfs:comment "The relatedElements of this Relationship that are owned by the Relationship." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:relationship_OwningRelatedElement a rdf:Property ; - rdfs:label "relationship_OwningRelatedElement" ; - rdfs:comment "The relatedElement of this Relationship that owns the Relationship, if any." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:relationship_RelatedElement a rdf:Property ; - rdfs:label "relationship_RelatedElement" ; - rdfs:comment "The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:relationship_Source a rdf:Property ; - rdfs:label "relationship_Source" ; - rdfs:comment "The relatedElements from which this Relationship is considered to be directed." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:relationship_Target a rdf:Property ; - rdfs:label "relationship_Target" ; - rdfs:comment "The relatedElements to which this Relationship is considered to be directed." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:renderingDefinition_Rendering a rdf:Property ; - rdfs:label "renderingDefinition_Rendering" ; - rdfs:comment "The usages of a RenderingDefinition that are RenderingUsages." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:renderingUsage_RenderingDefinition a rdf:Property ; - rdfs:label "renderingUsage_RenderingDefinition" ; - rdfs:comment "The RenderingDefinition that is the definition of this RenderingUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementConstraintKind_Assumption a oslc_sysmlv2:RequirementConstraintKind ; - rdfs:label "requirementConstraintKind_Assumption" ; - rdfs:comment "Indicates that a member ConstraintUsage of a RequirementDefinition or RequirementUsage represents an assumption." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementConstraintKind_Requirement a oslc_sysmlv2:RequirementConstraintKind ; - rdfs:label "requirementConstraintKind_Requirement" ; - rdfs:comment "Indicates that a member ConstraintUsage of a RequirementDefinition or RequirementUsagerepresents an requirement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementConstraintMembership_Kind a rdf:Property ; - rdfs:label "requirementConstraintMembership_Kind" ; - rdfs:comment "Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementConstraintMembership_OwnedConstraint a rdf:Property ; - rdfs:label "requirementConstraintMembership_OwnedConstraint" ; - rdfs:comment "The ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementConstraintMembership_ReferencedConstraint a rdf:Property ; - rdfs:label "requirementConstraintMembership_ReferencedConstraint" ; - rdfs:comment " The ConstraintUsage that is referenced through this RequirementConstraintMembership. It is the referencedFeature of the ownedReferenceSubsetting of the ownedConstraint, if there is one, and, otherwise, the ownedConstraint itself." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementDefinition_ActorParameter a rdf:Property ; - rdfs:label "requirementDefinition_ActorParameter" ; - rdfs:comment "The parameters of this RequirementDefinition that represent actors involved in the requirement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementDefinition_AssumedConstraint a rdf:Property ; - rdfs:label "requirementDefinition_AssumedConstraint" ; - rdfs:comment "The owned ConstraintUsages that represent assumptions of this RequirementDefinition, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = assumption." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementDefinition_FramedConcern a rdf:Property ; - rdfs:label "requirementDefinition_FramedConcern" ; - rdfs:comment "The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementDefinition_ReqId a rdf:Property ; - rdfs:label "requirementDefinition_ReqId" ; - rdfs:comment "An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementDefinition_RequiredConstraint a rdf:Property ; - rdfs:label "requirementDefinition_RequiredConstraint" ; - rdfs:comment "The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementDefinition_StakeholderParameter a rdf:Property ; - rdfs:label "requirementDefinition_StakeholderParameter" ; - rdfs:comment "The parameters of this RequirementDefinition that represent stakeholders for th requirement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementDefinition_SubjectParameter a rdf:Property ; - rdfs:label "requirementDefinition_SubjectParameter" ; - rdfs:comment "The parameter of this RequirementDefinition that represents its subject." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementDefinition_Text a rdf:Property ; - rdfs:label "requirementDefinition_Text" ; - rdfs:comment "An optional textual statement of the requirement represented by this RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementUsage_ActorParameter a rdf:Property ; - rdfs:label "requirementUsage_ActorParameter" ; - rdfs:comment "The parameters of this RequirementUsage that represent actors involved in the requirement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementUsage_AssumedConstraint a rdf:Property ; - rdfs:label "requirementUsage_AssumedConstraint" ; - rdfs:comment "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementUsage_FramedConcern a rdf:Property ; - rdfs:label "requirementUsage_FramedConcern" ; - rdfs:comment "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementUsage_ReqId a rdf:Property ; - rdfs:label "requirementUsage_ReqId" ; - rdfs:comment "An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementUsage_RequiredConstraint a rdf:Property ; - rdfs:label "requirementUsage_RequiredConstraint" ; - rdfs:comment "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementUsage_RequirementDefinition a rdf:Property ; - rdfs:label "requirementUsage_RequirementDefinition" ; - rdfs:comment "The RequirementDefinition that is the single definition of this RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementUsage_StakeholderParameter a rdf:Property ; - rdfs:label "requirementUsage_StakeholderParameter" ; - rdfs:comment "The parameters of this RequirementUsage that represent stakeholders for the requirement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementUsage_SubjectParameter a rdf:Property ; - rdfs:label "requirementUsage_SubjectParameter" ; - rdfs:comment "The parameter of this RequirementUsage that represents its subject." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementUsage_Text a rdf:Property ; - rdfs:label "requirementUsage_Text" ; - rdfs:comment "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementVerificationMembership_OwnedRequirement a rdf:Property ; - rdfs:label "requirementVerificationMembership_OwnedRequirement" ; - rdfs:comment "The owned RequirementUsage that acts as the ownedConstraint for this RequirementVerificationMembership. This will either be the verifiedRequirement, or it will subset the verifiedRequirement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:requirementVerificationMembership_VerifiedRequirement a rdf:Property ; - rdfs:label "requirementVerificationMembership_VerifiedRequirement" ; - rdfs:comment " The RequirementUsage that is identified as being verified. It is the referencedConstraint of the RequirementVerificationMembership considered as a RequirementConstraintMembership, which must be a RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:resultExpressionMembership_OwnedResultExpression a rdf:Property ; - rdfs:label "resultExpressionMembership_OwnedResultExpression" ; - rdfs:comment "The Expression that provides the result for the owner of the ResultExpressionMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:satisfyRequirementUsage_SatisfiedRequirement a rdf:Property ; - rdfs:label "satisfyRequirementUsage_SatisfiedRequirement" ; - rdfs:comment "The RequirementUsage that is satisfied by the satisfyingSubject of this SatisfyRequirementUsage. It is the assertedConstraint of the SatisfyRequirementUsage considered as an AssertConstraintUsage, which must be a RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:satisfyRequirementUsage_SatisfyingFeature a rdf:Property ; - rdfs:label "satisfyRequirementUsage_SatisfyingFeature" ; - rdfs:comment "The Feature that represents the actual subject that is asserted to satisfy the satisfiedRequirement. The satisfyingFeature is bound to the subjectParameter of the SatisfyRequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:sendActionUsage_PayloadArgument a rdf:Property ; - rdfs:label "sendActionUsage_PayloadArgument" ; - rdfs:comment "An Expression whose result is bound to the payload input parameter of this SendActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:sendActionUsage_ReceiverArgument a rdf:Property ; - rdfs:label "sendActionUsage_ReceiverArgument" ; - rdfs:comment "An Expression whose result is bound to the receiver input parameter of this SendActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:sendActionUsage_SenderArgument a rdf:Property ; - rdfs:label "sendActionUsage_SenderArgument" ; - rdfs:comment "An Expression whose result is bound to the sender input parameter of this SendActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:specialization_General a rdf:Property ; - rdfs:label "specialization_General" ; - rdfs:comment "A Type with a superset of all instances of the specific Type, which might be the same set." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:specialization_OwningType a rdf:Property ; - rdfs:label "specialization_OwningType" ; - rdfs:comment "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:specialization_Specific a rdf:Property ; - rdfs:label "specialization_Specific" ; - rdfs:comment "A Type with a subset of all instances of the general Type, which might be the same set." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stakeholderMembership_OwnedStakeholderParameter a rdf:Property ; - rdfs:label "stakeholderMembership_OwnedStakeholderParameter" ; - rdfs:comment "The PartUsage specifying the stakeholder." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stateDefinition_DoAction a rdf:Property ; - rdfs:label "stateDefinition_DoAction" ; - rdfs:comment "The ActionUsage of this StateDefinition to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = do." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stateDefinition_EntryAction a rdf:Property ; - rdfs:label "stateDefinition_EntryAction" ; - rdfs:comment "The ActionUsage of this StateDefinition to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = entry." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stateDefinition_ExitAction a rdf:Property ; - rdfs:label "stateDefinition_ExitAction" ; - rdfs:comment "The ActionUsage of this StateDefinition to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = exit." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stateDefinition_IsParallel a rdf:Property ; - rdfs:label "stateDefinition_IsParallel" ; - rdfs:comment "Whether the ownedStates of this StateDefinition are to all be performed in parallel. If true, none of the ownedActions (which includes ownedStates) may have any incoming or outgoing Transitions. If false, only one ownedState may be performed at a time." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stateDefinition_State a rdf:Property ; - rdfs:label "stateDefinition_State" ; - rdfs:comment "The StateUsages, which are actions in the StateDefinition, that specify the discrete states in the behavior defined by the StateDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stateSubactionKind_Do a oslc_sysmlv2:StateSubactionKind ; - rdfs:label "stateSubactionKind_Do" ; - rdfs:comment "Indicates that the action of a StateSubactionMembership is a doAction." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stateSubactionKind_Entry a oslc_sysmlv2:StateSubactionKind ; - rdfs:label "stateSubactionKind_Entry" ; - rdfs:comment "Indicates that the action of a StateSubactionMembership is an entryAction." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stateSubactionKind_Exit a oslc_sysmlv2:StateSubactionKind ; - rdfs:label "stateSubactionKind_Exit" ; - rdfs:comment "Indicates that the action of a StateSubactionMembership is an exitAction." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stateSubactionMembership_Action a rdf:Property ; - rdfs:label "stateSubactionMembership_Action" ; - rdfs:comment "The ActionUsage that is the ownedMemberFeature of this StateSubactionMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stateSubactionMembership_Kind a rdf:Property ; - rdfs:label "stateSubactionMembership_Kind" ; - rdfs:comment "Whether this StateSubactionMembership is for an entry, do or exit ActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stateUsage_DoAction a rdf:Property ; - rdfs:label "stateUsage_DoAction" ; - rdfs:comment "The ActionUsage of this StateUsage to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = do." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stateUsage_EntryAction a rdf:Property ; - rdfs:label "stateUsage_EntryAction" ; - rdfs:comment "The ActionUsage of this StateUsage to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = entry." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stateUsage_ExitAction a rdf:Property ; - rdfs:label "stateUsage_ExitAction" ; - rdfs:comment "The ActionUsage of this StateUsage to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = exit." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stateUsage_IsParallel a rdf:Property ; - rdfs:label "stateUsage_IsParallel" ; - rdfs:comment "Whether the nestedStates of this StateUsage are to all be performed in parallel. If true, none of the nestedActions (which include nestedStates) may have any incoming or outgoing Transitions. If false, only one nestedState may be performed at a time." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:stateUsage_StateDefinition a rdf:Property ; - rdfs:label "stateUsage_StateDefinition" ; - rdfs:comment "The Behaviors that are the types of this StateUsage. Nominally, these would be StateDefinitions, but kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:step_Behavior a rdf:Property ; - rdfs:label "step_Behavior" ; - rdfs:comment "The Behaviors that type this Step." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:step_Parameter a rdf:Property ; - rdfs:label "step_Parameter" ; - rdfs:comment "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:subclassification_OwningClassifier a rdf:Property ; - rdfs:label "subclassification_OwningClassifier" ; - rdfs:comment "The Classifier that owns this Subclassification relationship, which must also be its subclassifier." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:subclassification_Subclassifier a rdf:Property ; - rdfs:label "subclassification_Subclassifier" ; - rdfs:comment "The more specific Classifier in this Subclassification." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:subclassification_Superclassifier a rdf:Property ; - rdfs:label "subclassification_Superclassifier" ; - rdfs:comment "The more general Classifier in this Subclassification." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:subjectMembership_OwnedSubjectParameter a rdf:Property ; - rdfs:label "subjectMembership_OwnedSubjectParameter" ; - rdfs:comment "The UsageownedMemberParameter of this SubjectMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:subsetting_OwningFeature a rdf:Property ; - rdfs:label "subsetting_OwningFeature" ; - rdfs:comment "A subsettingFeature that is also the owningRelatedElement of this Subsetting." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:subsetting_SubsettedFeature a rdf:Property ; - rdfs:label "subsetting_SubsettedFeature" ; - rdfs:comment "The Feature that is subsetted by the subsettingFeature of this Subsetting." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:subsetting_SubsettingFeature a rdf:Property ; - rdfs:label "subsetting_SubsettingFeature" ; - rdfs:comment "The Feature that is a subset of the subsettedFeature of this Subsetting." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:succession_EffectStep a rdf:Property ; - rdfs:label "succession_EffectStep" ; - rdfs:comment "Steps that represent occurrences that are side effects of the transitionStep occurring." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:succession_GuardExpression a rdf:Property ; - rdfs:label "succession_GuardExpression" ; - rdfs:comment "Expressions that must evaluate to true before the transitionStep can occur." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:succession_TransitionStep a rdf:Property ; - rdfs:label "succession_TransitionStep" ; - rdfs:comment "A Step that is typed by the Behavior TransitionPerformances::TransitionPerformance (from the Kernel Semantic Library) that has this Succession as its transitionLink." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:succession_TriggerStep a rdf:Property ; - rdfs:label "succession_TriggerStep" ; - rdfs:comment "Steps that map incoming events to the timing of occurrences of the transitionStep. The values of triggerStep subset the list of acceptable events to be received by a Behavior or the object that performs it." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:textualRepresentation_Body a rdf:Property ; - rdfs:label "textualRepresentation_Body" ; - rdfs:comment "The textual representation of the representedElement in the given language." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:textualRepresentation_Language a rdf:Property ; - rdfs:label "textualRepresentation_Language" ; - rdfs:comment "The natural or artifical language in which the body text is written." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:textualRepresentation_RepresentedElement a rdf:Property ; - rdfs:label "textualRepresentation_RepresentedElement" ; - rdfs:comment "The Element that is represented by this TextualRepresentation." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:transitionFeatureKind_Effect a oslc_sysmlv2:TransitionFeatureKind ; - rdfs:label "transitionFeatureKind_Effect" ; - rdfs:comment "Indicates that the transitionFeature of a TransitionFeatureMembership is an effectAction." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:transitionFeatureKind_Guard a oslc_sysmlv2:TransitionFeatureKind ; - rdfs:label "transitionFeatureKind_Guard" ; - rdfs:comment "Indicates that the transitionFeature of a TransitionFeatureMembership is a guardExpression." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:transitionFeatureKind_Trigger a oslc_sysmlv2:TransitionFeatureKind ; - rdfs:label "transitionFeatureKind_Trigger" ; - rdfs:comment "Indicates that the transitionFeature of a TransitionFeatureMembership is a triggerAction." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:transitionFeatureMembership_Kind a rdf:Property ; - rdfs:label "transitionFeatureMembership_Kind" ; - rdfs:comment "Whether this TransitionFeatureMembership is for a trigger, guard or effect." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:transitionFeatureMembership_TransitionFeature a rdf:Property ; - rdfs:label "transitionFeatureMembership_TransitionFeature" ; - rdfs:comment "The Step that is the ownedMemberFeature of this TransitionFeatureMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:transitionUsage_EffectAction a rdf:Property ; - rdfs:label "transitionUsage_EffectAction" ; - rdfs:comment "The ActionUsages that define the effects of this TransitionUsage, which are the ownedFeatures of the TransitionUsage related to it by TransitionFeatureMemberships with kind = effect, which must all be ActionUsages." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:transitionUsage_GuardExpression a rdf:Property ; - rdfs:label "transitionUsage_GuardExpression" ; - rdfs:comment "The Expressions that define the guards of this TransitionUsage, which are the ownedFeatures of the TransitionUsage related to it by TransitionFeatureMemberships with kind = guard, which must all be Expressions." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:transitionUsage_Source a rdf:Property ; - rdfs:label "transitionUsage_Source" ; - rdfs:comment "The source ActionUsage of this TransitionUsage, which becomes the source of the succession for the TransitionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:transitionUsage_Succession a rdf:Property ; - rdfs:label "transitionUsage_Succession" ; - rdfs:comment "The Succession that is the ownedFeature of this TransitionUsage, which, if the TransitionUsage is triggered, asserts the temporal ordering of the source and target." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:transitionUsage_Target a rdf:Property ; - rdfs:label "transitionUsage_Target" ; - rdfs:comment "The target ActionUsage of this TransitionUsage, which is the targetFeature of the succession for the TransitionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:transitionUsage_TriggerAction a rdf:Property ; - rdfs:label "transitionUsage_TriggerAction" ; - rdfs:comment "The AcceptActionUsages that define the triggers of this TransitionUsage, which are the ownedFeatures of the TransitionUsage related to it by TransitionFeatureMemberships with kind = trigger, which must all be AcceptActionUsages." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:triggerInvocationExpression_Kind a rdf:Property ; - rdfs:label "triggerInvocationExpression_Kind" ; - rdfs:comment "Indicates which of the Functions from the Triggers model in the Kernel Semantic Library is to be invoked by this TriggerInvocationExpression." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:triggerKind_After a oslc_sysmlv2:TriggerKind ; - rdfs:label "triggerKind_After" ; - rdfs:comment "Indicates a relative time trigger, corresponding to the TriggerAfter Function from the Triggers model in the Kernel Semantic Library." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:triggerKind_At a oslc_sysmlv2:TriggerKind ; - rdfs:label "triggerKind_At" ; - rdfs:comment "Indicates an absolute time trigger, corresponding to the TriggerAt Function from the Triggers model in the Kernel Semantic Library." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:triggerKind_When a oslc_sysmlv2:TriggerKind ; - rdfs:label "triggerKind_When" ; - rdfs:comment "Indicates a change trigger, corresponding to the TriggerWhen Function from the Triggers model in the Kernel Semantic Library." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:typeFeaturing_FeatureOfType a rdf:Property ; - rdfs:label "typeFeaturing_FeatureOfType" ; - rdfs:comment "The Feature that is featured by the featuringType. It is the source of the TypeFeaturing." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:typeFeaturing_FeaturingType a rdf:Property ; - rdfs:label "typeFeaturing_FeaturingType" ; - rdfs:comment "The Type that features the featureOfType. It is the target of the TypeFeaturing." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:typeFeaturing_OwningFeatureOfType a rdf:Property ; - rdfs:label "typeFeaturing_OwningFeatureOfType" ; - rdfs:comment "A featureOfType that is also the owningRelatedElement of this TypeFeaturing." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_DifferencingType a rdf:Property ; - rdfs:label "type_DifferencingType" ; - rdfs:comment "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_DirectedFeature a rdf:Property ; - rdfs:label "type_DirectedFeature" ; - rdfs:comment "The features of this Type that have a non-null direction." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_EndFeature a rdf:Property ; - rdfs:label "type_EndFeature" ; - rdfs:comment "All features of this Type with isEnd = true." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_Feature a rdf:Property ; - rdfs:label "type_Feature" ; - rdfs:comment "The ownedMemberFeatures of the featureMemberships of this Type." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_FeatureMembership a rdf:Property ; - rdfs:label "type_FeatureMembership" ; - rdfs:comment "The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships)." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_InheritedFeature a rdf:Property ; - rdfs:label "type_InheritedFeature" ; - rdfs:comment "All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_InheritedMembership a rdf:Property ; - rdfs:label "type_InheritedMembership" ; - rdfs:comment "All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_Input a rdf:Property ; - rdfs:label "type_Input" ; - rdfs:comment "All features related to this Type by FeatureMemberships that have direction in or inout." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_IntersectingType a rdf:Property ; - rdfs:label "type_IntersectingType" ; - rdfs:comment "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_IsAbstract a rdf:Property ; - rdfs:label "type_IsAbstract" ; - rdfs:comment "Indicates whether instances of this Type must also be instances of at least one of its specialized Types." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_IsConjugated a rdf:Property ; - rdfs:label "type_IsConjugated" ; - rdfs:comment "Indicates whether this Type has an ownedConjugator." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_IsSufficient a rdf:Property ; - rdfs:label "type_IsSufficient" ; - rdfs:comment "Whether all things that meet the classification conditions of this Type must be classified by the Type." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_Multiplicity a rdf:Property ; - rdfs:label "type_Multiplicity" ; - rdfs:comment "An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_Output a rdf:Property ; - rdfs:label "type_Output" ; - rdfs:comment "All features related to this Type by FeatureMemberships that have direction out or inout." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_OwnedConjugator a rdf:Property ; - rdfs:label "type_OwnedConjugator" ; - rdfs:comment "A Conjugation owned by this Type for which the Type is the originalType." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_OwnedDifferencing a rdf:Property ; - rdfs:label "type_OwnedDifferencing" ; - rdfs:comment "The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_OwnedDisjoining a rdf:Property ; - rdfs:label "type_OwnedDisjoining" ; - rdfs:comment "The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_OwnedEndFeature a rdf:Property ; - rdfs:label "type_OwnedEndFeature" ; - rdfs:comment "All endFeatures of this Type that are ownedFeatures." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_OwnedFeature a rdf:Property ; - rdfs:label "type_OwnedFeature" ; - rdfs:comment "The ownedMemberFeatures of the ownedFeatureMemberships of this Type." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_OwnedFeatureMembership a rdf:Property ; - rdfs:label "type_OwnedFeatureMembership" ; - rdfs:comment "The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_OwnedIntersecting a rdf:Property ; - rdfs:label "type_OwnedIntersecting" ; - rdfs:comment "The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_OwnedSpecialization a rdf:Property ; - rdfs:label "type_OwnedSpecialization" ; - rdfs:comment "The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_OwnedUnioning a rdf:Property ; - rdfs:label "type_OwnedUnioning" ; - rdfs:comment "The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:type_UnioningType a rdf:Property ; - rdfs:label "type_UnioningType" ; - rdfs:comment "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:unioning_TypeUnioned a rdf:Property ; - rdfs:label "unioning_TypeUnioned" ; - rdfs:comment "Type with interpretations partly determined by unioningType, as described in Type::unioningType." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:unioning_UnioningType a rdf:Property ; - rdfs:label "unioning_UnioningType" ; - rdfs:comment "Type that partly determines interpretations of typeUnioned, as described in Type::unioningType." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_Definition a rdf:Property ; - rdfs:label "usage_Definition" ; - rdfs:comment "The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_DirectedUsage a rdf:Property ; - rdfs:label "usage_DirectedUsage" ; - rdfs:comment "The usages of this Usage that are directedFeatures." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_IsReference a rdf:Property ; - rdfs:label "usage_IsReference" ; - rdfs:comment "Whether this Usage is a referential Usage, that is, it has isComposite = false." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_IsVariation a rdf:Property ; - rdfs:label "usage_IsVariation" ; - rdfs:comment "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedAction a rdf:Property ; - rdfs:label "usage_NestedAction" ; - rdfs:comment "The ActionUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedAllocation a rdf:Property ; - rdfs:label "usage_NestedAllocation" ; - rdfs:comment "The AllocationUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedAnalysisCase a rdf:Property ; - rdfs:label "usage_NestedAnalysisCase" ; - rdfs:comment "The AnalysisCaseUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedAttribute a rdf:Property ; - rdfs:label "usage_NestedAttribute" ; - rdfs:comment "The code>AttributeUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedCalculation a rdf:Property ; - rdfs:label "usage_NestedCalculation" ; - rdfs:comment "The CalculationUsage that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedCase a rdf:Property ; - rdfs:label "usage_NestedCase" ; - rdfs:comment "The CaseUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedConcern a rdf:Property ; - rdfs:label "usage_NestedConcern" ; - rdfs:comment "The ConcernUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedConnection a rdf:Property ; - rdfs:label "usage_NestedConnection" ; - rdfs:comment "The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages and SuccessionAsUsages, even though these are ConnectorAsUsages but not ConnectionUsages." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedConstraint a rdf:Property ; - rdfs:label "usage_NestedConstraint" ; - rdfs:comment "The ConstraintUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedEnumeration a rdf:Property ; - rdfs:label "usage_NestedEnumeration" ; - rdfs:comment "The code>EnumerationUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedFlow a rdf:Property ; - rdfs:label "usage_NestedFlow" ; - rdfs:comment "The code>FlowConnectionUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedInterface a rdf:Property ; - rdfs:label "usage_NestedInterface" ; - rdfs:comment "The InterfaceUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedItem a rdf:Property ; - rdfs:label "usage_NestedItem" ; - rdfs:comment "The ItemUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedMetadata a rdf:Property ; - rdfs:label "usage_NestedMetadata" ; - rdfs:comment "The MetadataUsages that are nestedUsages of this of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedOccurrence a rdf:Property ; - rdfs:label "usage_NestedOccurrence" ; - rdfs:comment "The OccurrenceUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedPart a rdf:Property ; - rdfs:label "usage_NestedPart" ; - rdfs:comment "The PartUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedPort a rdf:Property ; - rdfs:label "usage_NestedPort" ; - rdfs:comment "The PortUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedReference a rdf:Property ; - rdfs:label "usage_NestedReference" ; - rdfs:comment "The ReferenceUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedRendering a rdf:Property ; - rdfs:label "usage_NestedRendering" ; - rdfs:comment "The RenderingUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedRequirement a rdf:Property ; - rdfs:label "usage_NestedRequirement" ; - rdfs:comment "The RequirementUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedState a rdf:Property ; - rdfs:label "usage_NestedState" ; - rdfs:comment "The StateUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedTransition a rdf:Property ; - rdfs:label "usage_NestedTransition" ; - rdfs:comment "The TransitionUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedUsage a rdf:Property ; - rdfs:label "usage_NestedUsage" ; - rdfs:comment "The Usages that are ownedFeatures of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedUseCase a rdf:Property ; - rdfs:label "usage_NestedUseCase" ; - rdfs:comment "The UseCaseUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedVerificationCase a rdf:Property ; - rdfs:label "usage_NestedVerificationCase" ; - rdfs:comment "The VerificationCaseUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedView a rdf:Property ; - rdfs:label "usage_NestedView" ; - rdfs:comment "The ViewUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_NestedViewpoint a rdf:Property ; - rdfs:label "usage_NestedViewpoint" ; - rdfs:comment "The ViewpointUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_OwningDefinition a rdf:Property ; - rdfs:label "usage_OwningDefinition" ; - rdfs:comment "The Definition that owns this Usage (if any)." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_OwningUsage a rdf:Property ; - rdfs:label "usage_OwningUsage" ; - rdfs:comment "The Usage in which this Usage is nested (if any)." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_Usage a rdf:Property ; - rdfs:label "usage_Usage" ; - rdfs:comment "The Usages that are features of this Usage (not necessarily owned)." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_Variant a rdf:Property ; - rdfs:label "usage_Variant" ; - rdfs:comment "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:usage_VariantMembership a rdf:Property ; - rdfs:label "usage_VariantMembership" ; - rdfs:comment "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:useCaseDefinition_IncludedUseCase a rdf:Property ; - rdfs:label "useCaseDefinition_IncludedUseCase" ; - rdfs:comment "The UseCaseUsages that are included by this UseCaseDefinition, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:useCaseUsage_IncludedUseCase a rdf:Property ; - rdfs:label "useCaseUsage_IncludedUseCase" ; - rdfs:comment "The UseCaseUsages that are included by this UseCaseUse, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:useCaseUsage_UseCaseDefinition a rdf:Property ; - rdfs:label "useCaseUsage_UseCaseDefinition" ; - rdfs:comment "The UseCaseDefinition that is the definition of this UseCaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:variantMembership_OwnedVariantUsage a rdf:Property ; - rdfs:label "variantMembership_OwnedVariantUsage" ; - rdfs:comment "The Usage that represents a variant in the context of the owningVariationDefinition or owningVariationUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:verificationCaseDefinition_VerifiedRequirement a rdf:Property ; - rdfs:label "verificationCaseDefinition_VerifiedRequirement" ; - rdfs:comment "The RequirementUsages verified by this VerificationCaseDefinition, which are the verifiedRequirements of all RequirementVerificationMemberships of the objectiveRequirement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:verificationCaseUsage_VerificationCaseDefinition a rdf:Property ; - rdfs:label "verificationCaseUsage_VerificationCaseDefinition" ; - rdfs:comment "The VerificationCase that is the definition of this VerificationCaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:verificationCaseUsage_VerifiedRequirement a rdf:Property ; - rdfs:label "verificationCaseUsage_VerifiedRequirement" ; - rdfs:comment "The RequirementUsages verified by this VerificationCaseUsage, which are the verifiedRequirements of all RequirementVerificationMemberships of the objectiveRequirement." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:viewDefinition_SatisfiedViewpoint a rdf:Property ; - rdfs:label "viewDefinition_SatisfiedViewpoint" ; - rdfs:comment "The composite ownedRequirements of this ViewDefinition that are ViewpointUsages for viewpoints satisfied by the ViewDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:viewDefinition_View a rdf:Property ; - rdfs:label "viewDefinition_View" ; - rdfs:comment "The usages of this ViewDefinition that are ViewUsages." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:viewDefinition_ViewCondition a rdf:Property ; - rdfs:label "viewDefinition_ViewCondition" ; - rdfs:comment "The Expressions related to this ViewDefinition by ElementFilterMemberships, which specify conditions on Elements to be rendered in a view." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:viewDefinition_ViewRendering a rdf:Property ; - rdfs:label "viewDefinition_ViewRendering" ; - rdfs:comment "The RenderingUsage to be used to render views defined by this ViewDefinition, which is the referencedRendering of the ViewRenderingMembership of the ViewDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:viewRenderingMembership_OwnedRendering a rdf:Property ; - rdfs:label "viewRenderingMembership_OwnedRendering" ; - rdfs:comment "The owned RenderingUsage that is either itself the referencedRendering or subsets the referencedRendering." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:viewRenderingMembership_ReferencedRendering a rdf:Property ; - rdfs:label "viewRenderingMembership_ReferencedRendering" ; - rdfs:comment " The RenderingUsage that is referenced through this ViewRenderingMembership. It is the referencedFeature of the ownedReferenceSubsetting for the ownedRendering, if there is one, and, otherwise, the ownedRendering itself." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:viewUsage_ExposedElement a rdf:Property ; - rdfs:label "viewUsage_ExposedElement" ; - rdfs:comment "The Elements that are exposed by this ViewUsage, which are those memberElements of the imported Memberships from all the Expose Relationships that meet all the owned and inherited viewConditions." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:viewUsage_SatisfiedViewpoint a rdf:Property ; - rdfs:label "viewUsage_SatisfiedViewpoint" ; - rdfs:comment "The nestedRequirements of this ViewUsage that are ViewpointUsages for (additional) viewpoints satisfied by the ViewUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:viewUsage_ViewCondition a rdf:Property ; - rdfs:label "viewUsage_ViewCondition" ; - rdfs:comment "The Expressions related to this ViewUsage by ElementFilterMemberships, which specify conditions on Elements to be rendered in a view." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:viewUsage_ViewDefinition a rdf:Property ; - rdfs:label "viewUsage_ViewDefinition" ; - rdfs:comment "The ViewDefinition that is the definition of this ViewUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:viewUsage_ViewRendering a rdf:Property ; - rdfs:label "viewUsage_ViewRendering" ; - rdfs:comment "The RenderingUsage to be used to render views defined by this ViewUsage, which is the referencedRendering of the ViewRenderingMembership of the ViewUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:viewpointDefinition_ViewpointStakeholder a rdf:Property ; - rdfs:label "viewpointDefinition_ViewpointStakeholder" ; - rdfs:comment "The PartUsages that identify the stakeholders with concerns framed by this ViewpointDefinition, which are the owned and inherited stakeholderParameters of the framedConcerns of this ViewpointDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:viewpointUsage_ViewpointDefinition a rdf:Property ; - rdfs:label "viewpointUsage_ViewpointDefinition" ; - rdfs:comment "The ViewpointDefinition that is the definition of this ViewpointUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:viewpointUsage_ViewpointStakeholder a rdf:Property ; - rdfs:label "viewpointUsage_ViewpointStakeholder" ; - rdfs:comment "The PartUsages that identify the stakeholders with concerns framed by this ViewpointUsage, which are the owned and inherited stakeholderParameters of the framedConcerns of this ViewpointUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:visibilityKind_Private a oslc_sysmlv2:VisibilityKind ; - rdfs:label "visibilityKind_Private" ; - rdfs:comment "Indicates a Membership is not visible outside its owning Namespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:visibilityKind_Protected a oslc_sysmlv2:VisibilityKind ; - rdfs:label "visibilityKind_Protected" ; - rdfs:comment "An intermediate level of visibility between public and private. By default, it is equivalent to private for the purposes of normal access to and import of Elements from a Namespace. However, other Relationships may be specified to include Memberships with protected visibility in the list of memberships for a Namespace (e.g., Specialization)." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:visibilityKind_Public a oslc_sysmlv2:VisibilityKind ; - rdfs:label "visibilityKind_Public" ; - rdfs:comment "Indicates that a Membership is publicly visible outside its owning Namespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:whileLoopActionUsage_UntilArgument a rdf:Property ; - rdfs:label "whileLoopActionUsage_UntilArgument" ; - rdfs:comment "The Expression whose result, if false, determines that the bodyAction should continue to be performed. It is the (optional) third owned parameter of the WhileLoopActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2:whileLoopActionUsage_WhileArgument a rdf:Property ; - rdfs:label "whileLoopActionUsage_WhileArgument" ; - rdfs:comment "The Expression whose result, if true, determines that the bodyAction should continue to be performed. It is the first owned parameter of the WhileLoopActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . - -oslc_sysmlv2: a owl:Ontology ; - rdfs:label "OSLC SysML v2 Vocabulary" ; - dcterms:dateCopyrighted "2012-2024" ; - dcterms:description "All vocabulary URIs defined in the OSLC SysML v2 namespace."^^rdf:XMLLiteral ; - dcterms:hasVersion "PSD01" ; - dcterms:isPartOf ; - dcterms:issued "2024-08-01"^^xsd:date ; - dcterms:license ; - dcterms:publisher ; - dcterms:source ; - dcterms:title "OSLC SysML v2 Vocabulary" ; - vann:preferredNamespacePrefix "oslc_sysmlv2" . - diff --git a/specs/sysml/kerml-shapes.ttl b/specs/sysml/SysML-Shapes-shapes.ttl similarity index 61% rename from specs/sysml/kerml-shapes.ttl rename to specs/sysml/SysML-Shapes-shapes.ttl index 057b55a..e31410d 100644 --- a/specs/sysml/kerml-shapes.ttl +++ b/specs/sysml/SysML-Shapes-shapes.ttl @@ -1,293 +1,181 @@ - -# Copyright 2024 OASIS Open -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - - -# Copyright 2024 OASIS Open -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - @prefix dcterms: . @prefix jazz_am: . @prefix oslc: . -@prefix oslc_sysml_shapes: . -@prefix oslc_sysmlv2: . +@prefix oslc_sysml: . +@prefix oslc_sysml_shapes: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . oslc_sysml_shapes: a oslc:ResourceShapeConstraints ; rdfs:label "OSLC System Modeling Language (SysML) Constraints" ; - dcterms:dateCopyrighted "2012-2024" ; dcterms:description "

Constraints on vocabulary terms defined in the OSLC System Modeling Language (SysML) namespace.

"^^rdf:XMLLiteral ; - dcterms:hasVersion "PSD01" ; - dcterms:isPartOf ; - dcterms:issued "2024-04-25"^^xsd:date ; - dcterms:license ; - dcterms:publisher ; - dcterms:source ; + dcterms:hasVersion "V2" ; + dcterms:isPartOf ; + dcterms:issued "2025-02-01"^^xsd:date ; + dcterms:license <> ; + dcterms:publisher ; + dcterms:source ; dcterms:title "OSLC System Modeling Language (SysML) Version 2.0 Constraints" . oslc_sysml_shapes:AcceptActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AcceptActionUsage ; + oslc:describes oslc_sysml:AcceptActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "payloadArgument" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:payloadArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "An Expression whose result is bound to the payload parameter of this AcceptActionUsage. If provided, the AcceptActionUsage will only accept a Transfer with exactly this payload."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "receiverArgument" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:receiverArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "An Expression whose result is bound to the receiver input parameter of this AcceptActionUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "receiverArgument" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:receiverArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "An Expression whose result is bound to the receiver input parameter of this AcceptActionUsage."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "payloadArgument" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:payloadArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "An Expression whose result is bound to the payload parameter of this AcceptActionUsage. If provided, the AcceptActionUsage will only accept a Transfer with exactly this payload."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -410,186 +298,123 @@ oslc_sysml_shapes:AcceptActionUsageShape a oslc:ResourceShape ; dcterms:title "AcceptActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ActionDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ActionDefinition ; + oslc:describes oslc_sysml:ActionDefinition ; oslc:property [ a oslc:Property ; - oslc:name "ownedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "action" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "action" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -597,57 +422,30 @@ oslc_sysml_shapes:ActionDefinitionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -740,48 +538,30 @@ oslc_sysml_shapes:ActionDefinitionShape a oslc:ResourceShape ; dcterms:title "ActionDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ActionUsage ; + oslc:describes oslc_sysml:ActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -789,177 +569,114 @@ oslc_sysml_shapes:ActionUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -1081,76 +798,58 @@ oslc_sysml_shapes:ActionUsageShape a oslc:ResourceShape ; dcterms:title "ActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ActorMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ActorMembership ; + oslc:describes oslc_sysml:ActorMembership ; oslc:property [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "feature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -1208,334 +907,154 @@ oslc_sysml_shapes:ActorMembershipShape a oslc:ResourceShape ; dcterms:title "ActorMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AllocationDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AllocationDefinition ; + oslc:describes oslc_sysml:AllocationDefinition ; oslc:property [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:allocation, oslc_sysml_shapes:associationEnd, @@ -1637,367 +1156,163 @@ oslc_sysml_shapes:AllocationDefinitionShape a oslc:ResourceShape ; dcterms:title "AllocationDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AllocationUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AllocationUsage ; + oslc:describes oslc_sysml:AllocationUsage ; oslc:property [ a oslc:Property ; - oslc:name "targetFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:allocationDefinition, oslc_sysml_shapes:association, @@ -2129,349 +1444,205 @@ oslc_sysml_shapes:AllocationUsageShape a oslc:ResourceShape ; dcterms:title "AllocationUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AnalysisCaseDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AnalysisCaseDefinition ; + oslc:describes oslc_sysml:AnalysisCaseDefinition ; oslc:property [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "resultExpression" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:resultExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "An Expression used to compute the result of the AnalysisCaseDefinition, owned via a ResultExpressionMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "objectiveRequirement" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RequirementUsage representing the objective of this CaseDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "action" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "resultExpression" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:resultExpression ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "An Expression used to compute the result of the AnalysisCaseDefinition, owned via a ResultExpressionMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "subjectParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameter of this CaseDefinition that represents its subject."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRendering" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "actorParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:calculation, oslc_sysml_shapes:contributor, @@ -2566,36 +1737,27 @@ oslc_sysml_shapes:AnalysisCaseDefinitionShape a oslc:ResourceShape ; dcterms:title "AnalysisCaseDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AnalysisCaseUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AnalysisCaseUsage ; + oslc:describes oslc_sysml:AnalysisCaseUsage ; oslc:property [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -2603,281 +1765,128 @@ oslc_sysml_shapes:AnalysisCaseUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "objectiveRequirement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "resultExpression" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:resultExpression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:resultExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -2885,48 +1894,39 @@ oslc_sysml_shapes:AnalysisCaseUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "objectiveRequirement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:analysisCaseDefinition, @@ -3052,12 +2052,12 @@ oslc_sysml_shapes:AnalysisCaseUsageShape a oslc:ResourceShape ; dcterms:title "AnalysisCaseUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AnnotatingElementShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AnnotatingElement ; + oslc:describes oslc_sysml:AnnotatingElement ; oslc:property [ a oslc:Property ; oslc:name "annotatedElement" ; oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:annotatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -3105,12 +2105,21 @@ oslc_sysml_shapes:AnnotatingElementShape a oslc:ResourceShape ; dcterms:title "AnnotatingElementShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AnnotationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Annotation ; + oslc:describes oslc_sysml:Annotation ; oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -3118,21 +2127,12 @@ oslc_sysml_shapes:AnnotationShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "annotatedElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:annotatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:annotatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Element that is annotated by the annotatingElement of this Annotation."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:annotatingElement, oslc_sysml_shapes:contributor, @@ -3181,346 +2181,160 @@ oslc_sysml_shapes:AnnotationShape a oslc:ResourceShape ; dcterms:title "AnnotationShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AssertConstraintUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AssertConstraintUsage ; + oslc:describes oslc_sysml:AssertConstraintUsage ; oslc:property [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:assertedConstraint, oslc_sysml_shapes:behavior, @@ -3646,235 +2460,154 @@ oslc_sysml_shapes:AssertConstraintUsageShape a oslc:ResourceShape ; dcterms:title "AssertConstraintUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AssignmentActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AssignmentActionUsage ; + oslc:describes oslc_sysml:AssignmentActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "referent" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:referent ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature whose value is to be set."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "referent" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referent ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature whose value is to be set."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -3998,12 +2731,12 @@ oslc_sysml_shapes:AssignmentActionUsageShape a oslc:ResourceShape ; dcterms:title "AssignmentActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AssociationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Association ; + oslc:describes oslc_sysml:Association ; oslc:property [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -4011,57 +2744,57 @@ oslc_sysml_shapes:AssociationShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:associationEnd, oslc_sysml_shapes:contributor, @@ -4137,115 +2870,70 @@ oslc_sysml_shapes:AssociationShape a oslc:ResourceShape ; dcterms:title "AssociationShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AssociationStructureShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AssociationStructure ; + oslc:describes oslc_sysml:AssociationStructure ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:associationEnd, oslc_sysml_shapes:contributor, @@ -4321,175 +3009,130 @@ oslc_sysml_shapes:AssociationStructureShape a oslc:ResourceShape ; dcterms:title "AssociationStructureShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AttributeDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AttributeDefinition ; + oslc:describes oslc_sysml:AttributeDefinition ; oslc:property [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -4580,130 +3223,130 @@ oslc_sysml_shapes:AttributeDefinitionShape a oslc:ResourceShape ; dcterms:title "AttributeDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AttributeUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AttributeUsage ; + oslc:describes oslc_sysml:AttributeUsage ; oslc:property [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:attributeDefinition, oslc_sysml_shapes:contributor, @@ -4821,61 +3464,61 @@ oslc_sysml_shapes:AttributeUsageShape a oslc:ResourceShape ; dcterms:title "AttributeUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:BehaviorShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Behavior ; + oslc:describes oslc_sysml:Behavior ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -4944,57 +3587,21 @@ oslc_sysml_shapes:BehaviorShape a oslc:ResourceShape ; dcterms:title "BehaviorShape"^^rdf:XMLLiteral . oslc_sysml_shapes:BindingConnectorAsUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:BindingConnectorAsUsage ; + oslc:describes oslc_sysml:BindingConnectorAsUsage ; oslc:property [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -5002,288 +3609,135 @@ oslc_sysml_shapes:BindingConnectorAsUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "targetFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "targetFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "targetFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, oslc_sysml_shapes:connectorEnd, @@ -5408,115 +3862,115 @@ oslc_sysml_shapes:BindingConnectorAsUsageShape a oslc:ResourceShape ; dcterms:title "BindingConnectorAsUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:BindingConnectorShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:BindingConnector ; + oslc:describes oslc_sysml:BindingConnector ; oslc:property [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, oslc_sysml_shapes:connectorEnd, @@ -5610,112 +4064,112 @@ oslc_sysml_shapes:BindingConnectorShape a oslc:ResourceShape ; dcterms:title "BindingConnectorShape"^^rdf:XMLLiteral . oslc_sysml_shapes:BooleanExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:BooleanExpression ; + oslc:describes oslc_sysml:BooleanExpression ; oslc:property [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -5804,210 +4258,132 @@ oslc_sysml_shapes:BooleanExpressionShape a oslc:ResourceShape ; dcterms:title "BooleanExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CalculationDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:CalculationDefinition ; + oslc:describes oslc_sysml:CalculationDefinition ; oslc:property [ a oslc:Property ; - oslc:name "action" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "action" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -6015,8 +4391,8 @@ oslc_sysml_shapes:CalculationDefinitionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -6024,93 +4400,27 @@ oslc_sysml_shapes:CalculationDefinitionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:calculation, oslc_sysml_shapes:contributor, @@ -6205,331 +4515,160 @@ oslc_sysml_shapes:CalculationDefinitionShape a oslc:ResourceShape ; dcterms:title "CalculationDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CalculationUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:CalculationUsage ; + oslc:describes oslc_sysml:CalculationUsage ; oslc:property [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -6653,126 +4792,69 @@ oslc_sysml_shapes:CalculationUsageShape a oslc:ResourceShape ; dcterms:title "CalculationUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CaseDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:CaseDefinition ; + oslc:describes oslc_sysml:CaseDefinition ; oslc:property [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRendering" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -6780,213 +4862,126 @@ oslc_sysml_shapes:CaseDefinitionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "objectiveRequirement" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RequirementUsage representing the objective of this CaseDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "action" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this CaseDefinition that represents its subject."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; + oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "action" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this CaseDefinition that represents its subject."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:calculation, oslc_sysml_shapes:contributor, @@ -7081,358 +5076,187 @@ oslc_sysml_shapes:CaseDefinitionShape a oslc:ResourceShape ; dcterms:title "CaseDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CaseUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:CaseUsage ; + oslc:describes oslc_sysml:CaseUsage ; oslc:property [ a oslc:Property ; - oslc:name "type" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "objectiveRequirement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "actorParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "objectiveRequirement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "subjectParameter" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -7557,52 +5381,52 @@ oslc_sysml_shapes:CaseUsageShape a oslc:ResourceShape ; dcterms:title "CaseUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ClassShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Class ; + oslc:describes oslc_sysml:Class ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -7670,52 +5494,52 @@ oslc_sysml_shapes:ClassShape a oslc:ResourceShape ; dcterms:title "ClassShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ClassifierShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Classifier ; + oslc:describes oslc_sysml:Classifier ; oslc:property [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -7783,112 +5607,112 @@ oslc_sysml_shapes:ClassifierShape a oslc:ResourceShape ; dcterms:title "ClassifierShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CollectExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:CollectExpression ; + oslc:describes oslc_sysml:CollectExpression ; oslc:property [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:argument, oslc_sysml_shapes:behavior, @@ -7975,26 +5799,26 @@ oslc_sysml_shapes:CollectExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A CollectExpression is an OperatorExpression whose operator is "collect", which resolves to the Function ControlFunctions::collect from the Kernel Functions Library."^^rdf:XMLLiteral ; + dcterms:description "A CollectExpression is an OperatorExpression whose operator is \"collect\", which resolves to the Function ControlFunctions::collect from the Kernel Functions Library."^^rdf:XMLLiteral ; dcterms:title "CollectExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CommentShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Comment ; + oslc:describes oslc_sysml:Comment ; oslc:property [ a oslc:Property ; + oslc:name "body" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:body ; + oslc:readOnly false ; + dcterms:description "The annotation text for the Comment."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "annotatedElement" ; oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:annotatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "body" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:body ; - oslc:readOnly false ; - dcterms:description "The annotation text for the Comment."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:annotation, oslc_sysml_shapes:contributor, @@ -8039,234 +5863,159 @@ oslc_sysml_shapes:CommentShape a oslc:ResourceShape ; dcterms:title "CommentShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConcernDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConcernDefinition ; + oslc:describes oslc_sysml:ConcernDefinition ; oslc:property [ a oslc:Property ; - oslc:name "framedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:framedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementDefinition that represent actors involved in the requirement."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "text" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:text ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "An optional textual statement of the requirement represented by this RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this RequirementDefinition that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "requiredConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:requiredConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "requiredConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:requiredConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "text" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:text ; - oslc:readOnly false ; - dcterms:description "An optional textual statement of the requirement represented by this RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "stakeholderParameter" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementDefinition that represent stakeholders for th requirement."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "reqId" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:reqId ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this RequirementDefinition that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "assumedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:assumedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementDefinition, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = assumption."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -8274,81 +6023,66 @@ oslc_sysml_shapes:ConcernDefinitionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "stakeholderParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:stakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementDefinition that represent stakeholders for th requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "framedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:framedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:assumedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "reqId" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:reqId ; - oslc:readOnly false ; - dcterms:description "An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementDefinition, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = assumption."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementDefinition that represent actors involved in the requirement."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -8442,307 +6176,226 @@ oslc_sysml_shapes:ConcernDefinitionShape a oslc:ResourceShape ; dcterms:title "ConcernDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConcernUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConcernUsage ; + oslc:describes oslc_sysml:ConcernUsage ; oslc:property [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:assumedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "text" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:text ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "reqId" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:reqId ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "reqId" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:reqId ; - oslc:readOnly false ; - dcterms:description "An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "requiredConstraint" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:requiredConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "text" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:text ; - oslc:readOnly false ; - dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "stakeholderParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:stakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "stakeholderParameter" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "framedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:framedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "assumedConstraint" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:assumedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "framedConcern" ; + oslc:name "requiredConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:framedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:requiredConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:concernDefinition, @@ -8868,244 +6521,154 @@ oslc_sysml_shapes:ConcernUsageShape a oslc:ResourceShape ; dcterms:title "ConcernUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConjugatedPortDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConjugatedPortDefinition ; + oslc:describes oslc_sysml:ConjugatedPortDefinition ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "originalPortDefinition" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:originalPortDefinition ; + oslc:range oslc_sysml:PortDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The original PortDefinition for this ConjugatedPortDefinition, which is the owningNamespace of the ConjugatedPortDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "originalPortDefinition" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:originalPortDefinition ; - oslc:range oslc_sysmlv2:PortDefinition ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The original PortDefinition for this ConjugatedPortDefinition, which is the owningNamespace of the ConjugatedPortDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "conjugatedPortDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:conjugatedPortDefinition ; - oslc:range oslc_sysmlv2:ConjugatedPortDefinition ; + oslc:propertyDefinition oslc_sysml:conjugatedPortDefinition ; + oslc:range oslc_sysml:ConjugatedPortDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The that is conjugate to this PortDefinition.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -9198,30 +6761,21 @@ oslc_sysml_shapes:ConjugatedPortDefinitionShape a oslc:ResourceShape ; dcterms:title "ConjugatedPortDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConjugatedPortTypingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConjugatedPortTyping ; + oslc:describes oslc_sysml:ConjugatedPortTyping ; oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "A typedFeature that is also the owningRelatedElement of this FeatureTyping."^^rdf:XMLLiteral ], + dcterms:description "The Type that is being applied by this FeatureTyping."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -9229,39 +6783,48 @@ oslc_sysml_shapes:ConjugatedPortTypingShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "portDefinition" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:portDefinition ; - oslc:range oslc_sysmlv2:PortDefinition ; + oslc:propertyDefinition oslc_sysml:portDefinition ; + oslc:range oslc_sysml:PortDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The originalPortDefinition of the conjugatedPortDefinition of this ConjugatedPortTyping."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "conjugatedPortDefinition" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:conjugatedPortDefinition ; - oslc:range oslc_sysmlv2:ConjugatedPortDefinition ; + oslc:propertyDefinition oslc_sysml:conjugatedPortDefinition ; + oslc:range oslc_sysml:ConjugatedPortDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The type of this ConjugatedPortTyping considered as a FeatureTyping, which must be a ConjugatedPortDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is being applied by this FeatureTyping."^^rdf:XMLLiteral ], + dcterms:description "A typedFeature that is also the owningRelatedElement of this FeatureTyping."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -9310,21 +6873,12 @@ oslc_sysml_shapes:ConjugatedPortTypingShape a oslc:ResourceShape ; dcterms:title "ConjugatedPortTypingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConjugationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Conjugation ; + oslc:describes oslc_sysml:Conjugation ; oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -9332,12 +6886,21 @@ oslc_sysml_shapes:ConjugationShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:conjugatedType, oslc_sysml_shapes:contributor, @@ -9385,120 +6948,63 @@ oslc_sysml_shapes:ConjugationShape a oslc:ResourceShape ; dcterms:title "ConjugationShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConnectionDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConnectionDefinition ; + oslc:describes oslc_sysml:ConnectionDefinition ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -9506,213 +7012,90 @@ oslc_sysml_shapes:ConnectionDefinitionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRendering" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:associationEnd, oslc_sysml_shapes:connectionEnd, @@ -9813,186 +7196,45 @@ oslc_sysml_shapes:ConnectionDefinitionShape a oslc:ResourceShape ; dcterms:title "ConnectionDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConnectionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConnectionUsage ; + oslc:describes oslc_sysml:ConnectionUsage ; oslc:property [ a oslc:Property ; oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -10000,180 +7242,117 @@ oslc_sysml_shapes:ConnectionUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, oslc_sysml_shapes:connectionDefinition, @@ -10304,102 +7483,102 @@ oslc_sysml_shapes:ConnectionUsageShape a oslc:ResourceShape ; dcterms:title "ConnectionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConnectorAsUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConnectorAsUsage ; + oslc:describes oslc_sysml:ConnectorAsUsage ; oslc:property [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -10407,135 +7586,54 @@ oslc_sysml_shapes:ConnectorAsUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "targetFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, oslc_sysml_shapes:connectorEnd, @@ -10660,115 +7758,115 @@ oslc_sysml_shapes:ConnectorAsUsageShape a oslc:ResourceShape ; dcterms:title "ConnectorAsUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConnectorShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Connector ; + oslc:describes oslc_sysml:Connector ; oslc:property [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, oslc_sysml_shapes:connectorEnd, @@ -10862,250 +7960,160 @@ oslc_sysml_shapes:ConnectorShape a oslc:ResourceShape ; dcterms:title "ConnectorShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConstraintDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConstraintDefinition ; + oslc:describes oslc_sysml:ConstraintDefinition ; oslc:property [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -11199,241 +8207,160 @@ oslc_sysml_shapes:ConstraintDefinitionShape a oslc:ResourceShape ; dcterms:title "ConstraintDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConstraintUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConstraintUsage ; + oslc:describes oslc_sysml:ConstraintUsage ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:constraintDefinition, @@ -11557,48 +8484,36 @@ oslc_sysml_shapes:ConstraintUsageShape a oslc:ResourceShape ; dcterms:title "ConstraintUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ControlNodeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ControlNode ; + oslc:describes oslc_sysml:ControlNode ; oslc:property [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -11606,177 +8521,108 @@ oslc_sysml_shapes:ControlNodeShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -11898,48 +8744,48 @@ oslc_sysml_shapes:ControlNodeShape a oslc:ResourceShape ; dcterms:title "ControlNodeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DataTypeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:DataType ; + oslc:describes oslc_sysml:DataType ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -12011,226 +8857,145 @@ oslc_sysml_shapes:DataTypeShape a oslc:ResourceShape ; dcterms:title "DataTypeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DecisionNodeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:DecisionNode ; + oslc:describes oslc_sysml:DecisionNode ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -12352,130 +9117,130 @@ oslc_sysml_shapes:DecisionNodeShape a oslc:ResourceShape ; dcterms:title "DecisionNodeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Definition ; + oslc:describes oslc_sysml:Definition ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -12566,25 +9331,25 @@ oslc_sysml_shapes:DefinitionShape a oslc:ResourceShape ; dcterms:title "DefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DependencyShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Dependency ; + oslc:describes oslc_sysml:Dependency ; oslc:property [ a oslc:Property ; - oslc:name "target" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:client, oslc_sysml_shapes:contributor, @@ -12632,12 +9397,21 @@ oslc_sysml_shapes:DependencyShape a oslc:ResourceShape ; dcterms:title "DependencyShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DifferencingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Differencing ; + oslc:describes oslc_sysml:Differencing ; oslc:property [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Type that partly determines interpretations of typeDifferenced, as described in Type::differencingType."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -12645,21 +9419,12 @@ oslc_sysml_shapes:DifferencingShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type that partly determines interpretations of typeDifferenced, as described in Type::differencingType."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -12706,12 +9471,21 @@ oslc_sysml_shapes:DifferencingShape a oslc:ResourceShape ; dcterms:title "DifferencingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DisjoiningShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Disjoining ; + oslc:describes oslc_sysml:Disjoining ; oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -12719,21 +9493,12 @@ oslc_sysml_shapes:DisjoiningShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "A typeDisjoined that is also an owningRelatedElement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -12781,22 +9546,22 @@ oslc_sysml_shapes:DisjoiningShape a oslc:ResourceShape ; dcterms:title "DisjoiningShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DocumentationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Documentation ; + oslc:describes oslc_sysml:Documentation ; oslc:property [ a oslc:Property ; + oslc:name "body" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:body ; + oslc:readOnly false ; + dcterms:description "The annotation text for the Comment."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "annotatedElement" ; oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:annotatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "body" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:body ; - oslc:readOnly false ; - dcterms:description "The annotation text for the Comment."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:annotation, oslc_sysml_shapes:contributor, @@ -12842,18 +9607,18 @@ oslc_sysml_shapes:DocumentationShape a oslc:ResourceShape ; dcterms:title "DocumentationShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ElementFilterMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ElementFilterMembership ; + oslc:describes oslc_sysml:ElementFilterMembership ; oslc:property [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -12861,8 +9626,8 @@ oslc_sysml_shapes:ElementFilterMembershipShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -12922,7 +9687,7 @@ oslc_sysml_shapes:ElementFilterMembershipShape a oslc:ResourceShape ; dcterms:title "ElementFilterMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ElementShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Element ; + oslc:describes oslc_sysml:Element ; oslc:property oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -12964,76 +9729,58 @@ oslc_sysml_shapes:ElementShape a oslc:ResourceShape ; dcterms:title "ElementShape"^^rdf:XMLLiteral . oslc_sysml_shapes:EndFeatureMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:EndFeatureMembership ; + oslc:describes oslc_sysml:EndFeatureMembership ; oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -13089,175 +9836,130 @@ oslc_sysml_shapes:EndFeatureMembershipShape a oslc:ResourceShape ; dcterms:title "EndFeatureMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:EnumerationDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:EnumerationDefinition ; + oslc:describes oslc_sysml:EnumerationDefinition ; oslc:property [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -13349,63 +10051,63 @@ oslc_sysml_shapes:EnumerationDefinitionShape a oslc:ResourceShape ; dcterms:title "EnumerationDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:EnumerationUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:EnumerationUsage ; + oslc:describes oslc_sysml:EnumerationUsage ; oslc:property [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -13413,53 +10115,53 @@ oslc_sysml_shapes:EnumerationUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -13467,8 +10169,8 @@ oslc_sysml_shapes:EnumerationUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -13591,136 +10293,136 @@ oslc_sysml_shapes:EnumerationUsageShape a oslc:ResourceShape ; dcterms:title "EnumerationUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:EventOccurrenceUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:EventOccurrenceUsage ; + oslc:describes oslc_sysml:EventOccurrenceUsage ; oslc:property [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -13841,607 +10543,178 @@ oslc_sysml_shapes:EventOccurrenceUsageShape a oslc:ResourceShape ; dcterms:title "EventOccurrenceUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ExhibitStateUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ExhibitStateUsage ; + oslc:describes oslc_sysml:ExhibitStateUsage ; oslc:property [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "exitAction" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:exitAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsage of this StateUsage to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = exit."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "doAction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:doAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateUsage to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = do."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isParallel" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isParallel ; + oslc:propertyDefinition oslc_sysml:isParallel ; oslc:readOnly false ; dcterms:description "Whether the nestedStates of this StateUsage are to all be performed in parallel. If true, none of the nestedActions (which include nestedStates) may have any incoming or outgoing Transitions. If false, only one nestedState may be performed at a time."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "doAction" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:doAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsage of this StateUsage to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = do."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "exitAction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:exitAction ; - oslc:range oslc_sysmlv2:ActionUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateUsage to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = exit."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "entryAction" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:entryAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:entryAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ActionUsage of this StateUsage to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = entry."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -14567,12 +10840,21 @@ oslc_sysml_shapes:ExhibitStateUsageShape a oslc:ResourceShape ; dcterms:title "ExhibitStateUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ExposeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Expose ; + oslc:describes oslc_sysml:Expose ; oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -14580,18 +10862,9 @@ oslc_sysml_shapes:ExposeShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -14641,112 +10914,112 @@ oslc_sysml_shapes:ExposeShape a oslc:ResourceShape ; dcterms:title "ExposeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Expression ; + oslc:describes oslc_sysml:Expression ; oslc:property [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -14834,121 +11107,121 @@ oslc_sysml_shapes:ExpressionShape a oslc:ResourceShape ; dcterms:title "ExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureChainExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureChainExpression ; + oslc:describes oslc_sysml:FeatureChainExpression ; oslc:property [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is accessed by this FeatureChainExpression, which is its first non-parameter member.

."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "targetFeature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is accessed by this FeatureChainExpression, which is its first non-parameter member.

."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:argument, oslc_sysml_shapes:behavior, @@ -15035,16 +11308,16 @@ oslc_sysml_shapes:FeatureChainExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A FeatureChainExpression is an OperatorExpression whose operator is ".", which resolves to the Function ControlFunctions::'.' from the Kernel Functions Library. It evaluates to the result of chaining the result Feature of its single argument Expression with its targetFeature."^^rdf:XMLLiteral ; + dcterms:description "A FeatureChainExpression is an OperatorExpression whose operator is \".\", which resolves to the Function ControlFunctions::'.' from the Kernel Functions Library. It evaluates to the result of chaining the result Feature of its single argument Expression with its targetFeature."^^rdf:XMLLiteral ; dcterms:title "FeatureChainExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureChainingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureChaining ; + oslc:describes oslc_sysml:FeatureChaining ; oslc:property [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -15052,8 +11325,8 @@ oslc_sysml_shapes:FeatureChainingShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -15061,8 +11334,8 @@ oslc_sysml_shapes:FeatureChainingShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -15113,12 +11386,12 @@ oslc_sysml_shapes:FeatureChainingShape a oslc:ResourceShape ; dcterms:title "FeatureChainingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureInvertingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureInverting ; + oslc:describes oslc_sysml:FeatureInverting ; oslc:property [ a oslc:Property ; oslc:name "owningFeature" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:owningFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -15126,8 +11399,8 @@ oslc_sysml_shapes:FeatureInvertingShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -15135,8 +11408,8 @@ oslc_sysml_shapes:FeatureInvertingShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -15188,76 +11461,58 @@ oslc_sysml_shapes:FeatureInvertingShape a oslc:ResourceShape ; dcterms:title "FeatureInvertingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureMembership ; + oslc:describes oslc_sysml:FeatureMembership ; oslc:property [ a oslc:Property ; - oslc:name "type" ; + oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; + oslc:name "feature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -15313,121 +11568,121 @@ oslc_sysml_shapes:FeatureMembershipShape a oslc:ResourceShape ; dcterms:title "FeatureMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureReferenceExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureReferenceExpression ; + oslc:describes oslc_sysml:FeatureReferenceExpression ; oslc:property [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "referent" ; + oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referent ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is referenced by this FeatureReferenceExpression, which is its first non-parameter member."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; + oslc:name "referent" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:referent ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is referenced by this FeatureReferenceExpression, which is its first non-parameter member."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -15515,88 +11770,88 @@ oslc_sysml_shapes:FeatureReferenceExpressionShape a oslc:ResourceShape ; dcterms:title "FeatureReferenceExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Feature ; + oslc:describes oslc_sysml:Feature ; oslc:property [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -15684,39 +11939,12 @@ oslc_sysml_shapes:FeatureShape a oslc:ResourceShape ; dcterms:title "FeatureShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureTypingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureTyping ; + oslc:describes oslc_sysml:FeatureTyping ; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is being applied by this FeatureTyping."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "owningFeature" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:owningFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -15724,188 +11952,39 @@ oslc_sysml_shapes:FeatureTypingShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:general, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:specific, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type, - oslc_sysml_shapes:typedFeature ; - dcterms:description "FeatureTyping is Specialization in which the specific Type is a Feature. This means the set of instances of the (specific) typedFeature is a subset of the set of instances of the (general) type. In the simplest case, the type is a Classifier, whereupon the typedFeature has values that are instances of the Classifier."^^rdf:XMLLiteral ; - dcterms:title "FeatureTypingShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:FeatureValueShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureValue ; - oslc:property [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:value ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Expression that provides the value of the featureWithValue as its result."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:featureWithValue, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isDefault, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isInitial, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:memberElement, - oslc_sysml_shapes:memberElementId, - oslc_sysml_shapes:memberName, - oslc_sysml_shapes:memberShortName, - oslc_sysml_shapes:membershipOwningNamespace, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedMemberElement, - oslc_sysml_shapes:ownedMemberElementId, - oslc_sysml_shapes:ownedMemberName, - oslc_sysml_shapes:ownedMemberShortName, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A FeatureValue is a Membership that identifies a particular member Expression that provides the value of the Feature that owns the FeatureValue. The value is specified as either a bound value or an initial value, and as either a concrete or default value. A Feature can have at most one FeatureValue."^^rdf:XMLLiteral ; - dcterms:title "FeatureValueShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:FeaturingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Featuring ; - oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Type that is being applied by this FeatureTyping."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -15919,6 +11998,7 @@ oslc_sysml_shapes:FeaturingShape a oslc:ResourceShape ; oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:external, + oslc_sysml_shapes:general, oslc_sysml_shapes:identifier, oslc_sysml_shapes:instanceShape, oslc_sysml_shapes:isImplied, @@ -15943,335 +12023,324 @@ oslc_sysml_shapes:FeaturingShape a oslc:ResourceShape ; oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, + oslc_sysml_shapes:specific, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "Featuring is a Relationship between a Type and a Feature that is featured by that Type. It asserts that every instance in the domain of the feature must be classified by the type."^^rdf:XMLLiteral ; - dcterms:title "FeaturingShape"^^rdf:XMLLiteral . + oslc_sysml_shapes:type, + oslc_sysml_shapes:typedFeature ; + dcterms:description "FeatureTyping is Specialization in which the specific Type is a Feature. This means the set of instances of the (specific) typedFeature is a subset of the set of instances of the (general) type. In the simplest case, the type is a Classifier, whereupon the typedFeature has values that are instances of the Classifier."^^rdf:XMLLiteral ; + dcterms:title "FeatureTypingShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:FlowConnectionDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FlowConnectionDefinition ; +oslc_sysml_shapes:FeatureValueShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:FeatureValue ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "value" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:value ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Expression that provides the value of the featureWithValue as its result."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureWithValue, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isDefault, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isInitial, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:memberElement, + oslc_sysml_shapes:memberElementId, + oslc_sysml_shapes:memberName, + oslc_sysml_shapes:memberShortName, + oslc_sysml_shapes:membershipOwningNamespace, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedMemberElement, + oslc_sysml_shapes:ownedMemberElementId, + oslc_sysml_shapes:ownedMemberName, + oslc_sysml_shapes:ownedMemberShortName, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A FeatureValue is a Membership that identifies a particular member Expression that provides the value of the Feature that owns the FeatureValue. The value is specified as either a bound value or an initial value, and as either a concrete or default value. A Feature can have at most one FeatureValue."^^rdf:XMLLiteral ; + dcterms:title "FeatureValueShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:FeaturingShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Featuring ; + oslc:property [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "Featuring is a Relationship between a Type and a Feature that is featured by that Type. It asserts that every instance in the domain of the feature must be classified by the type."^^rdf:XMLLiteral ; + dcterms:title "FeaturingShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:FlowConnectionDefinitionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:FlowConnectionDefinition ; + oslc:property [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRendering" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "action" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -16279,704 +12348,768 @@ oslc_sysml_shapes:FlowConnectionDefinitionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:associationEnd, + oslc_sysml_shapes:connectionEnd, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:lifeClass, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAction, + oslc_sysml_shapes:ownedAllocation, + oslc_sysml_shapes:ownedAnalysisCase, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedAttribute, + oslc_sysml_shapes:ownedCalculation, + oslc_sysml_shapes:ownedCase, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedConnection, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedEnumeration, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedFlow, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedInterface, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedItem, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedMetadata, + oslc_sysml_shapes:ownedOccurrence, + oslc_sysml_shapes:ownedPart, + oslc_sysml_shapes:ownedPort, + oslc_sysml_shapes:ownedReference, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedState, + oslc_sysml_shapes:ownedSubclassification, + oslc_sysml_shapes:ownedTransition, + oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:ownedUsage, + oslc_sysml_shapes:ownedUseCase, + oslc_sysml_shapes:ownedVerificationCase, + oslc_sysml_shapes:ownedView, + oslc_sysml_shapes:ownedViewpoint, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:relatedType, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:sourceType, + oslc_sysml_shapes:step, + oslc_sysml_shapes:targetType, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A FlowConnectionDefinition is a ConnectionDefinition and ActionDefinition that is also an Interaction representing flows between Usages."^^rdf:XMLLiteral ; + dcterms:title "FlowConnectionDefinitionShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:FlowConnectionUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:FlowConnectionUsage ; + oslc:property [ a oslc:Property ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "action" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:associationEnd, - oslc_sysml_shapes:connectionEnd, + oslc_sysml_shapes:association, + oslc_sysml_shapes:behavior, + oslc_sysml_shapes:connectionDefinition, + oslc_sysml_shapes:connectorEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:flowConnectionDefinition, oslc_sysml_shapes:identifier, + oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:interaction, oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:lifeClass, + oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:itemDefinition, + oslc_sysml_shapes:itemFeature, + oslc_sysml_shapes:itemFlowEnd, + oslc_sysml_shapes:itemType, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, + oslc_sysml_shapes:occurrenceDefinition, oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAction, - oslc_sysml_shapes:ownedAllocation, - oslc_sysml_shapes:ownedAnalysisCase, oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedAttribute, - oslc_sysml_shapes:ownedCalculation, - oslc_sysml_shapes:ownedCase, oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedConnection, oslc_sysml_shapes:ownedDifferencing, oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedEnumeration, oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedFlow, oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedInterface, oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedItem, oslc_sysml_shapes:ownedMember, oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedMetadata, - oslc_sysml_shapes:ownedOccurrence, - oslc_sysml_shapes:ownedPart, - oslc_sysml_shapes:ownedPort, - oslc_sysml_shapes:ownedReference, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedState, - oslc_sysml_shapes:ownedSubclassification, - oslc_sysml_shapes:ownedTransition, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:ownedUsage, - oslc_sysml_shapes:ownedUseCase, - oslc_sysml_shapes:ownedVerificationCase, - oslc_sysml_shapes:ownedView, - oslc_sysml_shapes:ownedViewpoint, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, + oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:partDefinition, + oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:relatedType, + oslc_sysml_shapes:relatedFeature, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, - oslc_sysml_shapes:sourceType, - oslc_sysml_shapes:step, - oslc_sysml_shapes:targetType, + oslc_sysml_shapes:sourceFeature, + oslc_sysml_shapes:sourceOutputFeature, + oslc_sysml_shapes:targetInputFeature, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A FlowConnectionDefinition is a ConnectionDefinition and ActionDefinition that is also an Interaction representing flows between Usages."^^rdf:XMLLiteral ; - dcterms:title "FlowConnectionDefinitionShape"^^rdf:XMLLiteral . + dcterms:description "A FlowConnectionUsage is a ConnectionUsage that is also an ItemFlow."^^rdf:XMLLiteral ; + dcterms:title "FlowConnectionUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:FlowConnectionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FlowConnectionUsage ; +oslc_sysml_shapes:ForLoopActionUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:ForLoopActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + oslc_sysml_shapes:actionDefinition, + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:behavior, + oslc_sysml_shapes:bodyAction, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:individualDefinition, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:loopVariable, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, + oslc_sysml_shapes:occurrenceDefinition, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, + oslc_sysml_shapes:owningFeatureMembership, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:portionKind, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:seqArgument, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A ForLoopActionUsage is a LoopActionUsage that specifies that its bodyAction ActionUsage should be performed once for each value, in order, from the sequence of values obtained as the result of the seqArgument Expression, with the loopVariable set to the value for each iteration."^^rdf:XMLLiteral ; + dcterms:title "ForLoopActionUsageShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:ForkNodeShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:ForkNode ; + oslc:property [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -16984,98 +13117,50 @@ oslc_sysml_shapes:FlowConnectionUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -17083,441 +13168,553 @@ oslc_sysml_shapes:FlowConnectionUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + oslc_sysml_shapes:actionDefinition, + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:behavior, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:individualDefinition, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, + oslc_sysml_shapes:occurrenceDefinition, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, + oslc_sysml_shapes:owningFeatureMembership, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:portionKind, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A ForkNode is a ControlNode that must be followed by successor Actions as given by all its outgoing Successions."^^rdf:XMLLiteral ; + dcterms:title "ForkNodeShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:FramedConcernMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:FramedConcernMembership ; + oslc:property [ a oslc:Property ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "kind" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:kind ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "ownedConcern" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsage that is the ownedConstraint of this FramedConcernMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "ownedConstraint" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:memberElement, + oslc_sysml_shapes:memberElementId, + oslc_sysml_shapes:memberName, + oslc_sysml_shapes:memberShortName, + oslc_sysml_shapes:membershipOwningNamespace, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedMemberElement, + oslc_sysml_shapes:ownedMemberElementId, + oslc_sysml_shapes:ownedMemberFeature, + oslc_sysml_shapes:ownedMemberName, + oslc_sysml_shapes:ownedMemberShortName, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:referencedConcern, + oslc_sysml_shapes:referencedConstraint, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A FramedConcernMembership is a RequirementConstraintMembership for a framed ConcernUsage of a RequirementDefinition or RequirementUsage."^^rdf:XMLLiteral ; + dcterms:title "FramedConcernMembershipShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:FunctionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Function ; + oslc:property [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:expression, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubclassification, + oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:step, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A Function is a Behavior that has an out parameter that is identified as its result. A Function represents the performance of a calculation that produces the values of its result parameter. This calculation may be decomposed into Expressions that are steps of the Function."^^rdf:XMLLiteral ; + dcterms:title "FunctionShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:IfActionUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:IfActionUsage ; + oslc:property [ a oslc:Property ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:association, oslc_sysml_shapes:behavior, - oslc_sysml_shapes:connectionDefinition, - oslc_sysml_shapes:connectorEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -17532,25 +13729,24 @@ oslc_sysml_shapes:FlowConnectionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, + oslc_sysml_shapes:elseAction, oslc_sysml_shapes:endFeature, oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:flowConnectionDefinition, oslc_sysml_shapes:identifier, + oslc_sysml_shapes:ifArgument, oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:interaction, oslc_sysml_shapes:isAbstract, oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, - oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isNonunique, @@ -17560,10 +13756,6 @@ oslc_sysml_shapes:FlowConnectionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:itemDefinition, - oslc_sysml_shapes:itemFeature, - oslc_sysml_shapes:itemFlowEnd, - oslc_sysml_shapes:itemType, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, @@ -17614,7 +13806,6 @@ oslc_sysml_shapes:FlowConnectionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedMembership, oslc_sysml_shapes:ownedRedefinition, oslc_sysml_shapes:ownedReferenceSubsetting, - oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, oslc_sysml_shapes:ownedSubsetting, @@ -17626,184 +13817,234 @@ oslc_sysml_shapes:FlowConnectionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:partDefinition, oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:relatedFeature, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, - oslc_sysml_shapes:sourceFeature, - oslc_sysml_shapes:sourceOutputFeature, - oslc_sysml_shapes:targetInputFeature, oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:thenAction, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A FlowConnectionUsage is a ConnectionUsage that is also an ItemFlow."^^rdf:XMLLiteral ; - dcterms:title "FlowConnectionUsageShape"^^rdf:XMLLiteral . + dcterms:description "An IfActionUsage is an ActionUsage that specifies that the thenAction ActionUsage should be performed if the result of the ifArgument Expression is true. It may also optionally specify an elseAction ActionUsage that is performed if the result of the ifArgument is false."^^rdf:XMLLiteral ; + dcterms:title "IfActionUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:ForLoopActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ForLoopActionUsage ; +oslc_sysml_shapes:ImportShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Import ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; + oslc:readOnly false ; + dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:importOwningNamespace, + oslc_sysml_shapes:importedElement, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isImportAll, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isRecursive, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "An Import is an Relationship between its importOwningNamespace and either a Membership (for a MembershipImport) or another Namespace (for a NamespaceImport), which determines a set of Memberships that become importedMemberships of the importOwningNamespace. If isImportAll = false (the default), then only public Memberships are considered \"visible\". If isImportAll = true, then all Memberships are considered \"visible\", regardless of their declared visibility. If isRecursive = true, then visible Memberships are also recursively imported from owned sub-Namespaces."^^rdf:XMLLiteral ; + dcterms:title "ImportShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:IncludeUseCaseUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:IncludeUseCaseUsage ; + oslc:property [ a oslc:Property ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "includedUseCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:includedUseCase ; + oslc:range oslc_sysml:UseCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The UseCaseUsages that are included by this UseCaseUse, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseUsage.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "objectiveRequirement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -17811,70 +14052,59 @@ oslc_sysml_shapes:ForLoopActionUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, - oslc_sysml_shapes:bodyAction, + oslc_sysml_shapes:calculationDefinition, + oslc_sysml_shapes:caseDefinition, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -17891,9 +14121,11 @@ oslc_sysml_shapes:ForLoopActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, oslc_sysml_shapes:endOwningType, + oslc_sysml_shapes:eventOccurrence, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, @@ -17914,7 +14146,6 @@ oslc_sysml_shapes:ForLoopActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:loopVariable, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, @@ -17978,11 +14209,11 @@ oslc_sysml_shapes:ForLoopActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:performedAction, oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:seqArgument, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, @@ -17990,509 +14221,797 @@ oslc_sysml_shapes:ForLoopActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A ForLoopActionUsage is a LoopActionUsage that specifies that its bodyAction ActionUsage should be performed once for each value, in order, from the sequence of values obtained as the result of the seqArgument Expression, with the loopVariable set to the value for each iteration."^^rdf:XMLLiteral ; - dcterms:title "ForLoopActionUsageShape"^^rdf:XMLLiteral . + oslc_sysml_shapes:type, + oslc_sysml_shapes:useCaseDefinition, + oslc_sysml_shapes:useCaseIncluded ; + dcterms:description "An IncludeUseCaseUsage is a UseCaseUsage that represents the inclusion of a UseCaseUsage by a UseCaseDefinition or UseCaseUsage. Unless it is the IncludeUseCaseUsage itself, the UseCaseUsage to be included is related to the includedUseCase by a ReferenceSubsetting Relationship. An IncludeUseCaseUsage is also a PerformActionUsage, with its useCaseIncluded as the performedAction."^^rdf:XMLLiteral ; + dcterms:title "IncludeUseCaseUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:ForkNodeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ForkNode ; +oslc_sysml_shapes:InteractionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Interaction ; oslc:property [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:associationEnd, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubclassification, + oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:relatedType, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:sourceType, + oslc_sysml_shapes:step, + oslc_sysml_shapes:targetType, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "An Interaction is a Behavior that is also an Association, providing a context for multiple objects that have behaviors that impact one another."^^rdf:XMLLiteral ; + dcterms:title "InteractionShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:InterfaceDefinitionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:InterfaceDefinition ; + oslc:property [ a oslc:Property ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "ownedRendering" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - oslc_sysml_shapes:actionDefinition, + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:behavior, + oslc_sysml_shapes:associationEnd, + oslc_sysml_shapes:connectionEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, - oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:interfaceEnd, oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, + oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:lifeClass, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:nestedAction, - oslc_sysml_shapes:nestedAllocation, - oslc_sysml_shapes:nestedAnalysisCase, - oslc_sysml_shapes:nestedAttribute, - oslc_sysml_shapes:nestedCalculation, - oslc_sysml_shapes:nestedCase, - oslc_sysml_shapes:nestedConcern, - oslc_sysml_shapes:nestedConnection, - oslc_sysml_shapes:nestedConstraint, - oslc_sysml_shapes:nestedEnumeration, - oslc_sysml_shapes:nestedFlow, - oslc_sysml_shapes:nestedInterface, - oslc_sysml_shapes:nestedItem, - oslc_sysml_shapes:nestedMetadata, - oslc_sysml_shapes:nestedOccurrence, - oslc_sysml_shapes:nestedPart, - oslc_sysml_shapes:nestedPort, - oslc_sysml_shapes:nestedReference, - oslc_sysml_shapes:nestedRendering, - oslc_sysml_shapes:nestedRequirement, - oslc_sysml_shapes:nestedState, - oslc_sysml_shapes:nestedTransition, - oslc_sysml_shapes:nestedUsage, - oslc_sysml_shapes:nestedUseCase, - oslc_sysml_shapes:nestedVerificationCase, - oslc_sysml_shapes:nestedView, - oslc_sysml_shapes:nestedViewpoint, - oslc_sysml_shapes:occurrenceDefinition, oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAction, + oslc_sysml_shapes:ownedAllocation, + oslc_sysml_shapes:ownedAnalysisCase, oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedAttribute, + oslc_sysml_shapes:ownedCalculation, + oslc_sysml_shapes:ownedCase, oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedConnection, oslc_sysml_shapes:ownedDifferencing, oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedEnumeration, oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedFlow, oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedInterface, oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedItem, oslc_sysml_shapes:ownedMember, oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedMetadata, + oslc_sysml_shapes:ownedOccurrence, + oslc_sysml_shapes:ownedPart, + oslc_sysml_shapes:ownedPort, + oslc_sysml_shapes:ownedReference, + oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedState, + oslc_sysml_shapes:ownedSubclassification, + oslc_sysml_shapes:ownedTransition, oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:ownedUsage, + oslc_sysml_shapes:ownedUseCase, + oslc_sysml_shapes:ownedVerificationCase, + oslc_sysml_shapes:ownedView, + oslc_sysml_shapes:ownedViewpoint, oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningDefinition, - oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:relatedType, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, + oslc_sysml_shapes:sourceType, + oslc_sysml_shapes:targetType, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A ForkNode is a ControlNode that must be followed by successor Actions as given by all its outgoing Successions."^^rdf:XMLLiteral ; - dcterms:title "ForkNodeShape"^^rdf:XMLLiteral . + dcterms:description "An InterfaceDefinition is a ConnectionDefinition all of whose ends are PortUsages, defining an interface between elements that interact through such ports."^^rdf:XMLLiteral ; + dcterms:title "InterfaceDefinitionShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:FramedConcernMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FramedConcernMembership ; +oslc_sysml_shapes:InterfaceUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:InterfaceUsage ; oslc:property [ a oslc:Property ; - oslc:name "target" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:name "directedUsage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "kind" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:kind ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsage that is the ownedConstraint of this FramedConcernMembership."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:association, + oslc_sysml_shapes:connectionDefinition, + oslc_sysml_shapes:connectorEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, + oslc_sysml_shapes:individualDefinition, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:interfaceDefinition, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:memberElement, - oslc_sysml_shapes:memberElementId, - oslc_sysml_shapes:memberName, - oslc_sysml_shapes:memberShortName, - oslc_sysml_shapes:membershipOwningNamespace, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:itemDefinition, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, + oslc_sysml_shapes:occurrenceDefinition, + oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedMemberElement, - oslc_sysml_shapes:ownedMemberElementId, - oslc_sysml_shapes:ownedMemberFeature, - oslc_sysml_shapes:ownedMemberName, - oslc_sysml_shapes:ownedMemberShortName, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, + oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:partDefinition, + oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:referencedConcern, - oslc_sysml_shapes:referencedConstraint, oslc_sysml_shapes:refine, oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:relatedFeature, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, + oslc_sysml_shapes:sourceFeature, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A FramedConcernMembership is a RequirementConstraintMembership for a framed ConcernUsage of a RequirementDefinition or RequirementUsage."^^rdf:XMLLiteral ; - dcterms:title "FramedConcernMembershipShape"^^rdf:XMLLiteral . + dcterms:description "An InterfaceUsage is a Usage of an InterfaceDefinition to represent an interface connecting parts of a system through specific ports."^^rdf:XMLLiteral ; + dcterms:title "InterfaceUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:FunctionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Function ; +oslc_sysml_shapes:IntersectingShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Intersecting ; + oslc:property [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Type that partly determines interpretations of typeIntersected, as described in Type::intersectingType."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type, + oslc_sysml_shapes:typeIntersected ; + dcterms:description "Intersecting is a Relationship that makes its intersectingType one of the intersectingTypes of its typeIntersected."^^rdf:XMLLiteral ; + dcterms:title "IntersectingShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:InvariantShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Invariant ; oslc:property [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -18500,64 +15019,83 @@ oslc_sysml_shapes:FunctionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -18567,23 +15105,35 @@ oslc_sysml_shapes:FunctionShape a oslc:ResourceShape ; oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:expression, + oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNegated, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:isUnique, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, @@ -18597,19 +15147,27 @@ oslc_sysml_shapes:FunctionShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedEndFeature, oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, oslc_sysml_shapes:ownedFeatureMembership, oslc_sysml_shapes:ownedImport, oslc_sysml_shapes:ownedIntersecting, oslc_sysml_shapes:ownedMember, oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubclassification, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:predicate, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, oslc_sysml_shapes:satisfy, @@ -18617,237 +15175,122 @@ oslc_sysml_shapes:FunctionShape a oslc:ResourceShape ; oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, - oslc_sysml_shapes:step, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A Function is a Behavior that has an out parameter that is identified as its result. A Function represents the performance of a calculation that produces the values of its result parameter. This calculation may be decomposed into Expressions that are steps of the Function."^^rdf:XMLLiteral ; - dcterms:title "FunctionShape"^^rdf:XMLLiteral . + dcterms:description "An Invariant is a BooleanExpression that is asserted to have a specific Boolean result value. If isNegated = false, then the result is asserted to be true. If isNegated = true, then the result is asserted to be false."^^rdf:XMLLiteral ; + dcterms:title "InvariantShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:IfActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:IfActionUsage ; +oslc_sysml_shapes:InvocationExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:InvocationExpression ; oslc:property [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - oslc_sysml_shapes:actionDefinition, + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:argument, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -18855,7 +15298,6 @@ oslc_sysml_shapes:IfActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, @@ -18863,15 +15305,13 @@ oslc_sysml_shapes:IfActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, - oslc_sysml_shapes:elseAction, oslc_sysml_shapes:endFeature, oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, - oslc_sysml_shapes:ifArgument, - oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, @@ -18887,7 +15327,6 @@ oslc_sysml_shapes:IfActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:member, @@ -18895,34 +15334,7 @@ oslc_sysml_shapes:IfActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:nestedAction, - oslc_sysml_shapes:nestedAllocation, - oslc_sysml_shapes:nestedAnalysisCase, - oslc_sysml_shapes:nestedAttribute, - oslc_sysml_shapes:nestedCalculation, - oslc_sysml_shapes:nestedCase, - oslc_sysml_shapes:nestedConcern, - oslc_sysml_shapes:nestedConnection, - oslc_sysml_shapes:nestedConstraint, - oslc_sysml_shapes:nestedEnumeration, - oslc_sysml_shapes:nestedFlow, - oslc_sysml_shapes:nestedInterface, - oslc_sysml_shapes:nestedItem, - oslc_sysml_shapes:nestedMetadata, - oslc_sysml_shapes:nestedOccurrence, - oslc_sysml_shapes:nestedPart, - oslc_sysml_shapes:nestedPort, - oslc_sysml_shapes:nestedReference, - oslc_sysml_shapes:nestedRendering, - oslc_sysml_shapes:nestedRequirement, - oslc_sysml_shapes:nestedState, - oslc_sysml_shapes:nestedTransition, - oslc_sysml_shapes:nestedUsage, - oslc_sysml_shapes:nestedUseCase, - oslc_sysml_shapes:nestedVerificationCase, - oslc_sysml_shapes:nestedView, - oslc_sysml_shapes:nestedViewpoint, - oslc_sysml_shapes:occurrenceDefinition, + oslc_sysml_shapes:operand, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, @@ -18947,13 +15359,10 @@ oslc_sysml_shapes:IfActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningDefinition, oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, oslc_sysml_shapes:satisfy, @@ -18962,301 +15371,294 @@ oslc_sysml_shapes:IfActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:thenAction, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An IfActionUsage is an ActionUsage that specifies that the thenAction ActionUsage should be performed if the result of the ifArgument Expression is true. It may also optionally specify an elseAction ActionUsage that is performed if the result of the ifArgument is false."^^rdf:XMLLiteral ; - dcterms:title "IfActionUsageShape"^^rdf:XMLLiteral . + dcterms:description "An InvocationExpression is an Expression each of whose input parameters are bound to the result of an argument Expression."^^rdf:XMLLiteral ; + dcterms:title "InvocationExpressionShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:ImportShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Import ; +oslc_sysml_shapes:ItemDefinitionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:ItemDefinition ; oslc:property [ a oslc:Property ; - oslc:name "source" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "visibility" ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:importOwningNamespace, - oslc_sysml_shapes:importedElement, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isImportAll, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isRecursive, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "An Import is an Relationship between its importOwningNamespace and either a Membership (for a MembershipImport) or another Namespace (for a NamespaceImport), which determines a set of Memberships that become importedMemberships of the importOwningNamespace. If isImportAll = false (the default), then only public Memberships are considered "visible". If isImportAll = true, then all Memberships are considered "visible", regardless of their declared visibility. If isRecursive = true, then visible Memberships are also recursively imported from owned sub-Namespaces."^^rdf:XMLLiteral ; - dcterms:title "ImportShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:IncludeUseCaseUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:IncludeUseCaseUsage ; - oslc:property [ a oslc:Property ; - oslc:name "directedUsage" ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:lifeClass, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAction, + oslc_sysml_shapes:ownedAllocation, + oslc_sysml_shapes:ownedAnalysisCase, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedAttribute, + oslc_sysml_shapes:ownedCalculation, + oslc_sysml_shapes:ownedCase, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedConnection, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedEnumeration, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedFlow, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedInterface, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedItem, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedMetadata, + oslc_sysml_shapes:ownedOccurrence, + oslc_sysml_shapes:ownedPart, + oslc_sysml_shapes:ownedPort, + oslc_sysml_shapes:ownedReference, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedState, + oslc_sysml_shapes:ownedSubclassification, + oslc_sysml_shapes:ownedTransition, + oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:ownedUsage, + oslc_sysml_shapes:ownedUseCase, + oslc_sysml_shapes:ownedVerificationCase, + oslc_sysml_shapes:ownedView, + oslc_sysml_shapes:ownedViewpoint, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "An ItemDefinition is an OccurrenceDefinition of the Structure of things that may themselves be systems or parts of systems, but may also be things that are acted on by a system or parts of a system, but which do not necessarily perform actions themselves. This includes items that can be exchanged between parts of a system, such as water or electrical signals."^^rdf:XMLLiteral ; + dcterms:title "ItemDefinitionShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:ItemFeatureShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:ItemFeature ; + oslc:property [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "actorParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -19264,8 +15666,8 @@ oslc_sysml_shapes:IncludeUseCaseUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -19273,491 +15675,874 @@ oslc_sysml_shapes:IncludeUseCaseUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningFeatureMembership, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "An ItemFeature is the ownedFeature of an ItemFlow that identifies the things carried by the kinds of transfers that are instances of the ItemFlow."^^rdf:XMLLiteral ; + dcterms:title "ItemFeatureShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:ItemFlowEndShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:ItemFlowEnd ; + oslc:property [ a oslc:Property ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningFeatureMembership, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "An ItemFlowEnd is a Feature that is one of the connectorEnds giving the source or target of an ItemFlow. For ItemFlows typed by FlowTransfer or its specializations, ItemFlowEnds must have exactly one ownedFeature, which redefines Transfer::source::sourceOutput or Transfer::target::targetInput and redefines the corresponding feature of the relatedElement for its end."^^rdf:XMLLiteral ; + dcterms:title "ItemFlowEndShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:ItemFlowShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:ItemFlow ; + oslc:property [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "targetFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:association, + oslc_sysml_shapes:behavior, + oslc_sysml_shapes:connectorEnd, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:interaction, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:itemFeature, + oslc_sysml_shapes:itemFlowEnd, + oslc_sysml_shapes:itemType, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningFeatureMembership, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:relatedFeature, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:sourceFeature, + oslc_sysml_shapes:sourceOutputFeature, + oslc_sysml_shapes:targetInputFeature, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "An ItemFlow is a Step that represents the transfer of objects or data values from one Feature to another. ItemFlows can take non-zero time to complete."^^rdf:XMLLiteral ; + dcterms:title "ItemFlowShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:ItemUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:ItemUsage ; + oslc:property [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "objectiveRequirement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:individualDefinition, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:itemDefinition, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, + oslc_sysml_shapes:occurrenceDefinition, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, + oslc_sysml_shapes:owningFeatureMembership, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:portionKind, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "An ItemUsage is a ItemUsage whose definition is a Structure. Nominally, if the definition is an ItemDefinition, an ItemUsage is a ItemUsage of that ItemDefinition within a system. However, other kinds of Kernel Structures are also allowed, to permit use of Structures from the Kernel Model Libraries."^^rdf:XMLLiteral ; + dcterms:title "ItemUsageShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:JoinNodeShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:JoinNode ; + oslc:property [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "includedUseCase" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:includedUseCase ; - oslc:range oslc_sysmlv2:UseCaseUsage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The UseCaseUsages that are included by this UseCaseUse, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseUsage.."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, - oslc_sysml_shapes:calculationDefinition, - oslc_sysml_shapes:caseDefinition, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -19774,11 +16559,9 @@ oslc_sysml_shapes:IncludeUseCaseUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, oslc_sysml_shapes:endOwningType, - oslc_sysml_shapes:eventOccurrence, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, @@ -19862,7 +16645,6 @@ oslc_sysml_shapes:IncludeUseCaseUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:performedAction, oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, @@ -19874,64 +16656,84 @@ oslc_sysml_shapes:IncludeUseCaseUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, - oslc_sysml_shapes:type, - oslc_sysml_shapes:useCaseDefinition, - oslc_sysml_shapes:useCaseIncluded ; - dcterms:description "An IncludeUseCaseUsage is a UseCaseUsage that represents the inclusion of a UseCaseUsage by a UseCaseDefinition or UseCaseUsage. Unless it is the IncludeUseCaseUsage itself, the UseCaseUsage to be included is related to the includedUseCase by a ReferenceSubsetting Relationship. An IncludeUseCaseUsage is also a PerformActionUsage, with its useCaseIncluded as the performedAction."^^rdf:XMLLiteral ; - dcterms:title "IncludeUseCaseUsageShape"^^rdf:XMLLiteral . + oslc_sysml_shapes:type ; + dcterms:description "A JoinNode is a ControlNode that waits for the completion of all the predecessor Actions given by incoming Successions."^^rdf:XMLLiteral ; + dcterms:title "JoinNodeShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:InteractionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Interaction ; +oslc_sysml_shapes:LibraryPackageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:LibraryPackage ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:filterCondition, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isStandard, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A LibraryPackage is a Package that is the container for a model library. A LibraryPackage is itself a library Element as are all Elements that are directly or indirectly contained in it."^^rdf:XMLLiteral ; + dcterms:title "LibraryPackageShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:LifeClassShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:LifeClass ; + oslc:property [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -19939,35 +16741,17 @@ oslc_sysml_shapes:InteractionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -19975,32 +16759,13 @@ oslc_sysml_shapes:InteractionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:associationEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -20023,7 +16788,6 @@ oslc_sysml_shapes:InteractionShape a oslc:ResourceShape ; oslc_sysml_shapes:instanceShape, oslc_sysml_shapes:isAbstract, oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isSufficient, @@ -20045,7 +16809,6 @@ oslc_sysml_shapes:InteractionShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedIntersecting, oslc_sysml_shapes:ownedMember, oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, oslc_sysml_shapes:ownedSubclassification, @@ -20053,184 +16816,278 @@ oslc_sysml_shapes:InteractionShape a oslc:ResourceShape ; oslc_sysml_shapes:owner, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:relatedType, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, - oslc_sysml_shapes:sourceType, - oslc_sysml_shapes:step, - oslc_sysml_shapes:targetType, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An Interaction is a Behavior that is also an Association, providing a context for multiple objects that have behaviors that impact one another."^^rdf:XMLLiteral ; - dcterms:title "InteractionShape"^^rdf:XMLLiteral . + dcterms:description "A LifeClass is a Class that specializes both the Class Occurrences::Life from the Kernel Semantic Library and a single OccurrenceDefinition, and has a multiplicity of 0..1. This constrains the OccurrenceDefinition being specialized to have at most one instance that is a complete Life."^^rdf:XMLLiteral ; + dcterms:title "LifeClassShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:InterfaceDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:InterfaceDefinition ; +oslc_sysml_shapes:LiteralBooleanShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:LiteralBoolean ; oslc:property [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "value" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:value ; + oslc:readOnly false ; + dcterms:description "The Boolean value that is the result of evaluating this LiteralBoolean."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:behavior, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:function, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningFeatureMembership, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "LiteralBoolean is a LiteralExpression that provides a Boolean value as a result. Its result parameter must have type Boolean."^^rdf:XMLLiteral ; + dcterms:title "LiteralBooleanShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:LiteralExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:LiteralExpression ; + oslc:property [ a oslc:Property ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -20238,174 +17095,243 @@ oslc_sysml_shapes:InterfaceDefinitionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:behavior, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:function, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningFeatureMembership, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A LiteralExpression is an Expression that provides a basic DataValue as a result."^^rdf:XMLLiteral ; + dcterms:title "LiteralExpressionShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:LiteralInfinityShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:LiteralInfinity ; + oslc:property [ a oslc:Property ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:associationEnd, - oslc_sysml_shapes:connectionEnd, + oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -20415,161 +17341,139 @@ oslc_sysml_shapes:InterfaceDefinitionShape a oslc:ResourceShape ; oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:interfaceEnd, oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:lifeClass, + oslc_sysml_shapes:isUnique, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAction, - oslc_sysml_shapes:ownedAllocation, - oslc_sysml_shapes:ownedAnalysisCase, oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedAttribute, - oslc_sysml_shapes:ownedCalculation, - oslc_sysml_shapes:ownedCase, oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedConnection, oslc_sysml_shapes:ownedDifferencing, oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedEnumeration, oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedFlow, oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedInterface, oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedItem, oslc_sysml_shapes:ownedMember, oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedMetadata, - oslc_sysml_shapes:ownedOccurrence, - oslc_sysml_shapes:ownedPart, - oslc_sysml_shapes:ownedPort, - oslc_sysml_shapes:ownedReference, - oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedState, - oslc_sysml_shapes:ownedSubclassification, - oslc_sysml_shapes:ownedTransition, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:ownedUsage, - oslc_sysml_shapes:ownedUseCase, - oslc_sysml_shapes:ownedVerificationCase, - oslc_sysml_shapes:ownedView, - oslc_sysml_shapes:ownedViewpoint, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:relatedType, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, - oslc_sysml_shapes:sourceType, - oslc_sysml_shapes:targetType, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An InterfaceDefinition is a ConnectionDefinition all of whose ends are PortUsages, defining an interface between elements that interact through such ports."^^rdf:XMLLiteral ; - dcterms:title "InterfaceDefinitionShape"^^rdf:XMLLiteral . + dcterms:description "A LiteralInfinity is a LiteralExpression that provides the positive infinity value (*). It's result must have the type Positive."^^rdf:XMLLiteral ; + dcterms:title "LiteralInfinityShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:InterfaceUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:InterfaceUsage ; +oslc_sysml_shapes:LiteralIntegerShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:LiteralInteger ; oslc:property [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "value" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:value ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Integer value that is the result of evaluating this LiteralInteger."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -20577,122 +17481,41 @@ oslc_sysml_shapes:InterfaceUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -20700,182 +17523,20 @@ oslc_sysml_shapes:InterfaceUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "targetFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:association, - oslc_sysml_shapes:connectionDefinition, - oslc_sysml_shapes:connectorEnd, + oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, @@ -20888,62 +17549,30 @@ oslc_sysml_shapes:InterfaceUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, - oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:interfaceDefinition, oslc_sysml_shapes:isAbstract, oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, - oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isNonunique, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:nestedAction, - oslc_sysml_shapes:nestedAllocation, - oslc_sysml_shapes:nestedAnalysisCase, - oslc_sysml_shapes:nestedAttribute, - oslc_sysml_shapes:nestedCalculation, - oslc_sysml_shapes:nestedCase, - oslc_sysml_shapes:nestedConcern, - oslc_sysml_shapes:nestedConnection, - oslc_sysml_shapes:nestedConstraint, - oslc_sysml_shapes:nestedEnumeration, - oslc_sysml_shapes:nestedFlow, - oslc_sysml_shapes:nestedInterface, - oslc_sysml_shapes:nestedItem, - oslc_sysml_shapes:nestedMetadata, - oslc_sysml_shapes:nestedOccurrence, - oslc_sysml_shapes:nestedPart, - oslc_sysml_shapes:nestedPort, - oslc_sysml_shapes:nestedReference, - oslc_sysml_shapes:nestedRendering, - oslc_sysml_shapes:nestedRequirement, - oslc_sysml_shapes:nestedState, - oslc_sysml_shapes:nestedTransition, - oslc_sysml_shapes:nestedUsage, - oslc_sysml_shapes:nestedUseCase, - oslc_sysml_shapes:nestedVerificationCase, - oslc_sysml_shapes:nestedView, - oslc_sysml_shapes:nestedViewpoint, - oslc_sysml_shapes:occurrenceDefinition, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, @@ -20961,7 +17590,6 @@ oslc_sysml_shapes:InterfaceUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedMembership, oslc_sysml_shapes:ownedRedefinition, oslc_sysml_shapes:ownedReferenceSubsetting, - oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, oslc_sysml_shapes:ownedSubsetting, @@ -20969,213 +17597,137 @@ oslc_sysml_shapes:InterfaceUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningDefinition, oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:partDefinition, - oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:relatedFeature, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, - oslc_sysml_shapes:sourceFeature, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An InterfaceUsage is a Usage of an InterfaceDefinition to represent an interface connecting parts of a system through specific ports."^^rdf:XMLLiteral ; - dcterms:title "InterfaceUsageShape"^^rdf:XMLLiteral . + dcterms:description "A LiteralInteger is a LiteralExpression that provides an Integer value as a result. Its result parameter must have the type Integer."^^rdf:XMLLiteral ; + dcterms:title "LiteralIntegerShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:IntersectingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Intersecting ; +oslc_sysml_shapes:LiteralRationalShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:LiteralRational ; oslc:property [ a oslc:Property ; - oslc:name "source" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Type that partly determines interpretations of typeIntersected, as described in Type::intersectingType."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type, - oslc_sysml_shapes:typeIntersected ; - dcterms:description "Intersecting is a Relationship that makes its intersectingType one of the intersectingTypes of its typeIntersected."^^rdf:XMLLiteral ; - dcterms:title "IntersectingShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:InvariantShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Invariant ; - oslc:property [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "value" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:value ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The value whose rational approximation is the result of evaluating this LiteralRational."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -21209,7 +17761,6 @@ oslc_sysml_shapes:InvariantShape a oslc:ResourceShape ; oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNegated, oslc_sysml_shapes:isNonunique, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, @@ -21249,7 +17800,6 @@ oslc_sysml_shapes:InvariantShape a oslc:ResourceShape ; oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:predicate, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, oslc_sysml_shapes:satisfy, @@ -21261,118 +17811,123 @@ oslc_sysml_shapes:InvariantShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An Invariant is a BooleanExpression that is asserted to have a specific Boolean result value. If isNegated = false, then the result is asserted to be true. If isNegated = true, then the result is asserted to be false."^^rdf:XMLLiteral ; - dcterms:title "InvariantShape"^^rdf:XMLLiteral . + dcterms:description "A LiteralRational is a LiteralExpression that provides a Rational value as a result. Its result parameter must have the type Rational."^^rdf:XMLLiteral ; + dcterms:title "LiteralRationalShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:InvocationExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:InvocationExpression ; +oslc_sysml_shapes:LiteralStringShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:LiteralString ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "value" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:value ; + oslc:readOnly false ; + dcterms:description "The String value that is the result of evaluating this LiteralString."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:argument, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -21416,7 +17971,6 @@ oslc_sysml_shapes:InvocationExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:operand, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, @@ -21456,190 +18010,106 @@ oslc_sysml_shapes:InvocationExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An InvocationExpression is an Expression each of whose input parameters are bound to the result of an argument Expression."^^rdf:XMLLiteral ; - dcterms:title "InvocationExpressionShape"^^rdf:XMLLiteral . + dcterms:description "A LiteralString is a LiteralExpression that provides a String value as a result. Its result parameter must have the type String."^^rdf:XMLLiteral ; + dcterms:title "LiteralStringShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:ItemDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ItemDefinition ; +oslc_sysml_shapes:LoopActionUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:LoopActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -21647,115 +18117,149 @@ oslc_sysml_shapes:ItemDefinitionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:behavior, + oslc_sysml_shapes:bodyAction, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, + oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:lifeClass, + oslc_sysml_shapes:isUnique, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAction, - oslc_sysml_shapes:ownedAllocation, - oslc_sysml_shapes:ownedAnalysisCase, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedAttribute, - oslc_sysml_shapes:ownedCalculation, - oslc_sysml_shapes:ownedCase, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedConnection, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedEnumeration, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedFlow, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedInterface, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, + oslc_sysml_shapes:occurrenceDefinition, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedItem, oslc_sysml_shapes:ownedMember, oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedMetadata, - oslc_sysml_shapes:ownedOccurrence, - oslc_sysml_shapes:ownedPart, - oslc_sysml_shapes:ownedPort, - oslc_sysml_shapes:ownedReference, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedState, - oslc_sysml_shapes:ownedSubclassification, - oslc_sysml_shapes:ownedTransition, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:ownedUsage, - oslc_sysml_shapes:ownedUseCase, - oslc_sysml_shapes:ownedVerificationCase, - oslc_sysml_shapes:ownedView, - oslc_sysml_shapes:ownedViewpoint, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, + oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, oslc_sysml_shapes:satisfy, @@ -21767,92 +18271,127 @@ oslc_sysml_shapes:ItemDefinitionShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An ItemDefinition is an OccurrenceDefinition of the Structure of things that may themselves be systems or parts of systems, but may also be things that are acted on by a system or parts of a system, but which do not necessarily perform actions themselves. This includes items that can be exchanged between parts of a system, such as water or electrical signals."^^rdf:XMLLiteral ; - dcterms:title "ItemDefinitionShape"^^rdf:XMLLiteral . + dcterms:description "A LoopActionUsage is an ActionUsage that specifies that its bodyAction should be performed repeatedly. Its subclasses WhileLoopActionUsage and ForLoopActionUsage provide different ways to determine how many times the bodyAction should be performed."^^rdf:XMLLiteral ; + dcterms:title "LoopActionUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:ItemFeatureShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ItemFeature ; +oslc_sysml_shapes:MembershipExposeShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:MembershipExpose ; oslc:property [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Membership to be imported."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:importOwningNamespace, + oslc_sysml_shapes:importedElement, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isImportAll, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isRecursive, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A MembershipExpose is an Expose that exposes a specific importedMembership and, if isRecursive = true, additional Memberships recursively.."^^rdf:XMLLiteral ; + dcterms:title "MembershipExposeShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:MembershipImportShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:MembershipImport ; + oslc:property [ a oslc:Property ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Membership to be imported."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -21862,69 +18401,33 @@ oslc_sysml_shapes:ItemFeatureShape a oslc:ResourceShape ; oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, + oslc_sysml_shapes:importOwningNamespace, + oslc_sysml_shapes:importedElement, oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, + oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isImportAll, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, + oslc_sysml_shapes:isRecursive, oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, - oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, @@ -21934,92 +18437,35 @@ oslc_sysml_shapes:ItemFeatureShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An ItemFeature is the ownedFeature of an ItemFlow that identifies the things carried by the kinds of transfers that are instances of the ItemFlow."^^rdf:XMLLiteral ; - dcterms:title "ItemFeatureShape"^^rdf:XMLLiteral . + dcterms:description "A MembershipImport is an Import that imports its importedMembership into the importOwningNamespace. If isRecursive = true and the memberElement of the importedMembership is a Namespace, then the equivalent of a recursive NamespaceImport is also performed on that Namespace."^^rdf:XMLLiteral ; + dcterms:title "MembershipImportShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:ItemFlowEndShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ItemFlowEnd ; +oslc_sysml_shapes:MembershipShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Membership ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -22029,69 +18475,34 @@ oslc_sysml_shapes:ItemFlowEndShape a oslc:ResourceShape ; oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, + oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, + oslc_sysml_shapes:memberElement, + oslc_sysml_shapes:memberElementId, + oslc_sysml_shapes:memberName, + oslc_sysml_shapes:memberShortName, + oslc_sysml_shapes:membershipOwningNamespace, oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, - oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, @@ -22101,219 +18512,159 @@ oslc_sysml_shapes:ItemFlowEndShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An ItemFlowEnd is a Feature that is one of the connectorEnds giving the source or target of an ItemFlow. For ItemFlows typed by FlowTransfer or its specializations, ItemFlowEnds must have exactly one ownedFeature, which redefines Transfer::source::sourceOutput or Transfer::target::targetInput and redefines the corresponding feature of the relatedElement for its end."^^rdf:XMLLiteral ; - dcterms:title "ItemFlowEndShape"^^rdf:XMLLiteral . + dcterms:description "A Membership is a Relationship between a Namespace and an Element that indicates the Element is a member of (i.e., is contained in) the Namespace. Any memberNames specify how the memberElement is identified in the Namespace and the visibility specifies whether or not the memberElement is publicly visible from outside the Namespace."^^rdf:XMLLiteral ; + dcterms:title "MembershipShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:ItemFlowShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ItemFlow ; +oslc_sysml_shapes:MergeNodeShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:MergeNode ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "targetFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:association, oslc_sysml_shapes:behavior, - oslc_sysml_shapes:connectorEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, @@ -22327,33 +18678,58 @@ oslc_sysml_shapes:ItemFlowShape a oslc:ResourceShape ; oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, + oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:interaction, oslc_sysml_shapes:isAbstract, oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, - oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isNonunique, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:itemFeature, - oslc_sysml_shapes:itemFlowEnd, - oslc_sysml_shapes:itemType, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, + oslc_sysml_shapes:occurrenceDefinition, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, @@ -22371,7 +18747,6 @@ oslc_sysml_shapes:ItemFlowShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedMembership, oslc_sysml_shapes:ownedRedefinition, oslc_sysml_shapes:ownedReferenceSubsetting, - oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, oslc_sysml_shapes:ownedSubsetting, @@ -22379,161 +18754,74 @@ oslc_sysml_shapes:ItemFlowShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:relatedFeature, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, - oslc_sysml_shapes:sourceFeature, - oslc_sysml_shapes:sourceOutputFeature, - oslc_sysml_shapes:targetInputFeature, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An ItemFlow is a Step that represents the transfer of objects or data values from one Feature to another. ItemFlows can take non-zero time to complete."^^rdf:XMLLiteral ; - dcterms:title "ItemFlowShape"^^rdf:XMLLiteral . + dcterms:description "A MergeNode is a ControlNode that asserts the merging of its incoming Successions. A MergeNode may have at most one outgoing Successions."^^rdf:XMLLiteral ; + dcterms:title "MergeNodeShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:ItemUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ItemUsage ; +oslc_sysml_shapes:MetaclassShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Metaclass ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -22541,73 +18829,30 @@ oslc_sysml_shapes:ItemUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, - oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:nestedAction, - oslc_sysml_shapes:nestedAllocation, - oslc_sysml_shapes:nestedAnalysisCase, - oslc_sysml_shapes:nestedAttribute, - oslc_sysml_shapes:nestedCalculation, - oslc_sysml_shapes:nestedCase, - oslc_sysml_shapes:nestedConcern, - oslc_sysml_shapes:nestedConnection, - oslc_sysml_shapes:nestedConstraint, - oslc_sysml_shapes:nestedEnumeration, - oslc_sysml_shapes:nestedFlow, - oslc_sysml_shapes:nestedInterface, - oslc_sysml_shapes:nestedItem, - oslc_sysml_shapes:nestedMetadata, - oslc_sysml_shapes:nestedOccurrence, - oslc_sysml_shapes:nestedPart, - oslc_sysml_shapes:nestedPort, - oslc_sysml_shapes:nestedReference, - oslc_sysml_shapes:nestedRendering, - oslc_sysml_shapes:nestedRequirement, - oslc_sysml_shapes:nestedState, - oslc_sysml_shapes:nestedTransition, - oslc_sysml_shapes:nestedUsage, - oslc_sysml_shapes:nestedUseCase, - oslc_sysml_shapes:nestedVerificationCase, - oslc_sysml_shapes:nestedView, - oslc_sysml_shapes:nestedViewpoint, - oslc_sysml_shapes:occurrenceDefinition, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, @@ -22616,29 +18861,19 @@ oslc_sysml_shapes:ItemUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedEndFeature, oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, oslc_sysml_shapes:ownedFeatureMembership, oslc_sysml_shapes:ownedImport, oslc_sysml_shapes:ownedIntersecting, oslc_sysml_shapes:ownedMember, oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedSubclassification, oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningDefinition, - oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, oslc_sysml_shapes:satisfy, @@ -22650,231 +18885,116 @@ oslc_sysml_shapes:ItemUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An ItemUsage is a ItemUsage whose definition is a Structure. Nominally, if the definition is an ItemDefinition, an ItemUsage is a ItemUsage of that ItemDefinition within a system. However, other kinds of Kernel Structures are also allowed, to permit use of Structures from the Kernel Model Libraries."^^rdf:XMLLiteral ; - dcterms:title "ItemUsageShape"^^rdf:XMLLiteral . + dcterms:description "A Metaclass is a Structure used to type MetadataFeatures."^^rdf:XMLLiteral ; + dcterms:title "MetaclassShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:JoinNodeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:JoinNode ; +oslc_sysml_shapes:MetadataAccessExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:MetadataAccessExpression ; oslc:property [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -22883,7 +19003,6 @@ oslc_sysml_shapes:JoinNodeShape a oslc:ResourceShape ; oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, @@ -22896,8 +19015,8 @@ oslc_sysml_shapes:JoinNodeShape a oslc:ResourceShape ; oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, - oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, @@ -22913,7 +19032,6 @@ oslc_sysml_shapes:JoinNodeShape a oslc:ResourceShape ; oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:member, @@ -22921,34 +19039,6 @@ oslc_sysml_shapes:JoinNodeShape a oslc:ResourceShape ; oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:nestedAction, - oslc_sysml_shapes:nestedAllocation, - oslc_sysml_shapes:nestedAnalysisCase, - oslc_sysml_shapes:nestedAttribute, - oslc_sysml_shapes:nestedCalculation, - oslc_sysml_shapes:nestedCase, - oslc_sysml_shapes:nestedConcern, - oslc_sysml_shapes:nestedConnection, - oslc_sysml_shapes:nestedConstraint, - oslc_sysml_shapes:nestedEnumeration, - oslc_sysml_shapes:nestedFlow, - oslc_sysml_shapes:nestedInterface, - oslc_sysml_shapes:nestedItem, - oslc_sysml_shapes:nestedMetadata, - oslc_sysml_shapes:nestedOccurrence, - oslc_sysml_shapes:nestedPart, - oslc_sysml_shapes:nestedPort, - oslc_sysml_shapes:nestedReference, - oslc_sysml_shapes:nestedRendering, - oslc_sysml_shapes:nestedRequirement, - oslc_sysml_shapes:nestedState, - oslc_sysml_shapes:nestedTransition, - oslc_sysml_shapes:nestedUsage, - oslc_sysml_shapes:nestedUseCase, - oslc_sysml_shapes:nestedVerificationCase, - oslc_sysml_shapes:nestedView, - oslc_sysml_shapes:nestedViewpoint, - oslc_sysml_shapes:occurrenceDefinition, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, @@ -22973,14 +19063,12 @@ oslc_sysml_shapes:JoinNodeShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningDefinition, oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:referencedElement, oslc_sysml_shapes:refine, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, @@ -22991,114 +19079,140 @@ oslc_sysml_shapes:JoinNodeShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A JoinNode is a ControlNode that waits for the completion of all the predecessor Actions given by incoming Successions."^^rdf:XMLLiteral ; - dcterms:title "JoinNodeShape"^^rdf:XMLLiteral . + dcterms:description "A MetadataAccessExpression is an Expression whose result is a sequence of instances of Metaclasses representing all the MetadataFeature annotations of the referencedElement. In addition, the sequence includes an instance of the reflective Metaclass corresponding to the MOF class of the referencedElement, with values for all the abstract syntax properties of the referencedElement."^^rdf:XMLLiteral ; + dcterms:title "MetadataAccessExpressionShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:LibraryPackageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LibraryPackage ; +oslc_sysml_shapes:MetadataDefinitionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:MetadataDefinition ; oslc:property [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "ownedConstraint" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:filterCondition, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isStandard, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A LibraryPackage is a Package that is the container for a model library. A LibraryPackage is itself a library Element as are all Elements that are directly or indirectly contained in it."^^rdf:XMLLiteral ; - dcterms:title "LibraryPackageShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:LifeClassShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LifeClass ; - oslc:property [ a oslc:Property ; - oslc:name "feature" ; + [ a oslc:Property ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "ownedRendering" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "ownedRequirement" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "directedUsage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "ownedConcern" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -23125,28 +19239,52 @@ oslc_sysml_shapes:LifeClassShape a oslc:ResourceShape ; oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:lifeClass, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAction, + oslc_sysml_shapes:ownedAllocation, + oslc_sysml_shapes:ownedAnalysisCase, oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedAttribute, + oslc_sysml_shapes:ownedCalculation, + oslc_sysml_shapes:ownedCase, oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedConnection, oslc_sysml_shapes:ownedDifferencing, oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedEnumeration, oslc_sysml_shapes:ownedFeature, oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedFlow, oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedInterface, oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedItem, oslc_sysml_shapes:ownedMember, oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedMetadata, + oslc_sysml_shapes:ownedOccurrence, + oslc_sysml_shapes:ownedPart, + oslc_sysml_shapes:ownedPort, + oslc_sysml_shapes:ownedReference, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedState, oslc_sysml_shapes:ownedSubclassification, + oslc_sysml_shapes:ownedTransition, oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:ownedUsage, + oslc_sysml_shapes:ownedUseCase, + oslc_sysml_shapes:ownedVerificationCase, + oslc_sysml_shapes:ownedView, + oslc_sysml_shapes:ownedViewpoint, oslc_sysml_shapes:owner, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, @@ -23162,124 +19300,103 @@ oslc_sysml_shapes:LifeClassShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A LifeClass is a Class that specializes both the Class Occurrences::Life from the Kernel Semantic Library and a single OccurrenceDefinition, and has a multiplicity of 0..1. This constrains the OccurrenceDefinition being specialized to have at most one instance that is a complete Life."^^rdf:XMLLiteral ; - dcterms:title "LifeClassShape"^^rdf:XMLLiteral . + dcterms:description "A MetadataDefinition is an ItemDefinition that is also a Metaclass."^^rdf:XMLLiteral ; + dcterms:title "MetadataDefinitionShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:LiteralBooleanShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralBoolean ; +oslc_sysml_shapes:MetadataFeatureShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:MetadataFeature ; oslc:property [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "annotatedElement" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition oslc_sysml:annotatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:value ; - oslc:readOnly false ; - dcterms:description "The Boolean value that is the result of evaluating this LiteralBoolean."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:behavior, + oslc_sysml_shapes:annotation, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -23298,7 +19415,6 @@ oslc_sysml_shapes:LiteralBooleanShape a oslc:ResourceShape ; oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, @@ -23319,10 +19435,12 @@ oslc_sysml_shapes:LiteralBooleanShape a oslc:ResourceShape ; oslc_sysml_shapes:isUnique, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, + oslc_sysml_shapes:metaclass, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotatingRelationship, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, oslc_sysml_shapes:ownedDifferencing, @@ -23361,124 +19479,158 @@ oslc_sysml_shapes:LiteralBooleanShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "LiteralBoolean is a LiteralExpression that provides a Boolean value as a result. Its result parameter must have type Boolean."^^rdf:XMLLiteral ; - dcterms:title "LiteralBooleanShape"^^rdf:XMLLiteral . + dcterms:description "A MetadataFeature is a Feature that is an AnnotatingElement used to annotate another Element with metadata. It is typed by a Metaclass. All its ownedFeatures must redefine features of its metaclass and any feature bindings must be model-level evaluable."^^rdf:XMLLiteral ; + dcterms:title "MetadataFeatureShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:LiteralExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralExpression ; +oslc_sysml_shapes:MetadataUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:MetadataUsage ; oslc:property [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "directedUsage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "annotatedElement" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition oslc_sysml:annotatedElement ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:behavior, + oslc_sysml_shapes:annotation, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, @@ -23491,8 +19643,8 @@ oslc_sysml_shapes:LiteralExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, + oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, @@ -23508,14 +19660,47 @@ oslc_sysml_shapes:LiteralExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, + oslc_sysml_shapes:metaclass, + oslc_sysml_shapes:metadataDefinition, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, + oslc_sysml_shapes:occurrenceDefinition, oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotatingRelationship, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, oslc_sysml_shapes:ownedDifferencing, @@ -23539,10 +19724,13 @@ oslc_sysml_shapes:LiteralExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, oslc_sysml_shapes:satisfy, @@ -23554,25 +19742,16 @@ oslc_sysml_shapes:LiteralExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A LiteralExpression is an Expression that provides a basic DataValue as a result."^^rdf:XMLLiteral ; - dcterms:title "LiteralExpressionShape"^^rdf:XMLLiteral . + dcterms:description "A MetadataUsage is a Usage and a MetadataFeature, used to annotate other Elements in a system model with metadata. As a MetadataFeature, its type must be a Metaclass, which will nominally be a MetadataDefinition. However, any kernel Metaclass is also allowed, to permit use of Metaclasses from the Kernel Model Libraries."^^rdf:XMLLiteral ; + dcterms:title "MetadataUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:LiteralInfinityShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralInfinity ; +oslc_sysml_shapes:MultiplicityRangeShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:MultiplicityRange ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -23580,92 +19759,77 @@ oslc_sysml_shapes:LiteralInfinityShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:behavior, + oslc_sysml_shapes:bound, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -23684,7 +19848,6 @@ oslc_sysml_shapes:LiteralInfinityShape a oslc:ResourceShape ; oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, @@ -23703,6 +19866,7 @@ oslc_sysml_shapes:LiteralInfinityShape a oslc:ResourceShape ; oslc_sysml_shapes:isReadOnly, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:lowerBound, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, @@ -23746,125 +19910,95 @@ oslc_sysml_shapes:LiteralInfinityShape a oslc:ResourceShape ; oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A LiteralInfinity is a LiteralExpression that provides the positive infinity value (*). It's result must have the type Positive."^^rdf:XMLLiteral ; - dcterms:title "LiteralInfinityShape"^^rdf:XMLLiteral . + oslc_sysml_shapes:type, + oslc_sysml_shapes:upperBound ; + dcterms:description "A MultiplicityRange is a Multiplicity whose value is defined to be the (inclusive) range of natural numbers given by the result of a lowerBound Expression and the result of an upperBound Expression. The result of these Expressions shall be of type Natural. If the result of the upperBound Expression is the unbounded value *, then the specified range includes all natural numbers greater than or equal to the lowerBound value. If no lowerBound Expression, then the default is that the lower bound has the same value as the upper bound, except if the upperBound evaluates to *, in which case the default for the lower bound is 0."^^rdf:XMLLiteral ; + dcterms:title "MultiplicityRangeShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:LiteralIntegerShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralInteger ; +oslc_sysml_shapes:MultiplicityShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Multiplicity ; oslc:property [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:value ; - oslc:readOnly false ; - dcterms:description "The Integer value that is the result of evaluating this LiteralInteger."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -23883,7 +20017,6 @@ oslc_sysml_shapes:LiteralIntegerShape a oslc:ResourceShape ; oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, @@ -23946,124 +20079,172 @@ oslc_sysml_shapes:LiteralIntegerShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A LiteralInteger is a LiteralExpression that provides an Integer value as a result. Its result parameter must have the type Integer."^^rdf:XMLLiteral ; - dcterms:title "LiteralIntegerShape"^^rdf:XMLLiteral . + dcterms:description """A Multiplicity is a Feature whose co-domain is a set of natural numbers giving the allowed cardinalities of each typeWithMultiplicity. The cardinality of a Type is defined as follows, depending on whether the Type is a Classifier or Feature. +."""^^rdf:XMLLiteral ; + dcterms:title "MultiplicityShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:LiteralRationalShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralRational ; +oslc_sysml_shapes:NamespaceExposeShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:NamespaceExpose ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:importOwningNamespace, + oslc_sysml_shapes:importedElement, + oslc_sysml_shapes:importedNamespace, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isImportAll, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isRecursive, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A NamespaceExpose is an Expose Relationship that exposes the Memberships of a specific importedNamespace and, if isRecursive = true, additional Memberships recursively."^^rdf:XMLLiteral ; + dcterms:title "NamespaceExposeShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:NamespaceImportShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:NamespaceImport ; + oslc:property [ a oslc:Property ; + oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:value ; - oslc:readOnly false ; - dcterms:description "The value whose rational approximation is the result of evaluating this LiteralRational."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:importOwningNamespace, + oslc_sysml_shapes:importedElement, + oslc_sysml_shapes:importedNamespace, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isImportAll, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isRecursive, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A NamespaceImport is an Import that imports Memberships from its importedNamespace into the importOwningNamespace. If isRecursive = false, then only the visible Memberships of the importedNamespace are imported. If isRecursive = true, then, in addition, Memberships are recursively imported from any ownedMembers of the importedNamespace that are Namespaces."^^rdf:XMLLiteral ; + dcterms:title "NamespaceImportShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:NamespaceShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Namespace ; + oslc:property [ a oslc:Property ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -24072,65 +20253,25 @@ oslc_sysml_shapes:LiteralRationalShape a oslc:ResourceShape ; oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, - oslc_sysml_shapes:ownedFeatureMembership, oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedIntersecting, oslc_sysml_shapes:ownedMember, oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, - oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, @@ -24145,122 +20286,116 @@ oslc_sysml_shapes:LiteralRationalShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A LiteralRational is a LiteralExpression that provides a Rational value as a result. Its result parameter must have the type Rational."^^rdf:XMLLiteral ; - dcterms:title "LiteralRationalShape"^^rdf:XMLLiteral . + dcterms:description "A Namespace is an Element that contains other Elements, known as its members, via Membership Relationships with those Elements. The members of a Namespace may be owned by the Namespace, aliased in the Namespace, or imported into the Namespace via Import Relationships."^^rdf:XMLLiteral ; + dcterms:title "NamespaceShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:LiteralStringShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralString ; +oslc_sysml_shapes:NullExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:NullExpression ; oslc:property [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:value ; - oslc:readOnly false ; - dcterms:description "The String value that is the result of evaluating this LiteralString."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -24344,234 +20479,470 @@ oslc_sysml_shapes:LiteralStringShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A LiteralString is a LiteralExpression that provides a String value as a result. Its result parameter must have the type String."^^rdf:XMLLiteral ; - dcterms:title "LiteralStringShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:LoopActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LoopActionUsage ; + dcterms:description "A NullExpression is an Expression that results in a null value."^^rdf:XMLLiteral ; + dcterms:title "NullExpressionShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:ObjectiveMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:ObjectiveMembership ; oslc:property [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; + oslc:readOnly false ; + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:memberElement, + oslc_sysml_shapes:memberElementId, + oslc_sysml_shapes:memberName, + oslc_sysml_shapes:memberShortName, + oslc_sysml_shapes:membershipOwningNamespace, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedMemberElement, + oslc_sysml_shapes:ownedMemberElementId, + oslc_sysml_shapes:ownedMemberFeature, + oslc_sysml_shapes:ownedMemberName, + oslc_sysml_shapes:ownedMemberShortName, + oslc_sysml_shapes:ownedObjectiveRequirement, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "An ObjectiveMembership is a FeatureMembership that indicates that its ownedObjectiveRequirement is the objective RequirementUsage for its owningType, which must be a CaseDefinition or CaseUsage."^^rdf:XMLLiteral ; + dcterms:title "ObjectiveMembershipShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:OccurrenceDefinitionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:OccurrenceDefinition ; + oslc:property [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "ownedConcern" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:lifeClass, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAction, + oslc_sysml_shapes:ownedAllocation, + oslc_sysml_shapes:ownedAnalysisCase, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedAttribute, + oslc_sysml_shapes:ownedCalculation, + oslc_sysml_shapes:ownedCase, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedConnection, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedEnumeration, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedFlow, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedInterface, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedItem, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedMetadata, + oslc_sysml_shapes:ownedOccurrence, + oslc_sysml_shapes:ownedPart, + oslc_sysml_shapes:ownedPort, + oslc_sysml_shapes:ownedReference, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedState, + oslc_sysml_shapes:ownedSubclassification, + oslc_sysml_shapes:ownedTransition, + oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:ownedUsage, + oslc_sysml_shapes:ownedUseCase, + oslc_sysml_shapes:ownedVerificationCase, + oslc_sysml_shapes:ownedView, + oslc_sysml_shapes:ownedViewpoint, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "An OccurrenceDefinition is a Definition of a Class of individuals that have an independent life over time and potentially an extent over space. This includes both structural things and behaviors that act on such structures."^^rdf:XMLLiteral ; + dcterms:title "OccurrenceDefinitionShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:OccurrenceUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:OccurrenceUsage ; + oslc:property [ a oslc:Property ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - oslc_sysml_shapes:actionDefinition, + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:behavior, - oslc_sysml_shapes:bodyAction, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -24686,152 +21057,119 @@ oslc_sysml_shapes:LoopActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A LoopActionUsage is an ActionUsage that specifies that its bodyAction should be performed repeatedly. Its subclasses WhileLoopActionUsage and ForLoopActionUsage provide different ways to determine how many times the bodyAction should be performed."^^rdf:XMLLiteral ; - dcterms:title "LoopActionUsageShape"^^rdf:XMLLiteral . + dcterms:description "An OccurrenceUsage is a Usage whose types are all Classes. Nominally, if a type is an OccurrenceDefinition, an OccurrenceUsage is a Usage of that OccurrenceDefinition within a system. However, other types of Kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries."^^rdf:XMLLiteral ; + dcterms:title "OccurrenceUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:MembershipExposeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MembershipExpose ; +oslc_sysml_shapes:OperatorExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:OperatorExpression ; oslc:property [ a oslc:Property ; - oslc:name "source" ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Membership to be imported."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "visibility" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:importOwningNamespace, - oslc_sysml_shapes:importedElement, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isImportAll, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isRecursive, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A MembershipExpose is an Expose that exposes a specific importedMembership and, if isRecursive = true, additional Memberships recursively.."^^rdf:XMLLiteral ; - dcterms:title "MembershipExposeShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:MembershipImportShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MembershipImport ; - oslc:property [ a oslc:Property ; - oslc:name "source" ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Membership to be imported."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:argument, + oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -24840,33 +21178,72 @@ oslc_sysml_shapes:MembershipImportShape a oslc:ResourceShape ; oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, - oslc_sysml_shapes:importOwningNamespace, - oslc_sysml_shapes:importedElement, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isImportAll, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isRecursive, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, + oslc_sysml_shapes:operand, + oslc_sysml_shapes:operator, + oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, @@ -24876,16 +21253,16 @@ oslc_sysml_shapes:MembershipImportShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A MembershipImport is an Import that imports its importedMembership into the importOwningNamespace. If isRecursive = true and the memberElement of the importedMembership is a Namespace, then the equivalent of a recursive NamespaceImport is also performed on that Namespace."^^rdf:XMLLiteral ; - dcterms:title "MembershipImportShape"^^rdf:XMLLiteral . + dcterms:description "An OperatorExpression is an InvocationExpression whose function is determined by resolving its operator in the context of one of the standard packages from the Kernel Function Library."^^rdf:XMLLiteral ; + dcterms:title "OperatorExpressionShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:MembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Membership ; +oslc_sysml_shapes:OwningMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:OwningMembership ; oslc:property [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -24893,8 +21270,8 @@ oslc_sysml_shapes:MembershipShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -24902,7 +21279,7 @@ oslc_sysml_shapes:MembershipShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, @@ -24932,6 +21309,10 @@ oslc_sysml_shapes:MembershipShape a oslc:ResourceShape ; oslc_sysml_shapes:name, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedMemberElement, + oslc_sysml_shapes:ownedMemberElementId, + oslc_sysml_shapes:ownedMemberName, + oslc_sysml_shapes:ownedMemberShortName, oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:owner, @@ -24951,336 +21332,381 @@ oslc_sysml_shapes:MembershipShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A Membership is a Relationship between a Namespace and an Element that indicates the Element is a member of (i.e., is contained in) the Namespace. Any memberNames specify how the memberElement is identified in the Namespace and the visibility specifies whether or not the memberElement is publicly visible from outside the Namespace."^^rdf:XMLLiteral ; - dcterms:title "MembershipShape"^^rdf:XMLLiteral . + dcterms:description "An OwningMembership is a Membership that owns its memberElement as a ownedRelatedElement. The ownedMemberElement becomes an ownedMember of the membershipOwningNamespace."^^rdf:XMLLiteral ; + dcterms:title "OwningMembershipShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:MergeNodeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MergeNode ; +oslc_sysml_shapes:PackageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Package ; oslc:property [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:filterCondition, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A Package is a Namespace used to group Elements, without any instance-level semantics. It may have one or more model-level evaluable filterCondition Expressions used to filter its importedMemberships. Any imported member must meet all of the filterConditions."^^rdf:XMLLiteral ; + dcterms:title "PackageShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:ParameterMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:ParameterMembership ; + oslc:property [ a oslc:Property ; + oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:memberElement, + oslc_sysml_shapes:memberElementId, + oslc_sysml_shapes:memberName, + oslc_sysml_shapes:memberShortName, + oslc_sysml_shapes:membershipOwningNamespace, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedMemberElement, + oslc_sysml_shapes:ownedMemberElementId, + oslc_sysml_shapes:ownedMemberFeature, + oslc_sysml_shapes:ownedMemberName, + oslc_sysml_shapes:ownedMemberParameter, + oslc_sysml_shapes:ownedMemberShortName, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A ParameterMembership is a FeatureMembership that identifies its memberFeature as a parameter, which is always owned, and must have a direction. A ParameterMembership must be owned by a Behavior or a Step."^^rdf:XMLLiteral ; + dcterms:title "ParameterMembershipShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:PartDefinitionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:PartDefinition ; + oslc:property [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "ownedRendering" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - oslc_sysml_shapes:actionDefinition, + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, - oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:lifeClass, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:nestedAction, - oslc_sysml_shapes:nestedAllocation, - oslc_sysml_shapes:nestedAnalysisCase, - oslc_sysml_shapes:nestedAttribute, - oslc_sysml_shapes:nestedCalculation, - oslc_sysml_shapes:nestedCase, - oslc_sysml_shapes:nestedConcern, - oslc_sysml_shapes:nestedConnection, - oslc_sysml_shapes:nestedConstraint, - oslc_sysml_shapes:nestedEnumeration, - oslc_sysml_shapes:nestedFlow, - oslc_sysml_shapes:nestedInterface, - oslc_sysml_shapes:nestedItem, - oslc_sysml_shapes:nestedMetadata, - oslc_sysml_shapes:nestedOccurrence, - oslc_sysml_shapes:nestedPart, - oslc_sysml_shapes:nestedPort, - oslc_sysml_shapes:nestedReference, - oslc_sysml_shapes:nestedRendering, - oslc_sysml_shapes:nestedRequirement, - oslc_sysml_shapes:nestedState, - oslc_sysml_shapes:nestedTransition, - oslc_sysml_shapes:nestedUsage, - oslc_sysml_shapes:nestedUseCase, - oslc_sysml_shapes:nestedVerificationCase, - oslc_sysml_shapes:nestedView, - oslc_sysml_shapes:nestedViewpoint, - oslc_sysml_shapes:occurrenceDefinition, oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAction, + oslc_sysml_shapes:ownedAllocation, + oslc_sysml_shapes:ownedAnalysisCase, oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedAttribute, + oslc_sysml_shapes:ownedCalculation, + oslc_sysml_shapes:ownedCase, oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedConnection, oslc_sysml_shapes:ownedDifferencing, oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedEnumeration, oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedFlow, oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedInterface, oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedItem, oslc_sysml_shapes:ownedMember, oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedMetadata, + oslc_sysml_shapes:ownedOccurrence, + oslc_sysml_shapes:ownedPart, + oslc_sysml_shapes:ownedPort, + oslc_sysml_shapes:ownedReference, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedState, + oslc_sysml_shapes:ownedSubclassification, + oslc_sysml_shapes:ownedTransition, oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:ownedUsage, + oslc_sysml_shapes:ownedUseCase, + oslc_sysml_shapes:ownedVerificationCase, + oslc_sysml_shapes:ownedView, + oslc_sysml_shapes:ownedViewpoint, oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningDefinition, - oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, oslc_sysml_shapes:satisfy, @@ -25292,56 +21718,140 @@ oslc_sysml_shapes:MergeNodeShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A MergeNode is a ControlNode that asserts the merging of its incoming Successions. A MergeNode may have at most one outgoing Successions."^^rdf:XMLLiteral ; - dcterms:title "MergeNodeShape"^^rdf:XMLLiteral . + dcterms:description "A PartDefinition is an ItemDefinition of a Class of systems or parts of systems. Note that all parts may be considered items for certain purposes, but not all items are parts that can perform actions within a system."^^rdf:XMLLiteral ; + dcterms:title "PartDefinitionShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:MetaclassShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Metaclass ; +oslc_sysml_shapes:PartUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:PartUsage ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -25349,30 +21859,73 @@ oslc_sysml_shapes:MetaclassShape a oslc:ResourceShape ; oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, + oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, + oslc_sysml_shapes:occurrenceDefinition, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, @@ -25381,19 +21934,30 @@ oslc_sysml_shapes:MetaclassShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedEndFeature, oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, oslc_sysml_shapes:ownedFeatureMembership, oslc_sysml_shapes:ownedImport, oslc_sysml_shapes:ownedIntersecting, oslc_sysml_shapes:ownedMember, oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubclassification, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, + oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:partDefinition, + oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, oslc_sysml_shapes:satisfy, @@ -25405,16 +21969,16 @@ oslc_sysml_shapes:MetaclassShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A Metaclass is a Structure used to type MetadataFeatures."^^rdf:XMLLiteral ; - dcterms:title "MetaclassShape"^^rdf:XMLLiteral . + dcterms:description "A PartUsage is a usage of a PartDefinition to represent a system or a part of a system. At least one of the itemDefinitions of the PartUsage must be a PartDefinition."^^rdf:XMLLiteral ; + dcterms:title "PartUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:MetadataAccessExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MetadataAccessExpression ; +oslc_sysml_shapes:PerformActionUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:PerformActionUsage ; oslc:property [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -25422,99 +21986,133 @@ oslc_sysml_shapes:MetadataAccessExpressionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:name "directedUsage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -25523,6 +22121,7 @@ oslc_sysml_shapes:MetadataAccessExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, @@ -25532,11 +22131,12 @@ oslc_sysml_shapes:MetadataAccessExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, oslc_sysml_shapes:endOwningType, + oslc_sysml_shapes:eventOccurrence, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, + oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, @@ -25552,6 +22152,7 @@ oslc_sysml_shapes:MetadataAccessExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:member, @@ -25559,13 +22160,41 @@ oslc_sysml_shapes:MetadataAccessExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, + oslc_sysml_shapes:occurrenceDefinition, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, oslc_sysml_shapes:ownedFeature, oslc_sysml_shapes:ownedFeatureChaining, oslc_sysml_shapes:ownedFeatureInverting, @@ -25583,12 +22212,15 @@ oslc_sysml_shapes:MetadataAccessExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:performedAction, + oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:referencedElement, oslc_sysml_shapes:refine, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, @@ -25599,275 +22231,242 @@ oslc_sysml_shapes:MetadataAccessExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A MetadataAccessExpression is an Expression whose result is a sequence of instances of Metaclasses representing all the MetadataFeature annotations of the referencedElement. In addition, the sequence includes an instance of the reflective Metaclass corresponding to the MOF class of the referencedElement, with values for all the abstract syntax properties of the referencedElement."^^rdf:XMLLiteral ; - dcterms:title "MetadataAccessExpressionShape"^^rdf:XMLLiteral . + dcterms:description "A PerformActionUsage is an ActionUsage that represents the performance of an ActionUsage. Unless it is the PerformActionUsage itself, the ActionUsage to be performed is related to the PerformActionUsage by a ReferenceSubsetting relationship. A PerformActionUsage is also an EventOccurrenceUsage, with its performedAction as the eventOccurrence."^^rdf:XMLLiteral ; + dcterms:title "PerformActionUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:MetadataDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MetadataDefinition ; +oslc_sysml_shapes:PortConjugationShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:PortConjugation ; oslc:property [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "conjugatedPortDefinition" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:conjugatedPortDefinition ; + oslc:range oslc_sysml:ConjugatedPortDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ConjugatedPortDefinition that is conjugate to the originalPortDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "originalPortDefinition" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:originalPortDefinition ; + oslc:range oslc_sysml:PortDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The PortDefinition being conjugated."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + dcterms:description "The conjugatedType of this Conjugation that is also its owningRelatedElement."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:conjugatedType, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:originalType, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A PortConjugation is a Conjugation Relationship between a PortDefinition and its corresponding ConjugatedPortDefinition. As a result of this Relationship, the ConjugatedPortDefinition inherits all the features of the original PortDefinition, but input flows of the original PortDefinition become outputs on the ConjugatedPortDefinition and output flows of the original PortDefinition become inputs on the ConjugatedPortDefinition."^^rdf:XMLLiteral ; + dcterms:title "PortConjugationShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:PortDefinitionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:PortDefinition ; + oslc:property [ a oslc:Property ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "conjugatedPortDefinition" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:conjugatedPortDefinition ; + oslc:range oslc_sysml:ConjugatedPortDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The that is conjugate to this PortDefinition.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -25955,411 +22554,150 @@ oslc_sysml_shapes:MetadataDefinitionShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A MetadataDefinition is an ItemDefinition that is also a Metaclass."^^rdf:XMLLiteral ; - dcterms:title "MetadataDefinitionShape"^^rdf:XMLLiteral . + dcterms:description "A PortDefinition defines a point at which external entities can connect to and interact with a system or part of a system. Any ownedUsages of a PortDefinition, other than PortUsages, must not be composite."^^rdf:XMLLiteral ; + dcterms:title "PortDefinitionShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:MetadataFeatureShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MetadataFeature ; +oslc_sysml_shapes:PortUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:PortUsage ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "annotatedElement" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotatedElement ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:annotation, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, - oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, - oslc_sysml_shapes:metaclass, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, - oslc_sysml_shapes:name, - oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAnnotatingRelationship, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, - oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningFeatureMembership, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A MetadataFeature is a Feature that is an AnnotatingElement used to annotate another Element with metadata. It is typed by a Metaclass. All its ownedFeatures must redefine features of its metaclass and any feature bindings must be model-level evaluable."^^rdf:XMLLiteral ; - dcterms:title "MetadataFeatureShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:MetadataUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MetadataUsage ; - oslc:property [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "annotatedElement" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotatedElement ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "portDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:portDefinition ; + oslc:range oslc_sysml:PortDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The occurrenceDefinitions of this PortUsage, which must all be PortDefinitions.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:annotation, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -26399,11 +22737,8 @@ oslc_sysml_shapes:MetadataUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, - oslc_sysml_shapes:metaclass, - oslc_sysml_shapes:metadataDefinition, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, @@ -26436,7 +22771,6 @@ oslc_sysml_shapes:MetadataUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:nestedViewpoint, oslc_sysml_shapes:occurrenceDefinition, oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAnnotatingRelationship, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, oslc_sysml_shapes:ownedDifferencing, @@ -26478,94 +22812,81 @@ oslc_sysml_shapes:MetadataUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A MetadataUsage is a Usage and a MetadataFeature, used to annotate other Elements in a system model with metadata. As a MetadataFeature, its type must be a Metaclass, which will nominally be a MetadataDefinition. However, any kernel Metaclass is also allowed, to permit use of Metaclasses from the Kernel Model Libraries."^^rdf:XMLLiteral ; - dcterms:title "MetadataUsageShape"^^rdf:XMLLiteral . + dcterms:description "A PortUsage is a usage of a PortDefinition. A PortUsage itself as well as all its nestedUsages must be referential (non-composite)."^^rdf:XMLLiteral ; + dcterms:title "PortUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:MultiplicityRangeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MultiplicityRange ; +oslc_sysml_shapes:PredicateShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Predicate ; oslc:property [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:bound, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -26575,34 +22896,23 @@ oslc_sysml_shapes:MultiplicityRangeShape a oslc:ResourceShape ; oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, + oslc_sysml_shapes:expression, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:lowerBound, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, @@ -26616,23 +22926,16 @@ oslc_sysml_shapes:MultiplicityRangeShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedEndFeature, oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, oslc_sysml_shapes:ownedFeatureMembership, oslc_sysml_shapes:ownedImport, oslc_sysml_shapes:ownedIntersecting, oslc_sysml_shapes:ownedMember, oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedSubclassification, oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, @@ -26643,97 +22946,52 @@ oslc_sysml_shapes:MultiplicityRangeShape a oslc:ResourceShape ; oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, + oslc_sysml_shapes:step, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, - oslc_sysml_shapes:type, - oslc_sysml_shapes:upperBound ; - dcterms:description "A MultiplicityRange is a Multiplicity whose value is defined to be the (inclusive) range of natural numbers given by the result of a lowerBound Expression and the result of an upperBound Expression. The result of these Expressions shall be of type Natural. If the result of the upperBound Expression is the unbounded value *, then the specified range includes all natural numbers greater than or equal to the lowerBound value. If no lowerBound Expression, then the default is that the lower bound has the same value as the upper bound, except if the upperBound evaluates to *, in which case the default for the lower bound is 0."^^rdf:XMLLiteral ; - dcterms:title "MultiplicityRangeShape"^^rdf:XMLLiteral . + oslc_sysml_shapes:type ; + dcterms:description "A Predicate is a Function whose result parameter has type Boolean and multiplicity 1..1."^^rdf:XMLLiteral ; + dcterms:title "PredicateShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:MultiplicityShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Multiplicity ; +oslc_sysml_shapes:RedefinitionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Redefinition ; oslc:property [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -26743,132 +23001,85 @@ oslc_sysml_shapes:MultiplicityShape a oslc:ResourceShape ; oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:general, oslc_sysml_shapes:identifier, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, + oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, - oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:redefinedFeature, + oslc_sysml_shapes:redefiningFeature, oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, + oslc_sysml_shapes:specific, + oslc_sysml_shapes:subsettedFeature, + oslc_sysml_shapes:subsettingFeature, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description """A Multiplicity is a Feature whose co-domain is a set of natural numbers giving the allowed cardinalities of each typeWithMultiplicity. The cardinality of a Type is defined as follows, depending on whether the Type is a Classifier or Feature. -."""^^rdf:XMLLiteral ; - dcterms:title "MultiplicityShape"^^rdf:XMLLiteral . + dcterms:description "Redefinition is a kind of Subsetting that requires the redefinedFeature and the redefiningFeature to have the same values (on each instance of the domain of the redefiningFeature). This means any restrictions on the redefiningFeature, such as type or multiplicity, also apply to the redefinedFeature (on each instance of the domain of the redefiningFeature), and vice versa. The redefinedFeature might have values for instances of the domain of the redefiningFeature, but only as instances of the domain of the redefinedFeature that happen to also be instances of the domain of the redefiningFeature. This is supported by the constraints inherited from Subsetting on the domains of the redefiningFeature and redefinedFeature. However, these constraints are narrowed for Redefinition to require the owningTypes of the redefiningFeature and redefinedFeature to be different and the redefinedFeature to not be inherited into the owningNamespace of the redefiningFeature.This enables the redefiningFeature to have the same name as the redefinedFeature, if desired."^^rdf:XMLLiteral ; + dcterms:title "RedefinitionShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:NamespaceExposeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:NamespaceExpose ; +oslc_sysml_shapes:ReferenceSubsettingShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:ReferenceSubsetting ; oslc:property [ a oslc:Property ; - oslc:name "target" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "owningFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -26882,16 +23093,12 @@ oslc_sysml_shapes:NamespaceExposeShape a oslc:ResourceShape ; oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:external, + oslc_sysml_shapes:general, oslc_sysml_shapes:identifier, - oslc_sysml_shapes:importOwningNamespace, - oslc_sysml_shapes:importedElement, - oslc_sysml_shapes:importedNamespace, oslc_sysml_shapes:instanceShape, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isImportAll, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isRecursive, oslc_sysml_shapes:modified, oslc_sysml_shapes:name, oslc_sysml_shapes:ownedAnnotation, @@ -26904,6 +23111,8 @@ oslc_sysml_shapes:NamespaceExposeShape a oslc:ResourceShape ; oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:referencedFeature, + oslc_sysml_shapes:referencingFeature, oslc_sysml_shapes:refine, oslc_sysml_shapes:relatedElement, oslc_sysml_shapes:satisfy, @@ -26911,259 +23120,149 @@ oslc_sysml_shapes:NamespaceExposeShape a oslc:ResourceShape ; oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, + oslc_sysml_shapes:specific, + oslc_sysml_shapes:subsettedFeature, + oslc_sysml_shapes:subsettingFeature, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A NamespaceExpose is an Expose Relationship that exposes the Memberships of a specific importedNamespace and, if isRecursive = true, additional Memberships recursively."^^rdf:XMLLiteral ; - dcterms:title "NamespaceExposeShape"^^rdf:XMLLiteral . + dcterms:description "ReferenceSubsetting is a kind of Subsetting in which the referencedFeature is syntactically distinguished from other Features subsetted by the referencingFeature. ReferenceSubsetting has the same semantics as Subsetting, but the referenceFeature may have a special purpose relative to the referencingFeature. For instance, ReferenceSubsetting is used to identify the relatedFeatures of a Connector."^^rdf:XMLLiteral ; + dcterms:title "ReferenceSubsettingShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:NamespaceImportShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:NamespaceImport ; +oslc_sysml_shapes:ReferenceUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:ReferenceUsage ; oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:importOwningNamespace, - oslc_sysml_shapes:importedElement, - oslc_sysml_shapes:importedNamespace, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isImportAll, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isRecursive, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A NamespaceImport is an Import that imports Memberships from its importedNamespace into the importOwningNamespace. If isRecursive = false, then only the visible Memberships of the importedNamespace are imported. If isRecursive = true, then, in addition, Memberships are recursively imported from any ownedMembers of the importedNamespace that are Namespaces."^^rdf:XMLLiteral ; - dcterms:title "NamespaceImportShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:NamespaceShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Namespace ; - oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A Namespace is an Element that contains other Elements, known as its members, via Membership Relationships with those Elements. The members of a Namespace may be owned by the Namespace, aliased in the Namespace, or imported into the Namespace via Import Relationships."^^rdf:XMLLiteral ; - dcterms:title "NamespaceShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:NullExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:NullExpression ; - oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "directedUsage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, @@ -27176,7 +23275,6 @@ oslc_sysml_shapes:NullExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, @@ -27193,6 +23291,7 @@ oslc_sysml_shapes:NullExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:member, @@ -27200,6 +23299,33 @@ oslc_sysml_shapes:NullExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, @@ -27224,10 +23350,12 @@ oslc_sysml_shapes:NullExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, oslc_sysml_shapes:satisfy, @@ -27239,25 +23367,16 @@ oslc_sysml_shapes:NullExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A NullExpression is an Expression that results in a null value."^^rdf:XMLLiteral ; - dcterms:title "NullExpressionShape"^^rdf:XMLLiteral . + dcterms:description "A ReferenceUsage is a Usage that specifies a non-compositional (isComposite = false) reference to something. The definition of a ReferenceUsage can be any kind of Classifier, with the default being the top-level Classifier Base::Anything from the Kernel Semantic Library. This allows the specification of a generic reference without distinguishing if the thing referenced is an attribute value, item, action, etc."^^rdf:XMLLiteral ; + dcterms:title "ReferenceUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:ObjectiveMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ObjectiveMembership ; +oslc_sysml_shapes:RelationshipShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Relationship ; oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -27265,54 +23384,12 @@ oslc_sysml_shapes:ObjectiveMembershipShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -27331,21 +23408,10 @@ oslc_sysml_shapes:ObjectiveMembershipShape a oslc:ResourceShape ; oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:memberElement, - oslc_sysml_shapes:memberElementId, - oslc_sysml_shapes:memberName, - oslc_sysml_shapes:memberShortName, - oslc_sysml_shapes:membershipOwningNamespace, oslc_sysml_shapes:modified, oslc_sysml_shapes:name, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedMemberElement, - oslc_sysml_shapes:ownedMemberElementId, - oslc_sysml_shapes:ownedMemberFeature, - oslc_sysml_shapes:ownedMemberName, - oslc_sysml_shapes:ownedMemberShortName, - oslc_sysml_shapes:ownedObjectiveRequirement, oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:owner, @@ -27365,185 +23431,140 @@ oslc_sysml_shapes:ObjectiveMembershipShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An ObjectiveMembership is a FeatureMembership that indicates that its ownedObjectiveRequirement is the objective RequirementUsage for its owningType, which must be a CaseDefinition or CaseUsage."^^rdf:XMLLiteral ; - dcterms:title "ObjectiveMembershipShape"^^rdf:XMLLiteral . + dcterms:description "A Relationship is an Element that relates other Element. Some of its relatedElements may be owned, in which case those ownedRelatedElements will be deleted from a model if their owningRelationship is. A Relationship may also be owned by another Element, in which case the ownedRelatedElements of the Relationship are also considered to be transitively owned by the owningRelatedElement of the Relationship."^^rdf:XMLLiteral ; + dcterms:title "RelationshipShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:OccurrenceDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:OccurrenceDefinition ; +oslc_sysml_shapes:RenderingDefinitionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:RenderingDefinition ; oslc:property [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -27622,6 +23643,7 @@ oslc_sysml_shapes:OccurrenceDefinitionShape a oslc:ResourceShape ; oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, + oslc_sysml_shapes:rendering, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, @@ -27631,140 +23653,140 @@ oslc_sysml_shapes:OccurrenceDefinitionShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An OccurrenceDefinition is a Definition of a Class of individuals that have an independent life over time and potentially an extent over space. This includes both structural things and behaviors that act on such structures."^^rdf:XMLLiteral ; - dcterms:title "OccurrenceDefinitionShape"^^rdf:XMLLiteral . + dcterms:description "A RenderingDefinition is a PartDefinition that defines a specific rendering of the content of a model view (e.g., symbols, style, layout, etc.)."^^rdf:XMLLiteral ; + dcterms:title "RenderingDefinitionShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:OccurrenceUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:OccurrenceUsage ; +oslc_sysml_shapes:RenderingUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:RenderingUsage ; oslc:property [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "directedUsage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -27805,6 +23827,7 @@ oslc_sysml_shapes:OccurrenceUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, @@ -27868,9 +23891,11 @@ oslc_sysml_shapes:OccurrenceUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:partDefinition, oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, + oslc_sysml_shapes:renderingDefinition, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, @@ -27880,231 +23905,77 @@ oslc_sysml_shapes:OccurrenceUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An OccurrenceUsage is a Usage whose types are all Classes. Nominally, if a type is an OccurrenceDefinition, an OccurrenceUsage is a Usage of that OccurrenceDefinition within a system. However, other types of Kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries."^^rdf:XMLLiteral ; - dcterms:title "OccurrenceUsageShape"^^rdf:XMLLiteral . + dcterms:description "A RenderingUsage is the usage of a RenderingDefinition to specify the rendering of a specific model view to produce a physical view artifact."^^rdf:XMLLiteral ; + dcterms:title "RenderingUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:OperatorExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:OperatorExpression ; +oslc_sysml_shapes:RequirementConstraintMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:RequirementConstraintMembership ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; + oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "kind" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:kind ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:argument, - oslc_sysml_shapes:behavior, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, - oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:function, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, - oslc_sysml_shapes:name, - oslc_sysml_shapes:operand, - oslc_sysml_shapes:operator, - oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, - oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningFeatureMembership, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "An OperatorExpression is an InvocationExpression whose function is determined by resolving its operator in the context of one of the standard packages from the Kernel Function Library."^^rdf:XMLLiteral ; - dcterms:title "OperatorExpressionShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:OwningMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:OwningMembership ; - oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -28134,6 +24005,7 @@ oslc_sysml_shapes:OwningMembershipShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedMemberElement, oslc_sysml_shapes:ownedMemberElementId, + oslc_sysml_shapes:ownedMemberFeature, oslc_sysml_shapes:ownedMemberName, oslc_sysml_shapes:ownedMemberShortName, oslc_sysml_shapes:ownedRelatedElement, @@ -28144,6 +24016,7 @@ oslc_sysml_shapes:OwningMembershipShape a oslc:ResourceShape ; oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:referencedConstraint, oslc_sysml_shapes:refine, oslc_sysml_shapes:relatedElement, oslc_sysml_shapes:satisfy, @@ -28155,413 +24028,230 @@ oslc_sysml_shapes:OwningMembershipShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An OwningMembership is a Membership that owns its memberElement as a ownedRelatedElement. The ownedMemberElement becomes an ownedMember of the membershipOwningNamespace."^^rdf:XMLLiteral ; - dcterms:title "OwningMembershipShape"^^rdf:XMLLiteral . + dcterms:description "A RequirementConstraintMembership is a FeatureMembership for an assumed or required ConstraintUsage of a RequirementDefinition or RequirementUsage.."^^rdf:XMLLiteral ; + dcterms:title "RequirementConstraintMembershipShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:PackageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Package ; +oslc_sysml_shapes:RequirementDefinitionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:RequirementDefinition ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:filterCondition, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A Package is a Namespace used to group Elements, without any instance-level semantics. It may have one or more model-level evaluable filterCondition Expressions used to filter its importedMemberships. Any imported member must meet all of the filterConditions."^^rdf:XMLLiteral ; - dcterms:title "PackageShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:ParameterMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ParameterMembership ; - oslc:property [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "text" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:text ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "An optional textual statement of the requirement represented by this RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "reqId" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:reqId ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:memberElement, - oslc_sysml_shapes:memberElementId, - oslc_sysml_shapes:memberName, - oslc_sysml_shapes:memberShortName, - oslc_sysml_shapes:membershipOwningNamespace, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedMemberElement, - oslc_sysml_shapes:ownedMemberElementId, - oslc_sysml_shapes:ownedMemberFeature, - oslc_sysml_shapes:ownedMemberName, - oslc_sysml_shapes:ownedMemberParameter, - oslc_sysml_shapes:ownedMemberShortName, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A ParameterMembership is a FeatureMembership that identifies its memberFeature as a parameter, which is always owned, and must have a direction. A ParameterMembership must be owned by a Behavior or a Step."^^rdf:XMLLiteral ; - dcterms:title "ParameterMembershipShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:PartDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:PartDefinition ; - oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "requiredConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:requiredConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this RequirementDefinition that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:assumedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementDefinition, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = assumption."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "stakeholderParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:stakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementDefinition that represent stakeholders for th requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "framedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:framedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementDefinition that represent actors involved in the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -28576,6 +24266,7 @@ oslc_sysml_shapes:PartDefinitionShape a oslc:ResourceShape ; oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:expression, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:identifier, @@ -28645,145 +24336,238 @@ oslc_sysml_shapes:PartDefinitionShape a oslc:ResourceShape ; oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, + oslc_sysml_shapes:step, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A PartDefinition is an ItemDefinition of a Class of systems or parts of systems. Note that all parts may be considered items for certain purposes, but not all items are parts that can perform actions within a system."^^rdf:XMLLiteral ; - dcterms:title "PartDefinitionShape"^^rdf:XMLLiteral . + dcterms:description "A RequirementDefinition is a ConstraintDefinition that defines a requirement used in the context of a specification as a constraint that a valid solution must satisfy. The specification is relative to a specified subject, possibly in collaboration with one or more external actors."^^rdf:XMLLiteral ; + dcterms:title "RequirementDefinitionShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:PartUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:PartUsage ; +oslc_sysml_shapes:RequirementUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:RequirementUsage ; oslc:property [ a oslc:Property ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:assumedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "framedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:framedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "text" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:text ; + oslc:readOnly false ; + dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "stakeholderParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:stakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "reqId" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:reqId ; + oslc:readOnly false ; + dcterms:description "An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "requiredConstraint" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:requiredConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "subjectParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:behavior, + oslc_sysml_shapes:constraintDefinition, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -28803,6 +24587,7 @@ oslc_sysml_shapes:PartUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, @@ -28823,7 +24608,6 @@ oslc_sysml_shapes:PartUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, @@ -28887,10 +24671,11 @@ oslc_sysml_shapes:PartUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:partDefinition, oslc_sysml_shapes:portionKind, + oslc_sysml_shapes:predicate, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, + oslc_sysml_shapes:requirementDefinition, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, @@ -28900,362 +24685,591 @@ oslc_sysml_shapes:PartUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A PartUsage is a usage of a PartDefinition to represent a system or a part of a system. At least one of the itemDefinitions of the PartUsage must be a PartDefinition."^^rdf:XMLLiteral ; - dcterms:title "PartUsageShape"^^rdf:XMLLiteral . + dcterms:description "A RequirementUsage is a Usage of a RequirementDefinition."^^rdf:XMLLiteral ; + dcterms:title "RequirementUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:PerformActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:PerformActionUsage ; +oslc_sysml_shapes:RequirementVerificationMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:RequirementVerificationMembership ; oslc:property [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "ownedConstraint" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "kind" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:kind ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "verifiedRequirement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:verifiedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description " The RequirementUsage that is identified as being verified. It is the referencedConstraint of the RequirementVerificationMembership considered as a RequirementConstraintMembership, which must be a RequirementUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "ownedRequirement" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + dcterms:description "The owned RequirementUsage that acts as the ownedConstraint for this RequirementVerificationMembership. This will either be the verifiedRequirement, or it will subset the verifiedRequirement."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:memberElement, + oslc_sysml_shapes:memberElementId, + oslc_sysml_shapes:memberName, + oslc_sysml_shapes:memberShortName, + oslc_sysml_shapes:membershipOwningNamespace, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedMemberElement, + oslc_sysml_shapes:ownedMemberElementId, + oslc_sysml_shapes:ownedMemberFeature, + oslc_sysml_shapes:ownedMemberName, + oslc_sysml_shapes:ownedMemberShortName, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:referencedConstraint, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A RequirementVerificationMembership is a RequirementConstraintMembership used in the objective of a VerificationCase to identify a RequirementUsage that is verified by the VerificationCase."^^rdf:XMLLiteral ; + dcterms:title "RequirementVerificationMembershipShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:ResultExpressionMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:ResultExpressionMembership ; + oslc:property [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:memberElement, + oslc_sysml_shapes:memberElementId, + oslc_sysml_shapes:memberName, + oslc_sysml_shapes:memberShortName, + oslc_sysml_shapes:membershipOwningNamespace, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedMemberElement, + oslc_sysml_shapes:ownedMemberElementId, + oslc_sysml_shapes:ownedMemberFeature, + oslc_sysml_shapes:ownedMemberName, + oslc_sysml_shapes:ownedMemberShortName, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedResultExpression, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A ResultExpressionMembership is a FeatureMembership that indicates that the ownedResultExpression provides the result values for the Function or Expression that owns it. The owning Function or Expression must contain a BindingConnector between the result parameter of the ownedResultExpression and the result parameter of the owning Function or Expression."^^rdf:XMLLiteral ; + dcterms:title "ResultExpressionMembershipShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:ReturnParameterMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:ReturnParameterMembership ; + oslc:property [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:memberElement, + oslc_sysml_shapes:memberElementId, + oslc_sysml_shapes:memberName, + oslc_sysml_shapes:memberShortName, + oslc_sysml_shapes:membershipOwningNamespace, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedMemberElement, + oslc_sysml_shapes:ownedMemberElementId, + oslc_sysml_shapes:ownedMemberFeature, + oslc_sysml_shapes:ownedMemberName, + oslc_sysml_shapes:ownedMemberParameter, + oslc_sysml_shapes:ownedMemberShortName, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A ReturnParameterMembership is a ParameterMembership that indicates that the ownedMemberParameter is the result parameter of a Function or Expression. The direction of the ownedMemberParameter must be out."^^rdf:XMLLiteral ; + dcterms:title "ReturnParameterMembershipShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:SatisfyRequirementUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:SatisfyRequirementUsage ; + oslc:property [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "requiredConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:requiredConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "framedConcern" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:framedConcern ; + oslc:range oslc_sysml:ConcernUsage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "stakeholderParameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:stakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "actorParameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:assumedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "reqId" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:reqId ; + oslc:readOnly false ; + dcterms:description "An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "text" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:text ; + oslc:readOnly false ; + dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - oslc_sysml_shapes:actionDefinition, + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:assertedConstraint, oslc_sysml_shapes:behavior, + oslc_sysml_shapes:constraintDefinition, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -29272,10 +25286,10 @@ oslc_sysml_shapes:PerformActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, oslc_sysml_shapes:endOwningType, - oslc_sysml_shapes:eventOccurrence, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, @@ -29289,6 +25303,7 @@ oslc_sysml_shapes:PerformActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNegated, oslc_sysml_shapes:isNonunique, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, @@ -29359,11 +25374,14 @@ oslc_sysml_shapes:PerformActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:performedAction, oslc_sysml_shapes:portionKind, + oslc_sysml_shapes:predicate, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, + oslc_sysml_shapes:requirementDefinition, + oslc_sysml_shapes:satisfiedRequirement, oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:satisfyingFeature, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, @@ -29372,58 +25390,119 @@ oslc_sysml_shapes:PerformActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A PerformActionUsage is an ActionUsage that represents the performance of an ActionUsage. Unless it is the PerformActionUsage itself, the ActionUsage to be performed is related to the PerformActionUsage by a ReferenceSubsetting relationship. A PerformActionUsage is also an EventOccurrenceUsage, with its performedAction as the eventOccurrence."^^rdf:XMLLiteral ; - dcterms:title "PerformActionUsageShape"^^rdf:XMLLiteral . + dcterms:description "A SatisfyRequirementUsage is an AssertConstraintUsage that asserts, by default, that a satisfied RequirementUsage is true for a specific satisfyingFeature, or, if isNegated = true, that the RequirementUsage is false. The satisfied RequirementUsage is related to the SatisfyRequirementUsage by a ReferenceSubsetting Relationship."^^rdf:XMLLiteral ; + dcterms:title "SatisfyRequirementUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:PortConjugationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:PortConjugation ; +oslc_sysml_shapes:SelectExpressionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:SelectExpression ; oslc:property [ a oslc:Property ; - oslc:name "conjugatedPortDefinition" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:conjugatedPortDefinition ; - oslc:range oslc_sysmlv2:ConjugatedPortDefinition ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConjugatedPortDefinition that is conjugate to the originalPortDefinition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "originalPortDefinition" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:originalPortDefinition ; - oslc:range oslc_sysmlv2:PortDefinition ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The PortDefinition being conjugated."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The conjugatedType of this Conjugation that is also its owningRelatedElement."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:conjugatedType, + oslc_sysml_shapes:argument, + oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, @@ -29432,30 +25511,72 @@ oslc_sysml_shapes:PortConjugationShape a oslc:ResourceShape ; oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:function, oslc_sysml_shapes:identifier, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:originalType, + oslc_sysml_shapes:operand, + oslc_sysml_shapes:operator, + oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, @@ -29465,509 +25586,209 @@ oslc_sysml_shapes:PortConjugationShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A PortConjugation is a Conjugation Relationship between a PortDefinition and its corresponding ConjugatedPortDefinition. As a result of this Relationship, the ConjugatedPortDefinition inherits all the features of the original PortDefinition, but input flows of the original PortDefinition become outputs on the ConjugatedPortDefinition and output flows of the original PortDefinition become inputs on the ConjugatedPortDefinition."^^rdf:XMLLiteral ; - dcterms:title "PortConjugationShape"^^rdf:XMLLiteral . + dcterms:description "A SelectExpression is an OperatorExpression whose operator is \"select\", which resolves to the Function ControlFunctions::select from the Kernel Functions Library."^^rdf:XMLLiteral ; + dcterms:title "SelectExpressionShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:PortDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:PortDefinition ; +oslc_sysml_shapes:SendActionUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:SendActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "conjugatedPortDefinition" ; + oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:conjugatedPortDefinition ; - oslc:range oslc_sysmlv2:ConjugatedPortDefinition ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The that is conjugate to this PortDefinition.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "receiverArgument" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:receiverArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "An Expression whose result is bound to the receiver input parameter of this SendActionUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "payloadArgument" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:payloadArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "An Expression whose result is bound to the payload input parameter of this SendActionUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, + oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:lifeClass, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, - oslc_sysml_shapes:name, - oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAction, - oslc_sysml_shapes:ownedAllocation, - oslc_sysml_shapes:ownedAnalysisCase, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedAttribute, - oslc_sysml_shapes:ownedCalculation, - oslc_sysml_shapes:ownedCase, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedConnection, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedEnumeration, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedFlow, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedInterface, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedItem, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedMetadata, - oslc_sysml_shapes:ownedOccurrence, - oslc_sysml_shapes:ownedPart, - oslc_sysml_shapes:ownedPort, - oslc_sysml_shapes:ownedReference, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedState, - oslc_sysml_shapes:ownedSubclassification, - oslc_sysml_shapes:ownedTransition, - oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:ownedUsage, - oslc_sysml_shapes:ownedUseCase, - oslc_sysml_shapes:ownedVerificationCase, - oslc_sysml_shapes:ownedView, - oslc_sysml_shapes:ownedViewpoint, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A PortDefinition defines a point at which external entities can connect to and interact with a system or part of a system. Any ownedUsages of a PortDefinition, other than PortUsages, must not be composite."^^rdf:XMLLiteral ; - dcterms:title "PortDefinitionShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:PortUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:PortUsage ; - oslc:property [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "portDefinition" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:portDefinition ; - oslc:range oslc_sysmlv2:PortDefinition ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The occurrenceDefinitions of this PortUsage, which must all be PortDefinitions.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:definition, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, - oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:individualDefinition, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isReference, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:isUnique, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, @@ -30035,6 +25856,7 @@ oslc_sysml_shapes:PortUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:senderArgument, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, @@ -30043,80 +25865,38 @@ oslc_sysml_shapes:PortUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A PortUsage is a usage of a PortDefinition. A PortUsage itself as well as all its nestedUsages must be referential (non-composite)."^^rdf:XMLLiteral ; - dcterms:title "PortUsageShape"^^rdf:XMLLiteral . + dcterms:description "A SendActionUsage is an ActionUsage that specifies the sending of a payload given by the result of its payloadArgument Expression via a MessageTransfer whose source is given by the result of the senderArgument Expression and whose target is given by the result of the receiverArgument Expression. If no senderArgument is provided, the default is the this context for the action. If no receiverArgument is given, then the receiver is to be determined by, e.g., outgoing Connections from the sender."^^rdf:XMLLiteral ; + dcterms:title "SendActionUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:PredicateShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Predicate ; +oslc_sysml_shapes:SpecializationShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Specialization ; oslc:property [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -30126,103 +25906,96 @@ oslc_sysml_shapes:PredicateShape a oslc:ResourceShape ; oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:expression, oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:general, oslc_sysml_shapes:identifier, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubclassification, - oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, - oslc_sysml_shapes:step, + oslc_sysml_shapes:specific, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A Predicate is a Function whose result parameter has type Boolean and multiplicity 1..1."^^rdf:XMLLiteral ; - dcterms:title "PredicateShape"^^rdf:XMLLiteral . + dcterms:description "Specialization is a Relationship between two Types that requires all instances of the specific type to also be instances of the general Type (i.e., the set of instances of the specific Type is a subset of those of the general Type, which might be the same set)."^^rdf:XMLLiteral ; + dcterms:title "SpecializationShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:RedefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Redefinition ; +oslc_sysml_shapes:StakeholderMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:StakeholderMembership ; oslc:property [ a oslc:Property ; - oslc:name "owningFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -30236,26 +26009,35 @@ oslc_sysml_shapes:RedefinitionShape a oslc:ResourceShape ; oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:external, - oslc_sysml_shapes:general, oslc_sysml_shapes:identifier, oslc_sysml_shapes:instanceShape, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:memberElement, + oslc_sysml_shapes:memberElementId, + oslc_sysml_shapes:memberName, + oslc_sysml_shapes:memberShortName, + oslc_sysml_shapes:membershipOwningNamespace, oslc_sysml_shapes:modified, oslc_sysml_shapes:name, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedMemberElement, + oslc_sysml_shapes:ownedMemberElementId, + oslc_sysml_shapes:ownedMemberFeature, + oslc_sysml_shapes:ownedMemberName, + oslc_sysml_shapes:ownedMemberParameter, + oslc_sysml_shapes:ownedMemberShortName, oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedStakeholderParameter, oslc_sysml_shapes:owner, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:redefinedFeature, - oslc_sysml_shapes:redefiningFeature, oslc_sysml_shapes:refine, oslc_sysml_shapes:relatedElement, oslc_sysml_shapes:satisfy, @@ -30263,229 +26045,195 @@ oslc_sysml_shapes:RedefinitionShape a oslc:ResourceShape ; oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, - oslc_sysml_shapes:specific, - oslc_sysml_shapes:subsettedFeature, - oslc_sysml_shapes:subsettingFeature, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "Redefinition is a kind of Subsetting that requires the redefinedFeature and the redefiningFeature to have the same values (on each instance of the domain of the redefiningFeature). This means any restrictions on the redefiningFeature, such as type or multiplicity, also apply to the redefinedFeature (on each instance of the domain of the redefiningFeature), and vice versa. The redefinedFeature might have values for instances of the domain of the redefiningFeature, but only as instances of the domain of the redefinedFeature that happen to also be instances of the domain of the redefiningFeature. This is supported by the constraints inherited from Subsetting on the domains of the redefiningFeature and redefinedFeature. However, these constraints are narrowed for Redefinition to require the owningTypes of the redefiningFeature and redefinedFeature to be different and the redefinedFeature to not be inherited into the owningNamespace of the redefiningFeature.This enables the redefiningFeature to have the same name as the redefinedFeature, if desired."^^rdf:XMLLiteral ; - dcterms:title "RedefinitionShape"^^rdf:XMLLiteral . + dcterms:description "A StakeholderMembership is a ParameterMembership that identifies a PartUsage as a stakeholderParameter of a RequirementDefinition or RequirementUsage, which specifies a role played by an entity with concerns framed by the owningType."^^rdf:XMLLiteral ; + dcterms:title "StakeholderMembershipShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:ReferenceSubsettingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ReferenceSubsetting ; +oslc_sysml_shapes:StateDefinitionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:StateDefinition ; oslc:property [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:general, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:referencedFeature, - oslc_sysml_shapes:referencingFeature, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:specific, - oslc_sysml_shapes:subsettedFeature, - oslc_sysml_shapes:subsettingFeature, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "ReferenceSubsetting is a kind of Subsetting in which the referencedFeature is syntactically distinguished from other Features subsetted by the referencingFeature. ReferenceSubsetting has the same semantics as Subsetting, but the referenceFeature may have a special purpose relative to the referencingFeature. For instance, ReferenceSubsetting is used to identify the relatedFeatures of a Connector."^^rdf:XMLLiteral ; - dcterms:title "ReferenceSubsettingShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:ReferenceUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ReferenceUsage ; - oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "doAction" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:doAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsage of this StateDefinition to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = do."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "exitAction" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:exitAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsage of this StateDefinition to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = exit."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "entryAction" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:entryAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsage of this StateDefinition to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = entry."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "ownedRequirement" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "isParallel" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isParallel ; + oslc:readOnly false ; + dcterms:description "Whether the ownedStates of this StateDefinition are to all be performed in parallel. If true, none of the ownedActions (which includes ownedStates) may have any incoming or outgoing Transitions. If false, only one ownedState may be performed at a time."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "action" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -30493,100 +26241,75 @@ oslc_sysml_shapes:ReferenceUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:lifeClass, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:nestedAction, - oslc_sysml_shapes:nestedAllocation, - oslc_sysml_shapes:nestedAnalysisCase, - oslc_sysml_shapes:nestedAttribute, - oslc_sysml_shapes:nestedCalculation, - oslc_sysml_shapes:nestedCase, - oslc_sysml_shapes:nestedConcern, - oslc_sysml_shapes:nestedConnection, - oslc_sysml_shapes:nestedConstraint, - oslc_sysml_shapes:nestedEnumeration, - oslc_sysml_shapes:nestedFlow, - oslc_sysml_shapes:nestedInterface, - oslc_sysml_shapes:nestedItem, - oslc_sysml_shapes:nestedMetadata, - oslc_sysml_shapes:nestedOccurrence, - oslc_sysml_shapes:nestedPart, - oslc_sysml_shapes:nestedPort, - oslc_sysml_shapes:nestedReference, - oslc_sysml_shapes:nestedRendering, - oslc_sysml_shapes:nestedRequirement, - oslc_sysml_shapes:nestedState, - oslc_sysml_shapes:nestedTransition, - oslc_sysml_shapes:nestedUsage, - oslc_sysml_shapes:nestedUseCase, - oslc_sysml_shapes:nestedVerificationCase, - oslc_sysml_shapes:nestedView, - oslc_sysml_shapes:nestedViewpoint, oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAction, + oslc_sysml_shapes:ownedAllocation, + oslc_sysml_shapes:ownedAnalysisCase, oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedAttribute, + oslc_sysml_shapes:ownedCalculation, + oslc_sysml_shapes:ownedCase, oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedConnection, oslc_sysml_shapes:ownedDifferencing, oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedEnumeration, oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedFlow, oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedInterface, oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedItem, oslc_sysml_shapes:ownedMember, oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedMetadata, + oslc_sysml_shapes:ownedOccurrence, + oslc_sysml_shapes:ownedPart, + oslc_sysml_shapes:ownedPort, + oslc_sysml_shapes:ownedReference, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedState, + oslc_sysml_shapes:ownedSubclassification, + oslc_sysml_shapes:ownedTransition, oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:ownedUsage, + oslc_sysml_shapes:ownedUseCase, + oslc_sysml_shapes:ownedVerificationCase, + oslc_sysml_shapes:ownedView, + oslc_sysml_shapes:ownedViewpoint, oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningDefinition, - oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:owningUsage, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, oslc_sysml_shapes:satisfy, @@ -30594,33 +26317,83 @@ oslc_sysml_shapes:ReferenceUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, + oslc_sysml_shapes:state, + oslc_sysml_shapes:step, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A ReferenceUsage is a Usage that specifies a non-compositional (isComposite = false) reference to something. The definition of a ReferenceUsage can be any kind of Classifier, with the default being the top-level Classifier Base::Anything from the Kernel Semantic Library. This allows the specification of a generic reference without distinguishing if the thing referenced is an attribute value, item, action, etc."^^rdf:XMLLiteral ; - dcterms:title "ReferenceUsageShape"^^rdf:XMLLiteral . + dcterms:description "A StateDefinition is the Definition of the Behavior of a system or part of a system in a certain state condition."^^rdf:XMLLiteral ; + dcterms:title "StateDefinitionShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:RelationshipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Relationship ; +oslc_sysml_shapes:StateSubactionMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:StateSubactionMembership ; oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "action" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ActionUsage that is the ownedMemberFeature of this StateSubactionMembership."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; + oslc:readOnly false ; + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "kind" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:kind ; + oslc:readOnly false ; + dcterms:description "Whether this StateSubactionMembership is for an entry, do or exit ActionUsage.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -30639,10 +26412,20 @@ oslc_sysml_shapes:RelationshipShape a oslc:ResourceShape ; oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:memberElement, + oslc_sysml_shapes:memberElementId, + oslc_sysml_shapes:memberName, + oslc_sysml_shapes:memberShortName, + oslc_sysml_shapes:membershipOwningNamespace, oslc_sysml_shapes:modified, oslc_sysml_shapes:name, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedMemberElement, + oslc_sysml_shapes:ownedMemberElementId, + oslc_sysml_shapes:ownedMemberFeature, + oslc_sysml_shapes:ownedMemberName, + oslc_sysml_shapes:ownedMemberShortName, oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:owner, @@ -30662,403 +26445,356 @@ oslc_sysml_shapes:RelationshipShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A Relationship is an Element that relates other Element. Some of its relatedElements may be owned, in which case those ownedRelatedElements will be deleted from a model if their owningRelationship is. A Relationship may also be owned by another Element, in which case the ownedRelatedElements of the Relationship are also considered to be transitively owned by the owningRelatedElement of the Relationship."^^rdf:XMLLiteral ; - dcterms:title "RelationshipShape"^^rdf:XMLLiteral . + dcterms:description "A StateSubactionMembership is a FeatureMembership for an entry, do or exit ActionUsage of a StateDefinition or StateUsage.."^^rdf:XMLLiteral ; + dcterms:title "StateSubactionMembershipShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:RenderingDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:RenderingDefinition ; +oslc_sysml_shapes:StateUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:StateUsage ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "exitAction" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:exitAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsage of this StateUsage to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = exit."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "doAction" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:doAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsage of this StateUsage to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = do."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "entryAction" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:entryAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsage of this StateUsage to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = entry."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isParallel" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isParallel ; + oslc:readOnly false ; + dcterms:description "Whether the nestedStates of this StateUsage are to all be performed in parallel. If true, none of the nestedActions (which include nestedStates) may have any incoming or outgoing Transitions. If false, only one nestedState may be performed at a time."^^rdf:XMLLiteral ], + oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, + oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:lifeClass, + oslc_sysml_shapes:isUnique, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, + oslc_sysml_shapes:occurrenceDefinition, oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAction, - oslc_sysml_shapes:ownedAllocation, - oslc_sysml_shapes:ownedAnalysisCase, oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedAttribute, - oslc_sysml_shapes:ownedCalculation, - oslc_sysml_shapes:ownedCase, oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedConnection, oslc_sysml_shapes:ownedDifferencing, oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedEnumeration, oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedFlow, oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedInterface, oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedItem, oslc_sysml_shapes:ownedMember, oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedMetadata, - oslc_sysml_shapes:ownedOccurrence, - oslc_sysml_shapes:ownedPart, - oslc_sysml_shapes:ownedPort, - oslc_sysml_shapes:ownedReference, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedState, - oslc_sysml_shapes:ownedSubclassification, - oslc_sysml_shapes:ownedTransition, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:ownedUsage, - oslc_sysml_shapes:ownedUseCase, - oslc_sysml_shapes:ownedVerificationCase, - oslc_sysml_shapes:ownedView, - oslc_sysml_shapes:ownedViewpoint, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, + oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, - oslc_sysml_shapes:rendering, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, + oslc_sysml_shapes:stateDefinition, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A RenderingDefinition is a PartDefinition that defines a specific rendering of the content of a model view (e.g., symbols, style, layout, etc.)."^^rdf:XMLLiteral ; - dcterms:title "RenderingDefinitionShape"^^rdf:XMLLiteral . + dcterms:description """A StateUsage is an ActionUsage that is nominally the Usage of a StateDefinition. However, other kinds of kernel Behaviors are also allowed as types, to permit use of Behaviors +."""^^rdf:XMLLiteral ; + dcterms:title "StateUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:RenderingUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:RenderingUsage ; +oslc_sysml_shapes:StepShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Step ; oslc:property [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -31066,56 +26802,47 @@ oslc_sysml_shapes:RenderingUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, @@ -31129,7 +26856,6 @@ oslc_sysml_shapes:RenderingUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, - oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, @@ -31145,43 +26871,13 @@ oslc_sysml_shapes:RenderingUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:nestedAction, - oslc_sysml_shapes:nestedAllocation, - oslc_sysml_shapes:nestedAnalysisCase, - oslc_sysml_shapes:nestedAttribute, - oslc_sysml_shapes:nestedCalculation, - oslc_sysml_shapes:nestedCase, - oslc_sysml_shapes:nestedConcern, - oslc_sysml_shapes:nestedConnection, - oslc_sysml_shapes:nestedConstraint, - oslc_sysml_shapes:nestedEnumeration, - oslc_sysml_shapes:nestedFlow, - oslc_sysml_shapes:nestedInterface, - oslc_sysml_shapes:nestedItem, - oslc_sysml_shapes:nestedMetadata, - oslc_sysml_shapes:nestedOccurrence, - oslc_sysml_shapes:nestedPart, - oslc_sysml_shapes:nestedPort, - oslc_sysml_shapes:nestedReference, - oslc_sysml_shapes:nestedRendering, - oslc_sysml_shapes:nestedRequirement, - oslc_sysml_shapes:nestedState, - oslc_sysml_shapes:nestedTransition, - oslc_sysml_shapes:nestedUsage, - oslc_sysml_shapes:nestedUseCase, - oslc_sysml_shapes:nestedVerificationCase, - oslc_sysml_shapes:nestedView, - oslc_sysml_shapes:nestedViewpoint, - oslc_sysml_shapes:occurrenceDefinition, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, @@ -31206,17 +26902,12 @@ oslc_sysml_shapes:RenderingUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningDefinition, oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:partDefinition, - oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, - oslc_sysml_shapes:renderingDefinition, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, @@ -31226,95 +26917,56 @@ oslc_sysml_shapes:RenderingUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A RenderingUsage is the usage of a RenderingDefinition to specify the rendering of a specific model view to produce a physical view artifact."^^rdf:XMLLiteral ; - dcterms:title "RenderingUsageShape"^^rdf:XMLLiteral . + dcterms:description "A Step is a Feature that is typed by one or more Behaviors. Steps may be used by one Behavior to coordinate the performance of other Behaviors, supporting a steady refinement of behavioral descriptions. Steps can be ordered in time and can be connected using ItemFlows to specify things flowing between their parameters."^^rdf:XMLLiteral ; + dcterms:title "StepShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:RequirementConstraintMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:RequirementConstraintMembership ; +oslc_sysml_shapes:StructureShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Structure ; oslc:property [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "kind" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:kind ; - oslc:readOnly false ; - dcterms:description "Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -31324,40 +26976,51 @@ oslc_sysml_shapes:RequirementConstraintMembershipShape a oslc:ResourceShape ; oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:identifier, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:memberElement, - oslc_sysml_shapes:memberElementId, - oslc_sysml_shapes:memberName, - oslc_sysml_shapes:memberShortName, - oslc_sysml_shapes:membershipOwningNamespace, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedMemberElement, - oslc_sysml_shapes:ownedMemberElementId, - oslc_sysml_shapes:ownedMemberFeature, - oslc_sysml_shapes:ownedMemberName, - oslc_sysml_shapes:ownedMemberShortName, - oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubclassification, + oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:referencedConstraint, oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, @@ -31367,5801 +27030,741 @@ oslc_sysml_shapes:RequirementConstraintMembershipShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A RequirementConstraintMembership is a FeatureMembership for an assumed or required ConstraintUsage of a RequirementDefinition or RequirementUsage.."^^rdf:XMLLiteral ; - dcterms:title "RequirementConstraintMembershipShape"^^rdf:XMLLiteral . + dcterms:description "A Structure is a Class of objects in the modeled universe that are primarily structural in nature. While such an object is not itself behavioral, it may be involved in and acted on by Behaviors, and it may be the performer of some of them."^^rdf:XMLLiteral ; + dcterms:title "StructureShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:RequirementDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:RequirementDefinition ; +oslc_sysml_shapes:SubclassificationShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Subclassification ; oslc:property [ a oslc:Property ; - oslc:name "framedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:framedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementDefinition that represent actors involved in the requirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "reqId" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:reqId ; - oslc:readOnly false ; - dcterms:description "An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:general, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningClassifier, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:specific, + oslc_sysml_shapes:subclassifier, + oslc_sysml_shapes:superclassifier, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "Subclassification is Specialization in which both the specific and general Types are Classifier. This means all instances of the specific Classifier are also instances of the general Classifier."^^rdf:XMLLiteral ; + dcterms:title "SubclassificationShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:SubjectMembershipShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:SubjectMembership ; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; + oslc:readOnly false ; + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:memberElement, + oslc_sysml_shapes:memberElementId, + oslc_sysml_shapes:memberName, + oslc_sysml_shapes:memberShortName, + oslc_sysml_shapes:membershipOwningNamespace, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedMemberElement, + oslc_sysml_shapes:ownedMemberElementId, + oslc_sysml_shapes:ownedMemberFeature, + oslc_sysml_shapes:ownedMemberName, + oslc_sysml_shapes:ownedMemberParameter, + oslc_sysml_shapes:ownedMemberShortName, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSubjectParameter, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A SubjectMembership is a ParameterMembership that indicates that its ownedSubjectParameter is the subject of its owningType. The owningType of a SubjectMembership must be a RequirementDefinition, RequirementUsage, CaseDefinition, or CaseUsage."^^rdf:XMLLiteral ; + dcterms:title "SubjectMembershipShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:SubsettingShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Subsetting ; + oslc:property [ a oslc:Property ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "owningFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:external, + oslc_sysml_shapes:general, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:name, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:specific, + oslc_sysml_shapes:subsettedFeature, + oslc_sysml_shapes:subsettingFeature, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "Subsetting is Specialization in which the specific and general Types are Features. This means all values of the subsettingFeature (on instances of its domain, i.e., the intersection of its featuringTypes) are values of the subsettedFeature on instances of its domain. To support this the domain of the subsettingFeature must be the same or specialize (at least indirectly) the domain of the subsettedFeature (via Specialization), and the co-domain (intersection of the types) of the subsettingFeature must specialize the co-domain of the subsettedFeature."^^rdf:XMLLiteral ; + dcterms:title "SubsettingShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:SuccessionAsUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:SuccessionAsUsage ; + oslc:property [ a oslc:Property ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this RequirementDefinition that represents its subject."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "assumedConstraint" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:assumedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementDefinition, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = assumption."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "requiredConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:requiredConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "stakeholderParameter" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementDefinition that represent stakeholders for th requirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "guardExpression" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:guardExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "text" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:text ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "An optional textual statement of the requirement represented by this RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:association, + oslc_sysml_shapes:connectorEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, + oslc_sysml_shapes:effectStep, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:expression, + oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, + oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:lifeClass, + oslc_sysml_shapes:isUnique, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAction, - oslc_sysml_shapes:ownedAllocation, - oslc_sysml_shapes:ownedAnalysisCase, oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedAttribute, - oslc_sysml_shapes:ownedCalculation, - oslc_sysml_shapes:ownedCase, oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedConnection, oslc_sysml_shapes:ownedDifferencing, oslc_sysml_shapes:ownedDisjoining, oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedEnumeration, oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedFlow, oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedInterface, oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedItem, oslc_sysml_shapes:ownedMember, oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedMetadata, - oslc_sysml_shapes:ownedOccurrence, - oslc_sysml_shapes:ownedPart, - oslc_sysml_shapes:ownedPort, - oslc_sysml_shapes:ownedReference, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedState, - oslc_sysml_shapes:ownedSubclassification, - oslc_sysml_shapes:ownedTransition, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:ownedUsage, - oslc_sysml_shapes:ownedUseCase, - oslc_sysml_shapes:ownedVerificationCase, - oslc_sysml_shapes:ownedView, - oslc_sysml_shapes:ownedViewpoint, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, + oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:relatedFeature, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, - oslc_sysml_shapes:step, + oslc_sysml_shapes:sourceFeature, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, + oslc_sysml_shapes:transitionStep, + oslc_sysml_shapes:triggerStep, oslc_sysml_shapes:type ; - dcterms:description "A RequirementDefinition is a ConstraintDefinition that defines a requirement used in the context of a specification as a constraint that a valid solution must satisfy. The specification is relative to a specified subject, possibly in collaboration with one or more external actors."^^rdf:XMLLiteral ; - dcterms:title "RequirementDefinitionShape"^^rdf:XMLLiteral . + dcterms:description "A SuccessionAsUsage is both a ConnectorAsUsage and a Succession."^^rdf:XMLLiteral ; + dcterms:title "SuccessionAsUsageShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:RequirementUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:RequirementUsage ; - oslc:property [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "reqId" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:reqId ; - oslc:readOnly false ; - dcterms:description "An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "stakeholderParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "text" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:text ; - oslc:readOnly false ; - dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "requiredConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:requiredConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "framedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:framedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "actorParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "assumedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:assumedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:behavior, - oslc_sysml_shapes:constraintDefinition, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:definition, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, - oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:function, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:individualDefinition, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isReference, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, - oslc_sysml_shapes:name, - oslc_sysml_shapes:nestedAction, - oslc_sysml_shapes:nestedAllocation, - oslc_sysml_shapes:nestedAnalysisCase, - oslc_sysml_shapes:nestedAttribute, - oslc_sysml_shapes:nestedCalculation, - oslc_sysml_shapes:nestedCase, - oslc_sysml_shapes:nestedConcern, - oslc_sysml_shapes:nestedConnection, - oslc_sysml_shapes:nestedConstraint, - oslc_sysml_shapes:nestedEnumeration, - oslc_sysml_shapes:nestedFlow, - oslc_sysml_shapes:nestedInterface, - oslc_sysml_shapes:nestedItem, - oslc_sysml_shapes:nestedMetadata, - oslc_sysml_shapes:nestedOccurrence, - oslc_sysml_shapes:nestedPart, - oslc_sysml_shapes:nestedPort, - oslc_sysml_shapes:nestedReference, - oslc_sysml_shapes:nestedRendering, - oslc_sysml_shapes:nestedRequirement, - oslc_sysml_shapes:nestedState, - oslc_sysml_shapes:nestedTransition, - oslc_sysml_shapes:nestedUsage, - oslc_sysml_shapes:nestedUseCase, - oslc_sysml_shapes:nestedVerificationCase, - oslc_sysml_shapes:nestedView, - oslc_sysml_shapes:nestedViewpoint, - oslc_sysml_shapes:occurrenceDefinition, - oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, - oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningDefinition, - oslc_sysml_shapes:owningFeatureMembership, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:portionKind, - oslc_sysml_shapes:predicate, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:requirementDefinition, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A RequirementUsage is a Usage of a RequirementDefinition."^^rdf:XMLLiteral ; - dcterms:title "RequirementUsageShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:RequirementVerificationMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:RequirementVerificationMembership ; - oslc:property [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRequirement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owned RequirementUsage that acts as the ownedConstraint for this RequirementVerificationMembership. This will either be the verifiedRequirement, or it will subset the verifiedRequirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "verifiedRequirement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:verifiedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description " The RequirementUsage that is identified as being verified. It is the referencedConstraint of the RequirementVerificationMembership considered as a RequirementConstraintMembership, which must be a RequirementUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "kind" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:kind ; - oslc:readOnly false ; - dcterms:description "Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:memberElement, - oslc_sysml_shapes:memberElementId, - oslc_sysml_shapes:memberName, - oslc_sysml_shapes:memberShortName, - oslc_sysml_shapes:membershipOwningNamespace, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedMemberElement, - oslc_sysml_shapes:ownedMemberElementId, - oslc_sysml_shapes:ownedMemberFeature, - oslc_sysml_shapes:ownedMemberName, - oslc_sysml_shapes:ownedMemberShortName, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:referencedConstraint, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A RequirementVerificationMembership is a RequirementConstraintMembership used in the objective of a VerificationCase to identify a RequirementUsage that is verified by the VerificationCase."^^rdf:XMLLiteral ; - dcterms:title "RequirementVerificationMembershipShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:ResultExpressionMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ResultExpressionMembership ; - oslc:property [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:memberElement, - oslc_sysml_shapes:memberElementId, - oslc_sysml_shapes:memberName, - oslc_sysml_shapes:memberShortName, - oslc_sysml_shapes:membershipOwningNamespace, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedMemberElement, - oslc_sysml_shapes:ownedMemberElementId, - oslc_sysml_shapes:ownedMemberFeature, - oslc_sysml_shapes:ownedMemberName, - oslc_sysml_shapes:ownedMemberShortName, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedResultExpression, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A ResultExpressionMembership is a FeatureMembership that indicates that the ownedResultExpression provides the result values for the Function or Expression that owns it. The owning Function or Expression must contain a BindingConnector between the result parameter of the ownedResultExpression and the result parameter of the owning Function or Expression."^^rdf:XMLLiteral ; - dcterms:title "ResultExpressionMembershipShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:ReturnParameterMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ReturnParameterMembership ; - oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:memberElement, - oslc_sysml_shapes:memberElementId, - oslc_sysml_shapes:memberName, - oslc_sysml_shapes:memberShortName, - oslc_sysml_shapes:membershipOwningNamespace, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedMemberElement, - oslc_sysml_shapes:ownedMemberElementId, - oslc_sysml_shapes:ownedMemberFeature, - oslc_sysml_shapes:ownedMemberName, - oslc_sysml_shapes:ownedMemberParameter, - oslc_sysml_shapes:ownedMemberShortName, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A ReturnParameterMembership is a ParameterMembership that indicates that the ownedMemberParameter is the result parameter of a Function or Expression. The direction of the ownedMemberParameter must be out."^^rdf:XMLLiteral ; - dcterms:title "ReturnParameterMembershipShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:SatisfyRequirementUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SatisfyRequirementUsage ; - oslc:property [ a oslc:Property ; - oslc:name "assumedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:assumedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "framedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:framedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "actorParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "reqId" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:reqId ; - oslc:readOnly false ; - dcterms:description "An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "stakeholderParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "requiredConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:requiredConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "text" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:text ; - oslc:readOnly false ; - dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:assertedConstraint, - oslc_sysml_shapes:behavior, - oslc_sysml_shapes:constraintDefinition, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:definition, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, - oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:function, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:individualDefinition, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNegated, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isReference, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, - oslc_sysml_shapes:name, - oslc_sysml_shapes:nestedAction, - oslc_sysml_shapes:nestedAllocation, - oslc_sysml_shapes:nestedAnalysisCase, - oslc_sysml_shapes:nestedAttribute, - oslc_sysml_shapes:nestedCalculation, - oslc_sysml_shapes:nestedCase, - oslc_sysml_shapes:nestedConcern, - oslc_sysml_shapes:nestedConnection, - oslc_sysml_shapes:nestedConstraint, - oslc_sysml_shapes:nestedEnumeration, - oslc_sysml_shapes:nestedFlow, - oslc_sysml_shapes:nestedInterface, - oslc_sysml_shapes:nestedItem, - oslc_sysml_shapes:nestedMetadata, - oslc_sysml_shapes:nestedOccurrence, - oslc_sysml_shapes:nestedPart, - oslc_sysml_shapes:nestedPort, - oslc_sysml_shapes:nestedReference, - oslc_sysml_shapes:nestedRendering, - oslc_sysml_shapes:nestedRequirement, - oslc_sysml_shapes:nestedState, - oslc_sysml_shapes:nestedTransition, - oslc_sysml_shapes:nestedUsage, - oslc_sysml_shapes:nestedUseCase, - oslc_sysml_shapes:nestedVerificationCase, - oslc_sysml_shapes:nestedView, - oslc_sysml_shapes:nestedViewpoint, - oslc_sysml_shapes:occurrenceDefinition, - oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, - oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningDefinition, - oslc_sysml_shapes:owningFeatureMembership, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:portionKind, - oslc_sysml_shapes:predicate, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:requirementDefinition, - oslc_sysml_shapes:satisfiedRequirement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:satisfyingFeature, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A SatisfyRequirementUsage is an AssertConstraintUsage that asserts, by default, that a satisfied RequirementUsage is true for a specific satisfyingFeature, or, if isNegated = true, that the RequirementUsage is false. The satisfied RequirementUsage is related to the SatisfyRequirementUsage by a ReferenceSubsetting Relationship."^^rdf:XMLLiteral ; - dcterms:title "SatisfyRequirementUsageShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:SelectExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SelectExpression ; - oslc:property [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:argument, - oslc_sysml_shapes:behavior, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, - oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:function, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, - oslc_sysml_shapes:name, - oslc_sysml_shapes:operand, - oslc_sysml_shapes:operator, - oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, - oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningFeatureMembership, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A SelectExpression is an OperatorExpression whose operator is "select", which resolves to the Function ControlFunctions::select from the Kernel Functions Library."^^rdf:XMLLiteral ; - dcterms:title "SelectExpressionShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:SendActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SendActionUsage ; - oslc:property [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "receiverArgument" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:receiverArgument ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "An Expression whose result is bound to the receiver input parameter of this SendActionUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "payloadArgument" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:payloadArgument ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "An Expression whose result is bound to the payload input parameter of this SendActionUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - oslc_sysml_shapes:actionDefinition, - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:behavior, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:definition, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, - oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:individualDefinition, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isReference, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, - oslc_sysml_shapes:name, - oslc_sysml_shapes:nestedAction, - oslc_sysml_shapes:nestedAllocation, - oslc_sysml_shapes:nestedAnalysisCase, - oslc_sysml_shapes:nestedAttribute, - oslc_sysml_shapes:nestedCalculation, - oslc_sysml_shapes:nestedCase, - oslc_sysml_shapes:nestedConcern, - oslc_sysml_shapes:nestedConnection, - oslc_sysml_shapes:nestedConstraint, - oslc_sysml_shapes:nestedEnumeration, - oslc_sysml_shapes:nestedFlow, - oslc_sysml_shapes:nestedInterface, - oslc_sysml_shapes:nestedItem, - oslc_sysml_shapes:nestedMetadata, - oslc_sysml_shapes:nestedOccurrence, - oslc_sysml_shapes:nestedPart, - oslc_sysml_shapes:nestedPort, - oslc_sysml_shapes:nestedReference, - oslc_sysml_shapes:nestedRendering, - oslc_sysml_shapes:nestedRequirement, - oslc_sysml_shapes:nestedState, - oslc_sysml_shapes:nestedTransition, - oslc_sysml_shapes:nestedUsage, - oslc_sysml_shapes:nestedUseCase, - oslc_sysml_shapes:nestedVerificationCase, - oslc_sysml_shapes:nestedView, - oslc_sysml_shapes:nestedViewpoint, - oslc_sysml_shapes:occurrenceDefinition, - oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, - oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningDefinition, - oslc_sysml_shapes:owningFeatureMembership, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:portionKind, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:senderArgument, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A SendActionUsage is an ActionUsage that specifies the sending of a payload given by the result of its payloadArgument Expression via a MessageTransfer whose source is given by the result of the senderArgument Expression and whose target is given by the result of the receiverArgument Expression. If no senderArgument is provided, the default is the this context for the action. If no receiverArgument is given, then the receiver is to be determined by, e.g., outgoing Connections from the sender."^^rdf:XMLLiteral ; - dcterms:title "SendActionUsageShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:SpecializationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Specialization ; - oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:general, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:specific, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "Specialization is a Relationship between two Types that requires all instances of the specific type to also be instances of the general Type (i.e., the set of instances of the specific Type is a subset of those of the general Type, which might be the same set)."^^rdf:XMLLiteral ; - dcterms:title "SpecializationShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:StakeholderMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:StakeholderMembership ; - oslc:property [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:memberElement, - oslc_sysml_shapes:memberElementId, - oslc_sysml_shapes:memberName, - oslc_sysml_shapes:memberShortName, - oslc_sysml_shapes:membershipOwningNamespace, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedMemberElement, - oslc_sysml_shapes:ownedMemberElementId, - oslc_sysml_shapes:ownedMemberFeature, - oslc_sysml_shapes:ownedMemberName, - oslc_sysml_shapes:ownedMemberParameter, - oslc_sysml_shapes:ownedMemberShortName, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedStakeholderParameter, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A StakeholderMembership is a ParameterMembership that identifies a PartUsage as a stakeholderParameter of a RequirementDefinition or RequirementUsage, which specifies a role played by an entity with concerns framed by the owningType."^^rdf:XMLLiteral ; - dcterms:title "StakeholderMembershipShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:StateDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:StateDefinition ; - oslc:property [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "doAction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:doAction ; - oslc:range oslc_sysmlv2:ActionUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateDefinition to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = do."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "entryAction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:entryAction ; - oslc:range oslc_sysmlv2:ActionUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateDefinition to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = entry."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRendering" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isParallel" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isParallel ; - oslc:readOnly false ; - dcterms:description "Whether the ownedStates of this StateDefinition are to all be performed in parallel. If true, none of the ownedActions (which includes ownedStates) may have any incoming or outgoing Transitions. If false, only one ownedState may be performed at a time."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "exitAction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:exitAction ; - oslc:range oslc_sysmlv2:ActionUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateDefinition to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = exit."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "action" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:lifeClass, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, - oslc_sysml_shapes:name, - oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAction, - oslc_sysml_shapes:ownedAllocation, - oslc_sysml_shapes:ownedAnalysisCase, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedAttribute, - oslc_sysml_shapes:ownedCalculation, - oslc_sysml_shapes:ownedCase, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedConnection, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedEnumeration, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedFlow, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedInterface, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedItem, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedMetadata, - oslc_sysml_shapes:ownedOccurrence, - oslc_sysml_shapes:ownedPart, - oslc_sysml_shapes:ownedPort, - oslc_sysml_shapes:ownedReference, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedState, - oslc_sysml_shapes:ownedSubclassification, - oslc_sysml_shapes:ownedTransition, - oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:ownedUsage, - oslc_sysml_shapes:ownedUseCase, - oslc_sysml_shapes:ownedVerificationCase, - oslc_sysml_shapes:ownedView, - oslc_sysml_shapes:ownedViewpoint, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:state, - oslc_sysml_shapes:step, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A StateDefinition is the Definition of the Behavior of a system or part of a system in a certain state condition."^^rdf:XMLLiteral ; - dcterms:title "StateDefinitionShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:StateSubactionMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:StateSubactionMembership ; - oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "action" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage that is the ownedMemberFeature of this StateSubactionMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "kind" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:kind ; - oslc:readOnly false ; - dcterms:description "Whether this StateSubactionMembership is for an entry, do or exit ActionUsage.."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:memberElement, - oslc_sysml_shapes:memberElementId, - oslc_sysml_shapes:memberName, - oslc_sysml_shapes:memberShortName, - oslc_sysml_shapes:membershipOwningNamespace, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedMemberElement, - oslc_sysml_shapes:ownedMemberElementId, - oslc_sysml_shapes:ownedMemberFeature, - oslc_sysml_shapes:ownedMemberName, - oslc_sysml_shapes:ownedMemberShortName, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A StateSubactionMembership is a FeatureMembership for an entry, do or exit ActionUsage of a StateDefinition or StateUsage.."^^rdf:XMLLiteral ; - dcterms:title "StateSubactionMembershipShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:StateUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:StateUsage ; - oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "doAction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:doAction ; - oslc:range oslc_sysmlv2:ActionUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateUsage to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = do."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isParallel" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isParallel ; - oslc:readOnly false ; - dcterms:description "Whether the nestedStates of this StateUsage are to all be performed in parallel. If true, none of the nestedActions (which include nestedStates) may have any incoming or outgoing Transitions. If false, only one nestedState may be performed at a time."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "entryAction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:entryAction ; - oslc:range oslc_sysmlv2:ActionUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateUsage to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = entry."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "exitAction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:exitAction ; - oslc:range oslc_sysmlv2:ActionUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateUsage to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = exit."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - oslc_sysml_shapes:actionDefinition, - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:behavior, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:definition, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, - oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:individualDefinition, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isReference, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, - oslc_sysml_shapes:name, - oslc_sysml_shapes:nestedAction, - oslc_sysml_shapes:nestedAllocation, - oslc_sysml_shapes:nestedAnalysisCase, - oslc_sysml_shapes:nestedAttribute, - oslc_sysml_shapes:nestedCalculation, - oslc_sysml_shapes:nestedCase, - oslc_sysml_shapes:nestedConcern, - oslc_sysml_shapes:nestedConnection, - oslc_sysml_shapes:nestedConstraint, - oslc_sysml_shapes:nestedEnumeration, - oslc_sysml_shapes:nestedFlow, - oslc_sysml_shapes:nestedInterface, - oslc_sysml_shapes:nestedItem, - oslc_sysml_shapes:nestedMetadata, - oslc_sysml_shapes:nestedOccurrence, - oslc_sysml_shapes:nestedPart, - oslc_sysml_shapes:nestedPort, - oslc_sysml_shapes:nestedReference, - oslc_sysml_shapes:nestedRendering, - oslc_sysml_shapes:nestedRequirement, - oslc_sysml_shapes:nestedState, - oslc_sysml_shapes:nestedTransition, - oslc_sysml_shapes:nestedUsage, - oslc_sysml_shapes:nestedUseCase, - oslc_sysml_shapes:nestedVerificationCase, - oslc_sysml_shapes:nestedView, - oslc_sysml_shapes:nestedViewpoint, - oslc_sysml_shapes:occurrenceDefinition, - oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, - oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningDefinition, - oslc_sysml_shapes:owningFeatureMembership, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:portionKind, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:stateDefinition, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description """A StateUsage is an ActionUsage that is nominally the Usage of a StateDefinition. However, other kinds of kernel Behaviors are also allowed as types, to permit use of Behaviors -."""^^rdf:XMLLiteral ; - dcterms:title "StateUsageShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:StepShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Step ; - oslc:property [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:behavior, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, - oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, - oslc_sysml_shapes:name, - oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, - oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningFeatureMembership, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A Step is a Feature that is typed by one or more Behaviors. Steps may be used by one Behavior to coordinate the performance of other Behaviors, supporting a steady refinement of behavioral descriptions. Steps can be ordered in time and can be connected using ItemFlows to specify things flowing between their parameters."^^rdf:XMLLiteral ; - dcterms:title "StepShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:StructureShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Structure ; - oslc:property [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, - oslc_sysml_shapes:name, - oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubclassification, - oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A Structure is a Class of objects in the modeled universe that are primarily structural in nature. While such an object is not itself behavioral, it may be involved in and acted on by Behaviors, and it may be the performer of some of them."^^rdf:XMLLiteral ; - dcterms:title "StructureShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:SubclassificationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Subclassification ; - oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:general, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningClassifier, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:specific, - oslc_sysml_shapes:subclassifier, - oslc_sysml_shapes:superclassifier, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "Subclassification is Specialization in which both the specific and general Types are Classifier. This means all instances of the specific Classifier are also instances of the general Classifier."^^rdf:XMLLiteral ; - dcterms:title "SubclassificationShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:SubjectMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SubjectMembership ; - oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:memberElement, - oslc_sysml_shapes:memberElementId, - oslc_sysml_shapes:memberName, - oslc_sysml_shapes:memberShortName, - oslc_sysml_shapes:membershipOwningNamespace, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedMemberElement, - oslc_sysml_shapes:ownedMemberElementId, - oslc_sysml_shapes:ownedMemberFeature, - oslc_sysml_shapes:ownedMemberName, - oslc_sysml_shapes:ownedMemberParameter, - oslc_sysml_shapes:ownedMemberShortName, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSubjectParameter, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A SubjectMembership is a ParameterMembership that indicates that its ownedSubjectParameter is the subject of its owningType. The owningType of a SubjectMembership must be a RequirementDefinition, RequirementUsage, CaseDefinition, or CaseUsage."^^rdf:XMLLiteral ; - dcterms:title "SubjectMembershipShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:SubsettingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Subsetting ; - oslc:property [ a oslc:Property ; - oslc:name "owningFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:external, - oslc_sysml_shapes:general, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:name, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:specific, - oslc_sysml_shapes:subsettedFeature, - oslc_sysml_shapes:subsettingFeature, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "Subsetting is Specialization in which the specific and general Types are Features. This means all values of the subsettingFeature (on instances of its domain, i.e., the intersection of its featuringTypes) are values of the subsettedFeature on instances of its domain. To support this the domain of the subsettingFeature must be the same or specialize (at least indirectly) the domain of the subsettedFeature (via Specialization), and the co-domain (intersection of the types) of the subsettingFeature must specialize the co-domain of the subsettedFeature."^^rdf:XMLLiteral ; - dcterms:title "SubsettingShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:SuccessionAsUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SuccessionAsUsage ; - oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "targetFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "targetFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "guardExpression" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:guardExpression ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:association, - oslc_sysml_shapes:connectorEnd, - oslc_sysml_shapes:contributor, - oslc_sysml_shapes:created, - oslc_sysml_shapes:creator, - oslc_sysml_shapes:dctype, - oslc_sysml_shapes:declaredName, - oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:definition, - oslc_sysml_shapes:derives, - oslc_sysml_shapes:description, - oslc_sysml_shapes:directedFeature, - oslc_sysml_shapes:direction, - oslc_sysml_shapes:documentation, - oslc_sysml_shapes:effectStep, - oslc_sysml_shapes:elaborates, - oslc_sysml_shapes:elementId, - oslc_sysml_shapes:endFeature, - oslc_sysml_shapes:endOwningType, - oslc_sysml_shapes:external, - oslc_sysml_shapes:featureMembership, - oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:identifier, - oslc_sysml_shapes:inheritedFeature, - oslc_sysml_shapes:inheritedMembership, - oslc_sysml_shapes:input, - oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:isAbstract, - oslc_sysml_shapes:isComposite, - oslc_sysml_shapes:isConjugated, - oslc_sysml_shapes:isDerived, - oslc_sysml_shapes:isEnd, - oslc_sysml_shapes:isImplied, - oslc_sysml_shapes:isImpliedIncluded, - oslc_sysml_shapes:isLibraryElement, - oslc_sysml_shapes:isNonunique, - oslc_sysml_shapes:isOrdered, - oslc_sysml_shapes:isPortion, - oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isReference, - oslc_sysml_shapes:isSufficient, - oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:member, - oslc_sysml_shapes:membership, - oslc_sysml_shapes:modified, - oslc_sysml_shapes:multiplicity, - oslc_sysml_shapes:name, - oslc_sysml_shapes:nestedAction, - oslc_sysml_shapes:nestedAllocation, - oslc_sysml_shapes:nestedAnalysisCase, - oslc_sysml_shapes:nestedAttribute, - oslc_sysml_shapes:nestedCalculation, - oslc_sysml_shapes:nestedCase, - oslc_sysml_shapes:nestedConcern, - oslc_sysml_shapes:nestedConnection, - oslc_sysml_shapes:nestedConstraint, - oslc_sysml_shapes:nestedEnumeration, - oslc_sysml_shapes:nestedFlow, - oslc_sysml_shapes:nestedInterface, - oslc_sysml_shapes:nestedItem, - oslc_sysml_shapes:nestedMetadata, - oslc_sysml_shapes:nestedOccurrence, - oslc_sysml_shapes:nestedPart, - oslc_sysml_shapes:nestedPort, - oslc_sysml_shapes:nestedReference, - oslc_sysml_shapes:nestedRendering, - oslc_sysml_shapes:nestedRequirement, - oslc_sysml_shapes:nestedState, - oslc_sysml_shapes:nestedTransition, - oslc_sysml_shapes:nestedUsage, - oslc_sysml_shapes:nestedUseCase, - oslc_sysml_shapes:nestedVerificationCase, - oslc_sysml_shapes:nestedView, - oslc_sysml_shapes:nestedViewpoint, - oslc_sysml_shapes:output, - oslc_sysml_shapes:ownedAnnotation, - oslc_sysml_shapes:ownedConjugator, - oslc_sysml_shapes:ownedDifferencing, - oslc_sysml_shapes:ownedDisjoining, - oslc_sysml_shapes:ownedElement, - oslc_sysml_shapes:ownedEndFeature, - oslc_sysml_shapes:ownedFeature, - oslc_sysml_shapes:ownedFeatureChaining, - oslc_sysml_shapes:ownedFeatureInverting, - oslc_sysml_shapes:ownedFeatureMembership, - oslc_sysml_shapes:ownedImport, - oslc_sysml_shapes:ownedIntersecting, - oslc_sysml_shapes:ownedMember, - oslc_sysml_shapes:ownedMembership, - oslc_sysml_shapes:ownedRedefinition, - oslc_sysml_shapes:ownedReferenceSubsetting, - oslc_sysml_shapes:ownedRelatedElement, - oslc_sysml_shapes:ownedRelationship, - oslc_sysml_shapes:ownedSpecialization, - oslc_sysml_shapes:ownedSubsetting, - oslc_sysml_shapes:ownedTypeFeaturing, - oslc_sysml_shapes:ownedTyping, - oslc_sysml_shapes:ownedUnioning, - oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningDefinition, - oslc_sysml_shapes:owningFeatureMembership, - oslc_sysml_shapes:owningMembership, - oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, - oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:qualifiedName, - oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:relatedFeature, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:sourceFeature, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:transitionStep, - oslc_sysml_shapes:triggerStep, - oslc_sysml_shapes:type ; - dcterms:description "A SuccessionAsUsage is both a ConnectorAsUsage and a Succession."^^rdf:XMLLiteral ; - dcterms:title "SuccessionAsUsageShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:SuccessionFlowConnectionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SuccessionFlowConnectionUsage ; - oslc:property [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "targetFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "targetFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "guardExpression" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:guardExpression ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "targetFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "targetFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; +oslc_sysml_shapes:SuccessionFlowConnectionUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:SuccessionFlowConnectionUsage ; + oslc:property [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "guardExpression" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:guardExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -37308,282 +27911,305 @@ oslc_sysml_shapes:SuccessionFlowConnectionUsageShape a oslc:ResourceShape ; dcterms:title "SuccessionFlowConnectionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:SuccessionItemFlowShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SuccessionItemFlow ; + oslc:describes oslc_sysml:SuccessionItemFlow ; oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "guardExpression" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:guardExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:association, + oslc_sysml_shapes:behavior, + oslc_sysml_shapes:connectorEnd, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:effectStep, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:interaction, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:itemFeature, + oslc_sysml_shapes:itemFlowEnd, + oslc_sysml_shapes:itemType, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningFeatureMembership, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:relatedFeature, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:sourceFeature, + oslc_sysml_shapes:sourceOutputFeature, + oslc_sysml_shapes:targetInputFeature, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:transitionStep, + oslc_sysml_shapes:triggerStep, + oslc_sysml_shapes:type ; + dcterms:description "A SuccessionItemFlow is an ItemFlow that also provides temporal ordering. It classifies Transfers that cannot start until the source Occurrence has completed and that must complete before the target Occurrence can start."^^rdf:XMLLiteral ; + dcterms:title "SuccessionItemFlowShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:SuccessionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Succession ; + oslc:property [ a oslc:Property ; + oslc:name "guardExpression" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:guardExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "guardExpression" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:guardExpression ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -37591,42 +28217,50 @@ oslc_sysml_shapes:SuccessionItemFlowShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, - oslc_sysml_shapes:behavior, oslc_sysml_shapes:connectorEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -37652,7 +28286,6 @@ oslc_sysml_shapes:SuccessionItemFlowShape a oslc:ResourceShape ; oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:interaction, oslc_sysml_shapes:isAbstract, oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, @@ -37667,9 +28300,6 @@ oslc_sysml_shapes:SuccessionItemFlowShape a oslc:ResourceShape ; oslc_sysml_shapes:isReadOnly, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:itemFeature, - oslc_sysml_shapes:itemFlowEnd, - oslc_sysml_shapes:itemType, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, @@ -37715,151 +28345,170 @@ oslc_sysml_shapes:SuccessionItemFlowShape a oslc:ResourceShape ; oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, oslc_sysml_shapes:sourceFeature, - oslc_sysml_shapes:sourceOutputFeature, - oslc_sysml_shapes:targetInputFeature, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:transitionStep, oslc_sysml_shapes:triggerStep, oslc_sysml_shapes:type ; - dcterms:description "A SuccessionItemFlow is an ItemFlow that also provides temporal ordering. It classifies Transfers that cannot start until the source Occurrence has completed and that must complete before the target Occurrence can start."^^rdf:XMLLiteral ; - dcterms:title "SuccessionItemFlowShape"^^rdf:XMLLiteral . + dcterms:description "A Succession is a binary Connector that requires its relatedFeatures to happen separately in time."^^rdf:XMLLiteral ; + dcterms:title "SuccessionShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:SuccessionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Succession ; +oslc_sysml_shapes:TerminateActionUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:TerminateActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "guardExpression" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:guardExpression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:association, - oslc_sysml_shapes:connectorEnd, + oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, - oslc_sysml_shapes:effectStep, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, @@ -37868,6 +28517,7 @@ oslc_sysml_shapes:SuccessionShape a oslc:ResourceShape ; oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, + oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, @@ -37877,13 +28527,13 @@ oslc_sysml_shapes:SuccessionShape a oslc:ResourceShape ; oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, - oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isNonunique, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:member, @@ -37891,6 +28541,34 @@ oslc_sysml_shapes:SuccessionShape a oslc:ResourceShape ; oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, + oslc_sysml_shapes:occurrenceDefinition, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, @@ -37908,7 +28586,6 @@ oslc_sysml_shapes:SuccessionShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedMembership, oslc_sysml_shapes:ownedRedefinition, oslc_sysml_shapes:ownedReferenceSubsetting, - oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, oslc_sysml_shapes:ownedSubsetting, @@ -37916,37 +28593,35 @@ oslc_sysml_shapes:SuccessionShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:relatedFeature, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, - oslc_sysml_shapes:sourceFeature, + oslc_sysml_shapes:terminatedOccurrenceArgument, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, - oslc_sysml_shapes:transitionStep, - oslc_sysml_shapes:triggerStep, oslc_sysml_shapes:type ; - dcterms:description "A Succession is a binary Connector that requires its relatedFeatures to happen separately in time."^^rdf:XMLLiteral ; - dcterms:title "SuccessionShape"^^rdf:XMLLiteral . + dcterms:description "A TerminateActionUsage is an ActionUsage that directly or indirectly specializes the ActionDefinition TerminateAction from the Systems Model Library, which causes a given terminatedOccurrence to end during its performance. By default, the terminatedOccurrence is the featuring instance (that) of the performance of the TerminateActionUsage, generally the performance of its immediately containing ActionDefinition or ActionUsage."^^rdf:XMLLiteral ; + dcterms:title "TerminateActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:TextualRepresentationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:TextualRepresentation ; + oslc:describes oslc_sysml:TextualRepresentation ; oslc:property [ a oslc:Property ; oslc:name "annotatedElement" ; oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:annotatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -37954,7 +28629,7 @@ oslc_sysml_shapes:TextualRepresentationShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "body" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:body ; + oslc:propertyDefinition oslc_sysml:body ; oslc:readOnly false ; dcterms:description "The textual representation of the representedElement in the given language."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, @@ -38002,82 +28677,64 @@ oslc_sysml_shapes:TextualRepresentationShape a oslc:ResourceShape ; dcterms:title "TextualRepresentationShape"^^rdf:XMLLiteral . oslc_sysml_shapes:TransitionFeatureMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:TransitionFeatureMembership ; + oslc:describes oslc_sysml:TransitionFeatureMembership ; oslc:property [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "kind" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:kind ; + oslc:propertyDefinition oslc_sysml:kind ; oslc:readOnly false ; dcterms:description "Whether this TransitionFeatureMembership is for a trigger, guard or effect."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -38134,253 +28791,172 @@ oslc_sysml_shapes:TransitionFeatureMembershipShape a oslc:ResourceShape ; dcterms:title "TransitionFeatureMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:TransitionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:TransitionUsage ; + oslc:describes oslc_sysml:TransitionUsage ; oslc:property [ a oslc:Property ; - oslc:name "guardExpression" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:guardExpression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:name "source" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Expressions that define the guards of this TransitionUsage, which are the ownedFeatures of the TransitionUsage related to it by TransitionFeatureMemberships with kind = guard, which must all be Expressions."^^rdf:XMLLiteral ], + dcterms:description "The source ActionUsage of this TransitionUsage, which becomes the source of the succession for the TransitionUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target ActionUsage of this TransitionUsage, which is the targetFeature of the succession for the TransitionUsage.."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "guardExpression" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:guardExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Expressions that define the guards of this TransitionUsage, which are the ownedFeatures of the TransitionUsage related to it by TransitionFeatureMemberships with kind = guard, which must all be Expressions."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The source ActionUsage of this TransitionUsage, which becomes the source of the succession for the TransitionUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "target" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The target ActionUsage of this TransitionUsage, which is the targetFeature of the succession for the TransitionUsage.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -38505,118 +29081,118 @@ oslc_sysml_shapes:TransitionUsageShape a oslc:ResourceShape ; dcterms:title "TransitionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:TriggerInvocationExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:TriggerInvocationExpression ; + oslc:describes oslc_sysml:TriggerInvocationExpression ; oslc:property [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "kind" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:kind ; - oslc:readOnly false ; - dcterms:description "Indicates which of the Functions from the Triggers model in the Kernel Semantic Library is to be invoked by this TriggerInvocationExpression."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "kind" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:kind ; + oslc:readOnly false ; + dcterms:description "Indicates which of the Functions from the Triggers model in the Kernel Semantic Library is to be invoked by this TriggerInvocationExpression."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:argument, oslc_sysml_shapes:behavior, @@ -38706,52 +29282,52 @@ oslc_sysml_shapes:TriggerInvocationExpressionShape a oslc:ResourceShape ; dcterms:title "TriggerInvocationExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:TypeFeaturingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:TypeFeaturing ; + oslc:describes oslc_sysml:TypeFeaturing ; oslc:property [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType. It is the target of the TypeFeaturing."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType. It is the target of the TypeFeaturing."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -38799,52 +29375,52 @@ oslc_sysml_shapes:TypeFeaturingShape a oslc:ResourceShape ; dcterms:title "TypeFeaturingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:TypeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Type ; + oslc:describes oslc_sysml:Type ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -38911,30 +29487,30 @@ oslc_sysml_shapes:TypeShape a oslc:ResourceShape ; dcterms:title "TypeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:UnioningShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Unioning ; + oslc:describes oslc_sysml:Unioning ; oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "unioningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "Type that partly determines interpretations of typeUnioned, as described in Type::unioningType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Type that partly determines interpretations of typeUnioned, as described in Type::unioningType."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -38982,120 +29558,114 @@ oslc_sysml_shapes:UnioningShape a oslc:ResourceShape ; oslc_sysml_shapes:type, oslc_sysml_shapes:typeUnioned ; dcterms:description "Unioning is a Relationship that makes its unioningType one of the unioningTypes of its typeUnioned."^^rdf:XMLLiteral ; - dcterms:title "UnioningShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:UsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Usage ; - oslc:property [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + dcterms:title "UnioningShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:UsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Usage ; + oslc:property [ a oslc:Property ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -39103,12 +29673,18 @@ oslc_sysml_shapes:UsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -39225,349 +29801,205 @@ oslc_sysml_shapes:UsageShape a oslc:ResourceShape ; dcterms:title "UsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:UseCaseDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:UseCaseDefinition ; + oslc:describes oslc_sysml:UseCaseDefinition ; oslc:property [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "objectiveRequirement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsage representing the objective of this CaseDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "action" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "includedUseCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:includedUseCase ; + oslc:range oslc_sysml:UseCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The UseCaseUsages that are included by this UseCaseDefinition, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseDefinition.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "action" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRendering" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this CaseDefinition that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "objectiveRequirement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this CaseDefinition that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsage representing the objective of this CaseDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "includedUseCase" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:includedUseCase ; - oslc:range oslc_sysmlv2:UseCaseUsage ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The UseCaseUsages that are included by this UseCaseDefinition, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseDefinition.."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:calculation, oslc_sysml_shapes:contributor, @@ -39662,367 +30094,196 @@ oslc_sysml_shapes:UseCaseDefinitionShape a oslc:ResourceShape ; dcterms:title "UseCaseDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:UseCaseUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:UseCaseUsage ; + oslc:describes oslc_sysml:UseCaseUsage ; oslc:property [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "objectiveRequirement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "includedUseCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:includedUseCase ; + oslc:range oslc_sysml:UseCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The UseCaseUsages that are included by this UseCaseUse, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseUsage.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "objectiveRequirement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "actorParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "includedUseCase" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:includedUseCase ; - oslc:range oslc_sysmlv2:UseCaseUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The UseCaseUsages that are included by this UseCaseUse, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseUsage.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -40148,12 +30409,12 @@ oslc_sysml_shapes:UseCaseUsageShape a oslc:ResourceShape ; dcterms:title "UseCaseUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:VariantMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:VariantMembership ; + oslc:describes oslc_sysml:VariantMembership ; oslc:property [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -40161,14 +30422,14 @@ oslc_sysml_shapes:VariantMembershipShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -40214,86 +30475,35 @@ oslc_sysml_shapes:VariantMembershipShape a oslc:ResourceShape ; oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:satisfy, - oslc_sysml_shapes:serviceProvider, - oslc_sysml_shapes:shortName, - oslc_sysml_shapes:shortTitle, - oslc_sysml_shapes:source, - oslc_sysml_shapes:textualRepresentation, - oslc_sysml_shapes:title, - oslc_sysml_shapes:trace, - oslc_sysml_shapes:type ; - dcterms:description "A VariantMembership is a Membership between a variation point Definition or Usage and a Usage that represents a variant in the context of that variation. The membershipOwningNamespace for the VariantMembership must be either a Definition or a Usage with isVariation = true."^^rdf:XMLLiteral ; - dcterms:title "VariantMembershipShape"^^rdf:XMLLiteral . - -oslc_sysml_shapes:VerificationCaseDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:VerificationCaseDefinition ; - oslc:property [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "action" ; + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:type ; + dcterms:description "A VariantMembership is a Membership between a variation point Definition or Usage and a Usage that represents a variant in the context of that variation. The membershipOwningNamespace for the VariantMembership must be either a Definition or a Usage with isVariation = true."^^rdf:XMLLiteral ; + dcterms:title "VariantMembershipShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:VerificationCaseDefinitionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:VerificationCaseDefinition ; + oslc:property [ a oslc:Property ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -40301,276 +30511,183 @@ oslc_sysml_shapes:VerificationCaseDefinitionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "actorParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:name "objectiveRequirement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsage representing the objective of this CaseDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "subjectParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameter of this CaseDefinition that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "verifiedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:verifiedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:verifiedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RequirementUsages verified by this VerificationCaseDefinition, which are the verifiedRequirements of all RequirementVerificationMemberships of the objectiveRequirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "action" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "objectiveRequirement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsage representing the objective of this CaseDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:calculation, oslc_sysml_shapes:contributor, @@ -40665,165 +30782,72 @@ oslc_sysml_shapes:VerificationCaseDefinitionShape a oslc:ResourceShape ; dcterms:title "VerificationCaseDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:VerificationCaseUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:VerificationCaseUsage ; + oslc:describes oslc_sysml:VerificationCaseUsage ; oslc:property [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "verifiedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:verifiedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages verified by this VerificationCaseUsage, which are the verifiedRequirements of all RequirementVerificationMemberships of the objectiveRequirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "objectiveRequirement" ; + oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "verifiedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:verifiedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages verified by this VerificationCaseUsage, which are the verifiedRequirements of all RequirementVerificationMemberships of the objectiveRequirement."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -40831,201 +30855,123 @@ oslc_sysml_shapes:VerificationCaseUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "objectiveRequirement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "actorParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -41151,253 +31097,163 @@ oslc_sysml_shapes:VerificationCaseUsageShape a oslc:ResourceShape ; dcterms:title "VerificationCaseUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ViewDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ViewDefinition ; + oslc:describes oslc_sysml:ViewDefinition ; oslc:property [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRendering" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "satisfiedViewpoint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:satisfiedViewpoint ; + oslc:range oslc_sysml:ViewpointUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The composite ownedRequirements of this ViewDefinition that are ViewpointUsages for viewpoints satisfied by the ViewDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "viewRendering" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:viewRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsage to be used to render views defined by this ViewDefinition, which is the referencedRendering of the ViewRenderingMembership of the ViewDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "satisfiedViewpoint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:satisfiedViewpoint ; - oslc:range oslc_sysmlv2:ViewpointUsage ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The composite ownedRequirements of this ViewDefinition that are ViewpointUsages for viewpoints satisfied by the ViewDefinition."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "viewCondition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:viewCondition ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Expressions related to this ViewDefinition by ElementFilterMemberships, which specify conditions on Elements to be rendered in a view."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "viewCondition" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:viewCondition ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Expressions related to this ViewDefinition by ElementFilterMemberships, which specify conditions on Elements to be rendered in a view."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "viewRendering" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:viewRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsage to be used to render views defined by this ViewDefinition, which is the referencedRendering of the ViewRenderingMembership of the ViewDefinition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -41490,83 +31346,65 @@ oslc_sysml_shapes:ViewDefinitionShape a oslc:ResourceShape ; dcterms:title "ViewDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ViewRenderingMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ViewRenderingMembership ; + oslc:describes oslc_sysml:ViewRenderingMembership ; oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedRendering" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The owned RenderingUsage that is either itself the referencedRendering or subsets the referencedRendering."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; + oslc:name "feature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, @@ -41625,150 +31463,150 @@ oslc_sysml_shapes:ViewRenderingMembershipShape a oslc:ResourceShape ; dcterms:title "ViewRenderingMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ViewUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ViewUsage ; + oslc:describes oslc_sysml:ViewUsage ; oslc:property [ a oslc:Property ; - oslc:name "viewRendering" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:viewRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsage to be used to render views defined by this ViewUsage, which is the referencedRendering of the ViewRenderingMembership of the ViewUsage."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "viewCondition" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:viewCondition ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Expressions related to this ViewUsage by ElementFilterMemberships, which specify conditions on Elements to be rendered in a view."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "satisfiedViewpoint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:satisfiedViewpoint ; - oslc:range oslc_sysmlv2:ViewpointUsage ; + oslc:name "viewRendering" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:viewRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The nestedRequirements of this ViewUsage that are ViewpointUsages for (additional) viewpoints satisfied by the ViewUsage."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsage to be used to render views defined by this ViewUsage, which is the referencedRendering of the ViewRenderingMembership of the ViewUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "viewCondition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:viewCondition ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Expressions related to this ViewUsage by ElementFilterMemberships, which specify conditions on Elements to be rendered in a view."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "satisfiedViewpoint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:satisfiedViewpoint ; + oslc:range oslc_sysml:ViewpointUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The nestedRequirements of this ViewUsage that are ViewpointUsages for (additional) viewpoints satisfied by the ViewUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -41776,8 +31614,8 @@ oslc_sysml_shapes:ViewUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -41905,39 +31743,36 @@ oslc_sysml_shapes:ViewUsageShape a oslc:ResourceShape ; dcterms:title "ViewUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ViewpointDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ViewpointDefinition ; + oslc:describes oslc_sysml:ViewpointDefinition ; oslc:property [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "viewpointStakeholder" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:viewpointStakeholder ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The PartUsages that identify the stakeholders with concerns framed by this ViewpointDefinition, which are the owned and inherited stakeholderParameters of the framedConcerns of this ViewpointDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -41945,285 +31780,198 @@ oslc_sysml_shapes:ViewpointDefinitionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "text" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:text ; - oslc:readOnly false ; - dcterms:description "An optional textual statement of the requirement represented by this RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "viewpointStakeholder" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:viewpointStakeholder ; - oslc:range oslc_sysmlv2:PartUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The PartUsages that identify the stakeholders with concerns framed by this ViewpointDefinition, which are the owned and inherited stakeholderParameters of the framedConcerns of this ViewpointDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this RequirementDefinition that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "actorParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementDefinition that represent actors involved in the requirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "stakeholderParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementDefinition that represent stakeholders for th requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "framedConcern" ; + oslc:name "requiredConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:framedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:requiredConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "assumedConstraint" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:assumedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementDefinition, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = assumption."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this RequirementDefinition that represents its subject."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementDefinition that represent actors involved in the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "text" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:text ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "An optional textual statement of the requirement represented by this RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "framedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:framedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "reqId" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:reqId ; - oslc:readOnly false ; - dcterms:description "An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:assumedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementDefinition, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = assumption."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "requiredConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:requiredConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:name "reqId" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:reqId ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement."^^rdf:XMLLiteral ], + dcterms:description "An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "stakeholderParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:stakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementDefinition that represent stakeholders for th requirement."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -42317,316 +32065,235 @@ oslc_sysml_shapes:ViewpointDefinitionShape a oslc:ResourceShape ; dcterms:title "ViewpointDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ViewpointUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ViewpointUsage ; + oslc:describes oslc_sysml:ViewpointUsage ; oslc:property [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "assumedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:assumedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "framedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:framedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "reqId" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:reqId ; - oslc:readOnly false ; - dcterms:description "An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "viewpointStakeholder" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:viewpointStakeholder ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The PartUsages that identify the stakeholders with concerns framed by this ViewpointUsage, which are the owned and inherited stakeholderParameters of the framedConcerns of this ViewpointUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "framedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:framedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "requiredConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:requiredConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "stakeholderParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:stakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:assumedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "text" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:text ; - oslc:readOnly false ; - dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; + oslc:name "reqId" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:reqId ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "requiredConstraint" ; + oslc:name "text" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:requiredConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:text ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], + dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "stakeholderParameter" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; + oslc:name "subjectParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "viewpointStakeholder" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:viewpointStakeholder ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], + dcterms:description "The PartUsages that identify the stakeholders with concerns framed by this ViewpointUsage, which are the owned and inherited stakeholderParameters of the framedConcerns of this ViewpointUsage."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:constraintDefinition, @@ -42752,63 +32419,18 @@ oslc_sysml_shapes:ViewpointUsageShape a oslc:ResourceShape ; dcterms:title "ViewpointUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:WhileLoopActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:WhileLoopActionUsage ; + oslc:describes oslc_sysml:WhileLoopActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -42816,8 +32438,8 @@ oslc_sysml_shapes:WhileLoopActionUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -42825,8 +32447,8 @@ oslc_sysml_shapes:WhileLoopActionUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -42834,144 +32456,108 @@ oslc_sysml_shapes:WhileLoopActionUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -43098,8 +32684,8 @@ oslc_sysml_shapes:WhileLoopActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:allocation a oslc:Property ; oslc:name "allocation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:allocation ; - oslc:range oslc_sysmlv2:AllocationUsage ; + oslc:propertyDefinition oslc_sysml:allocation ; + oslc:range oslc_sysml:AllocationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43108,8 +32694,8 @@ oslc_sysml_shapes:allocation a oslc:Property ; oslc_sysml_shapes:allocationDefinition a oslc:Property ; oslc:name "allocationDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:allocationDefinition ; - oslc:range oslc_sysmlv2:AllocationDefinition ; + oslc:propertyDefinition oslc_sysml:allocationDefinition ; + oslc:range oslc_sysml:AllocationDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43118,8 +32704,8 @@ oslc_sysml_shapes:allocationDefinition a oslc:Property ; oslc_sysml_shapes:analysisCaseDefinition a oslc:Property ; oslc:name "analysisCaseDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:analysisCaseDefinition ; - oslc:range oslc_sysmlv2:AnalysisCaseDefinition ; + oslc:propertyDefinition oslc_sysml:analysisCaseDefinition ; + oslc:range oslc_sysml:AnalysisCaseDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43128,8 +32714,8 @@ oslc_sysml_shapes:analysisCaseDefinition a oslc:Property ; oslc_sysml_shapes:annotatingElement a oslc:Property ; oslc:name "annotatingElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:annotatingElement ; - oslc:range oslc_sysmlv2:AnnotatingElement ; + oslc:propertyDefinition oslc_sysml:annotatingElement ; + oslc:range oslc_sysml:AnnotatingElement ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43138,8 +32724,8 @@ oslc_sysml_shapes:annotatingElement a oslc:Property ; oslc_sysml_shapes:bound a oslc:Property ; oslc:name "bound" ; oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:bound ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:bound ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43148,8 +32734,8 @@ oslc_sysml_shapes:bound a oslc:Property ; oslc_sysml_shapes:client a oslc:Property ; oslc:name "client" ; oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:client ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:client ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43158,8 +32744,8 @@ oslc_sysml_shapes:client a oslc:Property ; oslc_sysml_shapes:concernDefinition a oslc:Property ; oslc:name "concernDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:concernDefinition ; - oslc:range oslc_sysmlv2:ConcernDefinition ; + oslc:propertyDefinition oslc_sysml:concernDefinition ; + oslc:range oslc_sysml:ConcernDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43168,8 +32754,8 @@ oslc_sysml_shapes:concernDefinition a oslc:Property ; oslc_sysml_shapes:condition a oslc:Property ; oslc:name "condition" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:condition ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:condition ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43178,8 +32764,8 @@ oslc_sysml_shapes:condition a oslc:Property ; oslc_sysml_shapes:disjoiningType a oslc:Property ; oslc:name "disjoiningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:disjoiningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:disjoiningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43188,8 +32774,8 @@ oslc_sysml_shapes:disjoiningType a oslc:Property ; oslc_sysml_shapes:documentedElement a oslc:Property ; oslc:name "documentedElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:documentedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:documentedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43198,8 +32784,8 @@ oslc_sysml_shapes:documentedElement a oslc:Property ; oslc_sysml_shapes:effectAction a oslc:Property ; oslc:name "effectAction" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:effectAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:effectAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43208,8 +32794,8 @@ oslc_sysml_shapes:effectAction a oslc:Property ; oslc_sysml_shapes:elseAction a oslc:Property ; oslc:name "elseAction" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:elseAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:elseAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43218,8 +32804,8 @@ oslc_sysml_shapes:elseAction a oslc:Property ; oslc_sysml_shapes:enumeratedValue a oslc:Property ; oslc:name "enumeratedValue" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:enumeratedValue ; - oslc:range oslc_sysmlv2:EnumerationUsage ; + oslc:propertyDefinition oslc_sysml:enumeratedValue ; + oslc:range oslc_sysml:EnumerationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43228,8 +32814,8 @@ oslc_sysml_shapes:enumeratedValue a oslc:Property ; oslc_sysml_shapes:enumerationDefinition a oslc:Property ; oslc:name "enumerationDefinition" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:enumerationDefinition ; - oslc:range oslc_sysmlv2:EnumerationDefinition ; + oslc:propertyDefinition oslc_sysml:enumerationDefinition ; + oslc:range oslc_sysml:EnumerationDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43238,8 +32824,8 @@ oslc_sysml_shapes:enumerationDefinition a oslc:Property ; oslc_sysml_shapes:exhibitedState a oslc:Property ; oslc:name "exhibitedState" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:exhibitedState ; - oslc:range oslc_sysmlv2:StateUsage ; + oslc:propertyDefinition oslc_sysml:exhibitedState ; + oslc:range oslc_sysml:StateUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43248,8 +32834,8 @@ oslc_sysml_shapes:exhibitedState a oslc:Property ; oslc_sysml_shapes:exposedElement a oslc:Property ; oslc:name "exposedElement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:exposedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:exposedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43258,8 +32844,8 @@ oslc_sysml_shapes:exposedElement a oslc:Property ; oslc_sysml_shapes:featureChained a oslc:Property ; oslc:name "featureChained" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureChained ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featureChained ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43268,8 +32854,8 @@ oslc_sysml_shapes:featureChained a oslc:Property ; oslc_sysml_shapes:featureInverted a oslc:Property ; oslc:name "featureInverted" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureInverted ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featureInverted ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43278,8 +32864,8 @@ oslc_sysml_shapes:featureInverted a oslc:Property ; oslc_sysml_shapes:featureOfType a oslc:Property ; oslc:name "featureOfType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureOfType ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featureOfType ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43288,8 +32874,8 @@ oslc_sysml_shapes:featureOfType a oslc:Property ; oslc_sysml_shapes:featureWithValue a oslc:Property ; oslc:name "featureWithValue" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureWithValue ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featureWithValue ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43298,8 +32884,8 @@ oslc_sysml_shapes:featureWithValue a oslc:Property ; oslc_sysml_shapes:ifArgument a oslc:Property ; oslc:name "ifArgument" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ifArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:ifArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43308,8 +32894,8 @@ oslc_sysml_shapes:ifArgument a oslc:Property ; oslc_sysml_shapes:interfaceDefinition a oslc:Property ; oslc:name "interfaceDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:interfaceDefinition ; - oslc:range oslc_sysmlv2:InterfaceDefinition ; + oslc:propertyDefinition oslc_sysml:interfaceDefinition ; + oslc:range oslc_sysml:InterfaceDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43318,8 +32904,8 @@ oslc_sysml_shapes:interfaceDefinition a oslc:Property ; oslc_sysml_shapes:interfaceEnd a oslc:Property ; oslc:name "interfaceEnd" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:interfaceEnd ; - oslc:range oslc_sysmlv2:PortUsage ; + oslc:propertyDefinition oslc_sysml:interfaceEnd ; + oslc:range oslc_sysml:PortUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43330,8 +32916,8 @@ oslc_sysml_shapes:interfaceEnd a oslc:Property ; oslc_sysml_shapes:invertingFeature a oslc:Property ; oslc:name "invertingFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:invertingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:invertingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43340,36 +32926,36 @@ oslc_sysml_shapes:invertingFeature a oslc:Property ; oslc_sysml_shapes:isDefault a oslc:Property ; oslc:name "isDefault" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isDefault ; + oslc:propertyDefinition oslc_sysml:isDefault ; oslc:readOnly false ; dcterms:description "Whether this FeatureValue is a concrete specification of the bound or initial value of the featureWithValue, or just a default value that may be overridden."^^rdf:XMLLiteral . oslc_sysml_shapes:isInitial a oslc:Property ; oslc:name "isInitial" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isInitial ; + oslc:propertyDefinition oslc_sysml:isInitial ; oslc:readOnly false ; dcterms:description "Whether this FeatureValue specifies a bound value or an initial value for the featureWithValue."^^rdf:XMLLiteral . oslc_sysml_shapes:isStandard a oslc:Property ; oslc:name "isStandard" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isStandard ; + oslc:propertyDefinition oslc_sysml:isStandard ; oslc:readOnly false ; dcterms:description "Whether this LibraryPackage contains a standard library model. This should only be set to true for LibraryPackages in the standard Kernel Model Libraries or in normative model libraries for a language built on KerML."^^rdf:XMLLiteral . oslc_sysml_shapes:language a oslc:Property ; oslc:name "language" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:language ; + oslc:propertyDefinition oslc_sysml:language ; oslc:readOnly false ; dcterms:description "The natural or artifical language in which the body text is written."^^rdf:XMLLiteral . oslc_sysml_shapes:loopVariable a oslc:Property ; oslc:name "loopVariable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:loopVariable ; - oslc:range oslc_sysmlv2:ReferenceUsage ; + oslc:propertyDefinition oslc_sysml:loopVariable ; + oslc:range oslc_sysml:ReferenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43378,8 +32964,8 @@ oslc_sysml_shapes:loopVariable a oslc:Property ; oslc_sysml_shapes:lowerBound a oslc:Property ; oslc:name "lowerBound" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:lowerBound ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:lowerBound ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43388,8 +32974,8 @@ oslc_sysml_shapes:lowerBound a oslc:Property ; oslc_sysml_shapes:metadataDefinition a oslc:Property ; oslc:name "metadataDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:metadataDefinition ; - oslc:range oslc_sysmlv2:Metaclass ; + oslc:propertyDefinition oslc_sysml:metadataDefinition ; + oslc:range oslc_sysml:Metaclass ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43398,8 +32984,8 @@ oslc_sysml_shapes:metadataDefinition a oslc:Property ; oslc_sysml_shapes:ownedActorParameter a oslc:Property ; oslc:name "ownedActorParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedActorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:ownedActorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43408,8 +32994,8 @@ oslc_sysml_shapes:ownedActorParameter a oslc:Property ; oslc_sysml_shapes:ownedObjectiveRequirement a oslc:Property ; oslc:name "ownedObjectiveRequirement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedObjectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedObjectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43418,8 +33004,8 @@ oslc_sysml_shapes:ownedObjectiveRequirement a oslc:Property ; oslc_sysml_shapes:ownedPortConjugator a oslc:Property ; oslc:name "ownedPortConjugator" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedPortConjugator ; - oslc:range oslc_sysmlv2:PortConjugation ; + oslc:propertyDefinition oslc_sysml:ownedPortConjugator ; + oslc:range oslc_sysml:PortConjugation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43428,8 +33014,8 @@ oslc_sysml_shapes:ownedPortConjugator a oslc:Property ; oslc_sysml_shapes:ownedResultExpression a oslc:Property ; oslc:name "ownedResultExpression" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedResultExpression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:ownedResultExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43438,8 +33024,8 @@ oslc_sysml_shapes:ownedResultExpression a oslc:Property ; oslc_sysml_shapes:ownedStakeholderParameter a oslc:Property ; oslc:name "ownedStakeholderParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedStakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:ownedStakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43448,8 +33034,8 @@ oslc_sysml_shapes:ownedStakeholderParameter a oslc:Property ; oslc_sysml_shapes:ownedSubjectParameter a oslc:Property ; oslc:name "ownedSubjectParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedSubjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedSubjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43458,8 +33044,8 @@ oslc_sysml_shapes:ownedSubjectParameter a oslc:Property ; oslc_sysml_shapes:ownedVariantUsage a oslc:Property ; oslc:name "ownedVariantUsage" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedVariantUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedVariantUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43468,8 +33054,8 @@ oslc_sysml_shapes:ownedVariantUsage a oslc:Property ; oslc_sysml_shapes:owningAnnotatedElement a oslc:Property ; oslc:name "owningAnnotatedElement" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningAnnotatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:owningAnnotatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43478,8 +33064,8 @@ oslc_sysml_shapes:owningAnnotatedElement a oslc:Property ; oslc_sysml_shapes:owningAnnotatingElement a oslc:Property ; oslc:name "owningAnnotatingElement" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningAnnotatingElement ; - oslc:range oslc_sysmlv2:AnnotatingElement ; + oslc:propertyDefinition oslc_sysml:owningAnnotatingElement ; + oslc:range oslc_sysml:AnnotatingElement ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43488,8 +33074,8 @@ oslc_sysml_shapes:owningAnnotatingElement a oslc:Property ; oslc_sysml_shapes:owningClassifier a oslc:Property ; oslc:name "owningClassifier" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningClassifier ; - oslc:range oslc_sysmlv2:Classifier ; + oslc:propertyDefinition oslc_sysml:owningClassifier ; + oslc:range oslc_sysml:Classifier ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43498,8 +33084,8 @@ oslc_sysml_shapes:owningClassifier a oslc:Property ; oslc_sysml_shapes:owningFeatureOfType a oslc:Property ; oslc:name "owningFeatureOfType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeatureOfType ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:owningFeatureOfType ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43508,8 +33094,8 @@ oslc_sysml_shapes:owningFeatureOfType a oslc:Property ; oslc_sysml_shapes:payloadParameter a oslc:Property ; oslc:name "payloadParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:payloadParameter ; - oslc:range oslc_sysmlv2:ReferenceUsage ; + oslc:propertyDefinition oslc_sysml:payloadParameter ; + oslc:range oslc_sysml:ReferenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43518,8 +33104,8 @@ oslc_sysml_shapes:payloadParameter a oslc:Property ; oslc_sysml_shapes:redefinedFeature a oslc:Property ; oslc:name "redefinedFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:redefinedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:redefinedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43528,8 +33114,8 @@ oslc_sysml_shapes:redefinedFeature a oslc:Property ; oslc_sysml_shapes:redefiningFeature a oslc:Property ; oslc:name "redefiningFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:redefiningFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:redefiningFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43538,8 +33124,8 @@ oslc_sysml_shapes:redefiningFeature a oslc:Property ; oslc_sysml_shapes:referencedConcern a oslc:Property ; oslc:name "referencedConcern" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referencedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:referencedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43548,8 +33134,8 @@ oslc_sysml_shapes:referencedConcern a oslc:Property ; oslc_sysml_shapes:referencedElement a oslc:Property ; oslc:name "referencedElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referencedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:referencedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43558,8 +33144,8 @@ oslc_sysml_shapes:referencedElement a oslc:Property ; oslc_sysml_shapes:referencedFeature a oslc:Property ; oslc:name "referencedFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referencedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:referencedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43568,8 +33154,8 @@ oslc_sysml_shapes:referencedFeature a oslc:Property ; oslc_sysml_shapes:referencedRendering a oslc:Property ; oslc:name "referencedRendering" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referencedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:referencedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43578,8 +33164,8 @@ oslc_sysml_shapes:referencedRendering a oslc:Property ; oslc_sysml_shapes:referencingFeature a oslc:Property ; oslc:name "referencingFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referencingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:referencingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43588,8 +33174,8 @@ oslc_sysml_shapes:referencingFeature a oslc:Property ; oslc_sysml_shapes:rendering a oslc:Property ; oslc:name "rendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:rendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:rendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43598,8 +33184,8 @@ oslc_sysml_shapes:rendering a oslc:Property ; oslc_sysml_shapes:renderingDefinition a oslc:Property ; oslc:name "renderingDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:renderingDefinition ; - oslc:range oslc_sysmlv2:RenderingDefinition ; + oslc:propertyDefinition oslc_sysml:renderingDefinition ; + oslc:range oslc_sysml:RenderingDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43608,8 +33194,8 @@ oslc_sysml_shapes:renderingDefinition a oslc:Property ; oslc_sysml_shapes:representedElement a oslc:Property ; oslc:name "representedElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:representedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:representedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43618,8 +33204,8 @@ oslc_sysml_shapes:representedElement a oslc:Property ; oslc_sysml_shapes:satisfiedRequirement a oslc:Property ; oslc:name "satisfiedRequirement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:satisfiedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:satisfiedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43628,8 +33214,8 @@ oslc_sysml_shapes:satisfiedRequirement a oslc:Property ; oslc_sysml_shapes:satisfyingFeature a oslc:Property ; oslc:name "satisfyingFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:satisfyingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:satisfyingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43638,8 +33224,8 @@ oslc_sysml_shapes:satisfyingFeature a oslc:Property ; oslc_sysml_shapes:senderArgument a oslc:Property ; oslc:name "senderArgument" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:senderArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:senderArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43648,8 +33234,8 @@ oslc_sysml_shapes:senderArgument a oslc:Property ; oslc_sysml_shapes:seqArgument a oslc:Property ; oslc:name "seqArgument" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:seqArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:seqArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43658,8 +33244,8 @@ oslc_sysml_shapes:seqArgument a oslc:Property ; oslc_sysml_shapes:state a oslc:Property ; oslc:name "state" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:state ; - oslc:range oslc_sysmlv2:StateUsage ; + oslc:propertyDefinition oslc_sysml:state ; + oslc:range oslc_sysml:StateUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43668,8 +33254,8 @@ oslc_sysml_shapes:state a oslc:Property ; oslc_sysml_shapes:subclassifier a oslc:Property ; oslc:name "subclassifier" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subclassifier ; - oslc:range oslc_sysmlv2:Classifier ; + oslc:propertyDefinition oslc_sysml:subclassifier ; + oslc:range oslc_sysml:Classifier ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43678,8 +33264,8 @@ oslc_sysml_shapes:subclassifier a oslc:Property ; oslc_sysml_shapes:succession a oslc:Property ; oslc:name "succession" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:succession ; - oslc:range oslc_sysmlv2:Succession ; + oslc:propertyDefinition oslc_sysml:succession ; + oslc:range oslc_sysml:Succession ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43688,8 +33274,8 @@ oslc_sysml_shapes:succession a oslc:Property ; oslc_sysml_shapes:superclassifier a oslc:Property ; oslc:name "superclassifier" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:superclassifier ; - oslc:range oslc_sysmlv2:Classifier ; + oslc:propertyDefinition oslc_sysml:superclassifier ; + oslc:range oslc_sysml:Classifier ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43698,8 +33284,8 @@ oslc_sysml_shapes:superclassifier a oslc:Property ; oslc_sysml_shapes:supplier a oslc:Property ; oslc:name "supplier" ; oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:supplier ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:supplier ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43708,18 +33294,28 @@ oslc_sysml_shapes:supplier a oslc:Property ; oslc_sysml_shapes:targetArgument a oslc:Property ; oslc:name "targetArgument" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:targetArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:targetArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Expression whose value is an occurrence in the domain of the referent Feature, for which the value of the referent will be set to the result of the valueExpression by this AssignmentActionUsage."^^rdf:XMLLiteral . +oslc_sysml_shapes:terminatedOccurrenceArgument a oslc:Property ; + oslc:name "terminatedOccurrenceArgument" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:terminatedOccurrenceArgument ; + oslc:range oslc_sysml:Expression ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Expression that is the featureValue of the terminateOccurrence parameter of this TerminateActionUsage."^^rdf:XMLLiteral . + oslc_sysml_shapes:thenAction a oslc:Property ; oslc:name "thenAction" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:thenAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:thenAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43728,8 +33324,8 @@ oslc_sysml_shapes:thenAction a oslc:Property ; oslc_sysml_shapes:transitionFeature a oslc:Property ; oslc:name "transitionFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:transitionFeature ; - oslc:range oslc_sysmlv2:Step ; + oslc:propertyDefinition oslc_sysml:transitionFeature ; + oslc:range oslc_sysml:Step ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43738,8 +33334,8 @@ oslc_sysml_shapes:transitionFeature a oslc:Property ; oslc_sysml_shapes:triggerAction a oslc:Property ; oslc:name "triggerAction" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:triggerAction ; - oslc:range oslc_sysmlv2:AcceptActionUsage ; + oslc:propertyDefinition oslc_sysml:triggerAction ; + oslc:range oslc_sysml:AcceptActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43748,8 +33344,8 @@ oslc_sysml_shapes:triggerAction a oslc:Property ; oslc_sysml_shapes:typeDifferenced a oslc:Property ; oslc:name "typeDifferenced" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:typeDifferenced ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:typeDifferenced ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43758,8 +33354,8 @@ oslc_sysml_shapes:typeDifferenced a oslc:Property ; oslc_sysml_shapes:typeDisjoined a oslc:Property ; oslc:name "typeDisjoined" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:typeDisjoined ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:typeDisjoined ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43768,8 +33364,8 @@ oslc_sysml_shapes:typeDisjoined a oslc:Property ; oslc_sysml_shapes:typeIntersected a oslc:Property ; oslc:name "typeIntersected" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:typeIntersected ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:typeIntersected ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43778,8 +33374,8 @@ oslc_sysml_shapes:typeIntersected a oslc:Property ; oslc_sysml_shapes:typeUnioned a oslc:Property ; oslc:name "typeUnioned" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:typeUnioned ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:typeUnioned ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43788,8 +33384,8 @@ oslc_sysml_shapes:typeUnioned a oslc:Property ; oslc_sysml_shapes:untilArgument a oslc:Property ; oslc:name "untilArgument" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:untilArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:untilArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43798,8 +33394,8 @@ oslc_sysml_shapes:untilArgument a oslc:Property ; oslc_sysml_shapes:upperBound a oslc:Property ; oslc:name "upperBound" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:upperBound ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:upperBound ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43808,8 +33404,8 @@ oslc_sysml_shapes:upperBound a oslc:Property ; oslc_sysml_shapes:useCaseIncluded a oslc:Property ; oslc:name "useCaseIncluded" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:useCaseIncluded ; - oslc:range oslc_sysmlv2:UseCaseUsage ; + oslc:propertyDefinition oslc_sysml:useCaseIncluded ; + oslc:range oslc_sysml:UseCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43818,8 +33414,8 @@ oslc_sysml_shapes:useCaseIncluded a oslc:Property ; oslc_sysml_shapes:valueExpression a oslc:Property ; oslc:name "valueExpression" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:valueExpression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:valueExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43828,8 +33424,8 @@ oslc_sysml_shapes:valueExpression a oslc:Property ; oslc_sysml_shapes:verificationCaseDefinition a oslc:Property ; oslc:name "verificationCaseDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:verificationCaseDefinition ; - oslc:range oslc_sysmlv2:VerificationCaseDefinition ; + oslc:propertyDefinition oslc_sysml:verificationCaseDefinition ; + oslc:range oslc_sysml:VerificationCaseDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43838,8 +33434,8 @@ oslc_sysml_shapes:verificationCaseDefinition a oslc:Property ; oslc_sysml_shapes:view a oslc:Property ; oslc:name "view" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:view ; - oslc:range oslc_sysmlv2:ViewUsage ; + oslc:propertyDefinition oslc_sysml:view ; + oslc:range oslc_sysml:ViewUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43848,8 +33444,8 @@ oslc_sysml_shapes:view a oslc:Property ; oslc_sysml_shapes:viewDefinition a oslc:Property ; oslc:name "viewDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:viewDefinition ; - oslc:range oslc_sysmlv2:ViewDefinition ; + oslc:propertyDefinition oslc_sysml:viewDefinition ; + oslc:range oslc_sysml:ViewDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43858,8 +33454,8 @@ oslc_sysml_shapes:viewDefinition a oslc:Property ; oslc_sysml_shapes:viewpointDefinition a oslc:Property ; oslc:name "viewpointDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:viewpointDefinition ; - oslc:range oslc_sysmlv2:ViewpointDefinition ; + oslc:propertyDefinition oslc_sysml:viewpointDefinition ; + oslc:range oslc_sysml:ViewpointDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43868,8 +33464,8 @@ oslc_sysml_shapes:viewpointDefinition a oslc:Property ; oslc_sysml_shapes:whileArgument a oslc:Property ; oslc:name "whileArgument" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:whileArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:whileArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43878,8 +33474,8 @@ oslc_sysml_shapes:whileArgument a oslc:Property ; oslc_sysml_shapes:assertedConstraint a oslc:Property ; oslc:name "assertedConstraint" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:assertedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:assertedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43888,8 +33484,8 @@ oslc_sysml_shapes:assertedConstraint a oslc:Property ; oslc_sysml_shapes:attributeDefinition a oslc:Property ; oslc:name "attributeDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:attributeDefinition ; - oslc:range oslc_sysmlv2:DataType ; + oslc:propertyDefinition oslc_sysml:attributeDefinition ; + oslc:range oslc_sysml:DataType ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43898,8 +33494,8 @@ oslc_sysml_shapes:attributeDefinition a oslc:Property ; oslc_sysml_shapes:conjugatedType a oslc:Property ; oslc:name "conjugatedType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:conjugatedType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:conjugatedType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43908,8 +33504,8 @@ oslc_sysml_shapes:conjugatedType a oslc:Property ; oslc_sysml_shapes:filterCondition a oslc:Property ; oslc:name "filterCondition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:filterCondition ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:filterCondition ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43918,8 +33514,8 @@ oslc_sysml_shapes:filterCondition a oslc:Property ; oslc_sysml_shapes:flowConnectionDefinition a oslc:Property ; oslc:name "flowConnectionDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:flowConnectionDefinition ; - oslc:range oslc_sysmlv2:Interaction ; + oslc:propertyDefinition oslc_sysml:flowConnectionDefinition ; + oslc:range oslc_sysml:Interaction ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43928,8 +33524,8 @@ oslc_sysml_shapes:flowConnectionDefinition a oslc:Property ; oslc_sysml_shapes:importedNamespace a oslc:Property ; oslc:name "importedNamespace" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:importedNamespace ; - oslc:range oslc_sysmlv2:Namespace ; + oslc:propertyDefinition oslc_sysml:importedNamespace ; + oslc:range oslc_sysml:Namespace ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43938,15 +33534,15 @@ oslc_sysml_shapes:importedNamespace a oslc:Property ; oslc_sysml_shapes:locale a oslc:Property ; oslc:name "locale" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:locale ; + oslc:propertyDefinition oslc_sysml:locale ; oslc:readOnly false ; dcterms:description "Identification of the language of the body text and, optionally, the region and/or encoding. The format shall be a POSIX locale conformant to ISO/IEC 15897, with the format [language[_territory][.codeset][@modifier]]."^^rdf:XMLLiteral . oslc_sysml_shapes:metaclass a oslc:Property ; oslc:name "metaclass" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:metaclass ; - oslc:range oslc_sysmlv2:Metaclass ; + oslc:propertyDefinition oslc_sysml:metaclass ; + oslc:range oslc_sysml:Metaclass ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43955,8 +33551,8 @@ oslc_sysml_shapes:metaclass a oslc:Property ; oslc_sysml_shapes:originalType a oslc:Property ; oslc:name "originalType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:originalType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:originalType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43965,8 +33561,8 @@ oslc_sysml_shapes:originalType a oslc:Property ; oslc_sysml_shapes:stateDefinition a oslc:Property ; oslc:name "stateDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stateDefinition ; - oslc:range oslc_sysmlv2:Behavior ; + oslc:propertyDefinition oslc_sysml:stateDefinition ; + oslc:range oslc_sysml:Behavior ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43975,8 +33571,8 @@ oslc_sysml_shapes:stateDefinition a oslc:Property ; oslc_sysml_shapes:typedFeature a oslc:Property ; oslc:name "typedFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:typedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:typedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43985,8 +33581,8 @@ oslc_sysml_shapes:typedFeature a oslc:Property ; oslc_sysml_shapes:useCaseDefinition a oslc:Property ; oslc:name "useCaseDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:useCaseDefinition ; - oslc:range oslc_sysmlv2:UseCaseDefinition ; + oslc:propertyDefinition oslc_sysml:useCaseDefinition ; + oslc:range oslc_sysml:UseCaseDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -43995,8 +33591,8 @@ oslc_sysml_shapes:useCaseDefinition a oslc:Property ; oslc_sysml_shapes:bodyAction a oslc:Property ; oslc:name "bodyAction" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:bodyAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:bodyAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44005,15 +33601,15 @@ oslc_sysml_shapes:bodyAction a oslc:Property ; oslc_sysml_shapes:isNegated a oslc:Property ; oslc:name "isNegated" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isNegated ; + oslc:propertyDefinition oslc_sysml:isNegated ; oslc:readOnly false ; dcterms:description "Whether this Invariant is asserted to be false rather than true."^^rdf:XMLLiteral . oslc_sysml_shapes:performedAction a oslc:Property ; oslc:name "performedAction" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:performedAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:performedAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44022,8 +33618,8 @@ oslc_sysml_shapes:performedAction a oslc:Property ; oslc_sysml_shapes:referencedConstraint a oslc:Property ; oslc:name "referencedConstraint" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referencedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:referencedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44032,8 +33628,8 @@ oslc_sysml_shapes:referencedConstraint a oslc:Property ; oslc_sysml_shapes:subsettedFeature a oslc:Property ; oslc:name "subsettedFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subsettedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:subsettedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44042,8 +33638,8 @@ oslc_sysml_shapes:subsettedFeature a oslc:Property ; oslc_sysml_shapes:subsettingFeature a oslc:Property ; oslc:name "subsettingFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subsettingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:subsettingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44052,8 +33648,8 @@ oslc_sysml_shapes:subsettingFeature a oslc:Property ; oslc_sysml_shapes:connectionEnd a oslc:Property ; oslc:name "connectionEnd" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:connectionEnd ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:connectionEnd ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44062,8 +33658,8 @@ oslc_sysml_shapes:connectionEnd a oslc:Property ; oslc_sysml_shapes:effectStep a oslc:Property ; oslc:name "effectStep" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:effectStep ; - oslc:range oslc_sysmlv2:Step ; + oslc:propertyDefinition oslc_sysml:effectStep ; + oslc:range oslc_sysml:Step ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44072,8 +33668,8 @@ oslc_sysml_shapes:effectStep a oslc:Property ; oslc_sysml_shapes:eventOccurrence a oslc:Property ; oslc:name "eventOccurrence" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:eventOccurrence ; - oslc:range oslc_sysmlv2:OccurrenceUsage ; + oslc:propertyDefinition oslc_sysml:eventOccurrence ; + oslc:range oslc_sysml:OccurrenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44082,8 +33678,8 @@ oslc_sysml_shapes:eventOccurrence a oslc:Property ; oslc_sysml_shapes:interaction a oslc:Property ; oslc:name "interaction" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:interaction ; - oslc:range oslc_sysmlv2:Interaction ; + oslc:propertyDefinition oslc_sysml:interaction ; + oslc:range oslc_sysml:Interaction ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44092,8 +33688,8 @@ oslc_sysml_shapes:interaction a oslc:Property ; oslc_sysml_shapes:itemFeature a oslc:Property ; oslc:name "itemFeature" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:itemFeature ; - oslc:range oslc_sysmlv2:ItemFeature ; + oslc:propertyDefinition oslc_sysml:itemFeature ; + oslc:range oslc_sysml:ItemFeature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44102,8 +33698,8 @@ oslc_sysml_shapes:itemFeature a oslc:Property ; oslc_sysml_shapes:itemFlowEnd a oslc:Property ; oslc:name "itemFlowEnd" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:itemFlowEnd ; - oslc:range oslc_sysmlv2:ItemFlowEnd ; + oslc:propertyDefinition oslc_sysml:itemFlowEnd ; + oslc:range oslc_sysml:ItemFlowEnd ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44112,8 +33708,8 @@ oslc_sysml_shapes:itemFlowEnd a oslc:Property ; oslc_sysml_shapes:itemType a oslc:Property ; oslc:name "itemType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:itemType ; - oslc:range oslc_sysmlv2:Classifier ; + oslc:propertyDefinition oslc_sysml:itemType ; + oslc:range oslc_sysml:Classifier ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44122,15 +33718,15 @@ oslc_sysml_shapes:itemType a oslc:Property ; oslc_sysml_shapes:operator a oslc:Property ; oslc:name "operator" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:operator ; + oslc:propertyDefinition oslc_sysml:operator ; oslc:readOnly false ; dcterms:description "An operator symbol that names a corresponding Function from one of the standard packages from the Kernel Function Library ."^^rdf:XMLLiteral . oslc_sysml_shapes:requirementDefinition a oslc:Property ; oslc:name "requirementDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:requirementDefinition ; - oslc:range oslc_sysmlv2:RequirementDefinition ; + oslc:propertyDefinition oslc_sysml:requirementDefinition ; + oslc:range oslc_sysml:RequirementDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44139,8 +33735,8 @@ oslc_sysml_shapes:requirementDefinition a oslc:Property ; oslc_sysml_shapes:sourceOutputFeature a oslc:Property ; oslc:name "sourceOutputFeature" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:sourceOutputFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:sourceOutputFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44149,8 +33745,8 @@ oslc_sysml_shapes:sourceOutputFeature a oslc:Property ; oslc_sysml_shapes:targetInputFeature a oslc:Property ; oslc:name "targetInputFeature" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:targetInputFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:targetInputFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44159,8 +33755,8 @@ oslc_sysml_shapes:targetInputFeature a oslc:Property ; oslc_sysml_shapes:transitionStep a oslc:Property ; oslc:name "transitionStep" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:transitionStep ; - oslc:range oslc_sysmlv2:Step ; + oslc:propertyDefinition oslc_sysml:transitionStep ; + oslc:range oslc_sysml:Step ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44169,8 +33765,8 @@ oslc_sysml_shapes:transitionStep a oslc:Property ; oslc_sysml_shapes:triggerStep a oslc:Property ; oslc:name "triggerStep" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:triggerStep ; - oslc:range oslc_sysmlv2:Step ; + oslc:propertyDefinition oslc_sysml:triggerStep ; + oslc:range oslc_sysml:Step ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44179,8 +33775,8 @@ oslc_sysml_shapes:triggerStep a oslc:Property ; oslc_sysml_shapes:calculation a oslc:Property ; oslc:name "calculation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:calculation ; - oslc:range oslc_sysmlv2:CalculationUsage ; + oslc:propertyDefinition oslc_sysml:calculation ; + oslc:range oslc_sysml:CalculationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44189,8 +33785,8 @@ oslc_sysml_shapes:calculation a oslc:Property ; oslc_sysml_shapes:caseDefinition a oslc:Property ; oslc:name "caseDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:caseDefinition ; - oslc:range oslc_sysmlv2:CaseDefinition ; + oslc:propertyDefinition oslc_sysml:caseDefinition ; + oslc:range oslc_sysml:CaseDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44199,8 +33795,8 @@ oslc_sysml_shapes:caseDefinition a oslc:Property ; oslc_sysml_shapes:connectionDefinition a oslc:Property ; oslc:name "connectionDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:connectionDefinition ; - oslc:range oslc_sysmlv2:AssociationStructure ; + oslc:propertyDefinition oslc_sysml:connectionDefinition ; + oslc:range oslc_sysml:AssociationStructure ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44209,8 +33805,8 @@ oslc_sysml_shapes:connectionDefinition a oslc:Property ; oslc_sysml_shapes:ownedMemberParameter a oslc:Property ; oslc:name "ownedMemberParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedMemberParameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedMemberParameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44219,8 +33815,8 @@ oslc_sysml_shapes:ownedMemberParameter a oslc:Property ; oslc_sysml_shapes:annotation a oslc:Property ; oslc:name "annotation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotation ; - oslc:range oslc_sysmlv2:Annotation ; + oslc:propertyDefinition oslc_sysml:annotation ; + oslc:range oslc_sysml:Annotation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44229,8 +33825,8 @@ oslc_sysml_shapes:annotation a oslc:Property ; oslc_sysml_shapes:argument a oslc:Property ; oslc:name "argument" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:argument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:argument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44239,8 +33835,8 @@ oslc_sysml_shapes:argument a oslc:Property ; oslc_sysml_shapes:calculationDefinition a oslc:Property ; oslc:name "calculationDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:calculationDefinition ; - oslc:range oslc_sysmlv2:Function ; + oslc:propertyDefinition oslc_sysml:calculationDefinition ; + oslc:range oslc_sysml:Function ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44249,8 +33845,8 @@ oslc_sysml_shapes:calculationDefinition a oslc:Property ; oslc_sysml_shapes:constraintDefinition a oslc:Property ; oslc:name "constraintDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:constraintDefinition ; - oslc:range oslc_sysmlv2:Predicate ; + oslc:propertyDefinition oslc_sysml:constraintDefinition ; + oslc:range oslc_sysml:Predicate ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44259,8 +33855,8 @@ oslc_sysml_shapes:constraintDefinition a oslc:Property ; oslc_sysml_shapes:importOwningNamespace a oslc:Property ; oslc:name "importOwningNamespace" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:importOwningNamespace ; - oslc:range oslc_sysmlv2:Namespace ; + oslc:propertyDefinition oslc_sysml:importOwningNamespace ; + oslc:range oslc_sysml:Namespace ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44269,8 +33865,8 @@ oslc_sysml_shapes:importOwningNamespace a oslc:Property ; oslc_sysml_shapes:importedElement a oslc:Property ; oslc:name "importedElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:importedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:importedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44279,22 +33875,22 @@ oslc_sysml_shapes:importedElement a oslc:Property ; oslc_sysml_shapes:isImportAll a oslc:Property ; oslc:name "isImportAll" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isImportAll ; + oslc:propertyDefinition oslc_sysml:isImportAll ; oslc:readOnly false ; dcterms:description "Whether to import memberships without regard to declared visibility."^^rdf:XMLLiteral . oslc_sysml_shapes:isRecursive a oslc:Property ; oslc:name "isRecursive" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isRecursive ; + oslc:propertyDefinition oslc_sysml:isRecursive ; oslc:readOnly false ; dcterms:description "Whether to recursively import Memberships from visible, owned sub-Namespaces."^^rdf:XMLLiteral . oslc_sysml_shapes:operand a oslc:Property ; oslc:name "operand" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:operand ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:operand ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44303,8 +33899,8 @@ oslc_sysml_shapes:operand a oslc:Property ; oslc_sysml_shapes:ownedAnnotatingRelationship a oslc:Property ; oslc:name "ownedAnnotatingRelationship" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedAnnotatingRelationship ; - oslc:range oslc_sysmlv2:Annotation ; + oslc:propertyDefinition oslc_sysml:ownedAnnotatingRelationship ; + oslc:range oslc_sysml:Annotation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44313,8 +33909,8 @@ oslc_sysml_shapes:ownedAnnotatingRelationship a oslc:Property ; oslc_sysml_shapes:associationEnd a oslc:Property ; oslc:name "associationEnd" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:associationEnd ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:associationEnd ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44323,8 +33919,8 @@ oslc_sysml_shapes:associationEnd a oslc:Property ; oslc_sysml_shapes:general a oslc:Property ; oslc:name "general" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:general ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:general ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44333,8 +33929,8 @@ oslc_sysml_shapes:general a oslc:Property ; oslc_sysml_shapes:relatedType a oslc:Property ; oslc:name "relatedType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:relatedType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:relatedType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44343,8 +33939,8 @@ oslc_sysml_shapes:relatedType a oslc:Property ; oslc_sysml_shapes:sourceType a oslc:Property ; oslc:name "sourceType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:sourceType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:sourceType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44353,8 +33949,8 @@ oslc_sysml_shapes:sourceType a oslc:Property ; oslc_sysml_shapes:specific a oslc:Property ; oslc:name "specific" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:specific ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:specific ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44363,8 +33959,8 @@ oslc_sysml_shapes:specific a oslc:Property ; oslc_sysml_shapes:targetType a oslc:Property ; oslc:name "targetType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:targetType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44373,8 +33969,8 @@ oslc_sysml_shapes:targetType a oslc:Property ; oslc_sysml_shapes:partDefinition a oslc:Property ; oslc:name "partDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:partDefinition ; - oslc:range oslc_sysmlv2:PartDefinition ; + oslc:propertyDefinition oslc_sysml:partDefinition ; + oslc:range oslc_sysml:PartDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44383,8 +33979,8 @@ oslc_sysml_shapes:partDefinition a oslc:Property ; oslc_sysml_shapes:predicate a oslc:Property ; oslc:name "predicate" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:predicate ; - oslc:range oslc_sysmlv2:Predicate ; + oslc:propertyDefinition oslc_sysml:predicate ; + oslc:range oslc_sysml:Predicate ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44393,8 +33989,8 @@ oslc_sysml_shapes:predicate a oslc:Property ; oslc_sysml_shapes:itemDefinition a oslc:Property ; oslc:name "itemDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:itemDefinition ; - oslc:range oslc_sysmlv2:Structure ; + oslc:propertyDefinition oslc_sysml:itemDefinition ; + oslc:range oslc_sysml:Structure ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44403,8 +33999,8 @@ oslc_sysml_shapes:itemDefinition a oslc:Property ; oslc_sysml_shapes:expression a oslc:Property ; oslc:name "expression" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:expression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:expression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44413,8 +34009,8 @@ oslc_sysml_shapes:expression a oslc:Property ; oslc_sysml_shapes:association a oslc:Property ; oslc:name "association" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:association ; - oslc:range oslc_sysmlv2:Association ; + oslc:propertyDefinition oslc_sysml:association ; + oslc:range oslc_sysml:Association ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44423,8 +34019,8 @@ oslc_sysml_shapes:association a oslc:Property ; oslc_sysml_shapes:connectorEnd a oslc:Property ; oslc:name "connectorEnd" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:connectorEnd ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:connectorEnd ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44433,8 +34029,8 @@ oslc_sysml_shapes:connectorEnd a oslc:Property ; oslc_sysml_shapes:relatedFeature a oslc:Property ; oslc:name "relatedFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:relatedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:relatedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44443,8 +34039,8 @@ oslc_sysml_shapes:relatedFeature a oslc:Property ; oslc_sysml_shapes:sourceFeature a oslc:Property ; oslc:name "sourceFeature" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:sourceFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:sourceFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44453,8 +34049,8 @@ oslc_sysml_shapes:sourceFeature a oslc:Property ; oslc_sysml_shapes:ownedMemberFeature a oslc:Property ; oslc:name "ownedMemberFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedMemberFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedMemberFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44463,8 +34059,8 @@ oslc_sysml_shapes:ownedMemberFeature a oslc:Property ; oslc_sysml_shapes:step a oslc:Property ; oslc:name "step" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:step ; - oslc:range oslc_sysmlv2:Step ; + oslc:propertyDefinition oslc_sysml:step ; + oslc:range oslc_sysml:Step ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44473,8 +34069,8 @@ oslc_sysml_shapes:step a oslc:Property ; oslc_sysml_shapes:ownedMemberElement a oslc:Property ; oslc:name "ownedMemberElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedMemberElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:ownedMemberElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44483,29 +34079,29 @@ oslc_sysml_shapes:ownedMemberElement a oslc:Property ; oslc_sysml_shapes:ownedMemberElementId a oslc:Property ; oslc:name "ownedMemberElementId" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedMemberElementId ; + oslc:propertyDefinition oslc_sysml:ownedMemberElementId ; oslc:readOnly false ; dcterms:description "The elementId of the ownedMemberElement."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedMemberName a oslc:Property ; oslc:name "ownedMemberName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedMemberName ; + oslc:propertyDefinition oslc_sysml:ownedMemberName ; oslc:readOnly false ; dcterms:description "The name of the ownedMemberElement."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedMemberShortName a oslc:Property ; oslc:name "ownedMemberShortName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedMemberShortName ; + oslc:propertyDefinition oslc_sysml:ownedMemberShortName ; oslc:readOnly false ; dcterms:description "The shortName of the ownedMemberElement."^^rdf:XMLLiteral . oslc_sysml_shapes:memberElement a oslc:Property ; oslc:name "memberElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:memberElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:memberElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44514,29 +34110,29 @@ oslc_sysml_shapes:memberElement a oslc:Property ; oslc_sysml_shapes:memberElementId a oslc:Property ; oslc:name "memberElementId" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:memberElementId ; + oslc:propertyDefinition oslc_sysml:memberElementId ; oslc:readOnly false ; dcterms:description "The elementId of the memberElement."^^rdf:XMLLiteral . oslc_sysml_shapes:memberName a oslc:Property ; oslc:name "memberName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:memberName ; + oslc:propertyDefinition oslc_sysml:memberName ; oslc:readOnly false ; dcterms:description "The name of the memberElement relative to the membershipOwningNamespace."^^rdf:XMLLiteral . oslc_sysml_shapes:memberShortName a oslc:Property ; oslc:name "memberShortName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:memberShortName ; + oslc:propertyDefinition oslc_sysml:memberShortName ; oslc:readOnly false ; dcterms:description "The short name of the memberElement relative to the membershipOwningNamespace."^^rdf:XMLLiteral . oslc_sysml_shapes:membershipOwningNamespace a oslc:Property ; oslc:name "membershipOwningNamespace" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:membershipOwningNamespace ; - oslc:range oslc_sysmlv2:Namespace ; + oslc:propertyDefinition oslc_sysml:membershipOwningNamespace ; + oslc:range oslc_sysml:Namespace ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44545,8 +34141,8 @@ oslc_sysml_shapes:membershipOwningNamespace a oslc:Property ; oslc_sysml_shapes:lifeClass a oslc:Property ; oslc:name "lifeClass" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:lifeClass ; - oslc:range oslc_sysmlv2:LifeClass ; + oslc:propertyDefinition oslc_sysml:lifeClass ; + oslc:range oslc_sysml:LifeClass ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44555,8 +34151,8 @@ oslc_sysml_shapes:lifeClass a oslc:Property ; oslc_sysml_shapes:actionDefinition a oslc:Property ; oslc:name "actionDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actionDefinition ; - oslc:range oslc_sysmlv2:Behavior ; + oslc:propertyDefinition oslc_sysml:actionDefinition ; + oslc:range oslc_sysml:Behavior ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44565,8 +34161,8 @@ oslc_sysml_shapes:actionDefinition a oslc:Property ; oslc_sysml_shapes:ownedAction a oslc:Property ; oslc:name "ownedAction" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:ownedAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44575,8 +34171,8 @@ oslc_sysml_shapes:ownedAction a oslc:Property ; oslc_sysml_shapes:ownedAllocation a oslc:Property ; oslc:name "ownedAllocation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedAllocation ; - oslc:range oslc_sysmlv2:AllocationUsage ; + oslc:propertyDefinition oslc_sysml:ownedAllocation ; + oslc:range oslc_sysml:AllocationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44585,8 +34181,8 @@ oslc_sysml_shapes:ownedAllocation a oslc:Property ; oslc_sysml_shapes:ownedAnalysisCase a oslc:Property ; oslc:name "ownedAnalysisCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedAnalysisCase ; - oslc:range oslc_sysmlv2:AnalysisCaseUsage ; + oslc:propertyDefinition oslc_sysml:ownedAnalysisCase ; + oslc:range oslc_sysml:AnalysisCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44595,8 +34191,8 @@ oslc_sysml_shapes:ownedAnalysisCase a oslc:Property ; oslc_sysml_shapes:ownedAttribute a oslc:Property ; oslc:name "ownedAttribute" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedAttribute ; - oslc:range oslc_sysmlv2:AttributeUsage ; + oslc:propertyDefinition oslc_sysml:ownedAttribute ; + oslc:range oslc_sysml:AttributeUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44605,8 +34201,8 @@ oslc_sysml_shapes:ownedAttribute a oslc:Property ; oslc_sysml_shapes:ownedCalculation a oslc:Property ; oslc:name "ownedCalculation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedCalculation ; - oslc:range oslc_sysmlv2:CalculationUsage ; + oslc:propertyDefinition oslc_sysml:ownedCalculation ; + oslc:range oslc_sysml:CalculationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44615,8 +34211,8 @@ oslc_sysml_shapes:ownedCalculation a oslc:Property ; oslc_sysml_shapes:ownedCase a oslc:Property ; oslc:name "ownedCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedCase ; - oslc:range oslc_sysmlv2:CaseUsage ; + oslc:propertyDefinition oslc_sysml:ownedCase ; + oslc:range oslc_sysml:CaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44625,8 +34221,8 @@ oslc_sysml_shapes:ownedCase a oslc:Property ; oslc_sysml_shapes:ownedConnection a oslc:Property ; oslc:name "ownedConnection" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConnection ; - oslc:range oslc_sysmlv2:ConnectorAsUsage ; + oslc:propertyDefinition oslc_sysml:ownedConnection ; + oslc:range oslc_sysml:ConnectorAsUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44635,8 +34231,8 @@ oslc_sysml_shapes:ownedConnection a oslc:Property ; oslc_sysml_shapes:ownedEnumeration a oslc:Property ; oslc:name "ownedEnumeration" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedEnumeration ; - oslc:range oslc_sysmlv2:EnumerationUsage ; + oslc:propertyDefinition oslc_sysml:ownedEnumeration ; + oslc:range oslc_sysml:EnumerationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44645,8 +34241,8 @@ oslc_sysml_shapes:ownedEnumeration a oslc:Property ; oslc_sysml_shapes:ownedFlow a oslc:Property ; oslc:name "ownedFlow" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedFlow ; - oslc:range oslc_sysmlv2:FlowConnectionUsage ; + oslc:propertyDefinition oslc_sysml:ownedFlow ; + oslc:range oslc_sysml:FlowConnectionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44655,8 +34251,8 @@ oslc_sysml_shapes:ownedFlow a oslc:Property ; oslc_sysml_shapes:ownedInterface a oslc:Property ; oslc:name "ownedInterface" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedInterface ; - oslc:range oslc_sysmlv2:InterfaceUsage ; + oslc:propertyDefinition oslc_sysml:ownedInterface ; + oslc:range oslc_sysml:InterfaceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44665,8 +34261,8 @@ oslc_sysml_shapes:ownedInterface a oslc:Property ; oslc_sysml_shapes:ownedItem a oslc:Property ; oslc:name "ownedItem" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedItem ; - oslc:range oslc_sysmlv2:ItemUsage ; + oslc:propertyDefinition oslc_sysml:ownedItem ; + oslc:range oslc_sysml:ItemUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44675,8 +34271,8 @@ oslc_sysml_shapes:ownedItem a oslc:Property ; oslc_sysml_shapes:ownedMetadata a oslc:Property ; oslc:name "ownedMetadata" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedMetadata ; - oslc:range oslc_sysmlv2:MetadataUsage ; + oslc:propertyDefinition oslc_sysml:ownedMetadata ; + oslc:range oslc_sysml:MetadataUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44685,8 +34281,8 @@ oslc_sysml_shapes:ownedMetadata a oslc:Property ; oslc_sysml_shapes:ownedOccurrence a oslc:Property ; oslc:name "ownedOccurrence" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedOccurrence ; - oslc:range oslc_sysmlv2:OccurrenceUsage ; + oslc:propertyDefinition oslc_sysml:ownedOccurrence ; + oslc:range oslc_sysml:OccurrenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44695,8 +34291,8 @@ oslc_sysml_shapes:ownedOccurrence a oslc:Property ; oslc_sysml_shapes:ownedPart a oslc:Property ; oslc:name "ownedPart" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedPart ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:ownedPart ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44705,8 +34301,8 @@ oslc_sysml_shapes:ownedPart a oslc:Property ; oslc_sysml_shapes:ownedPort a oslc:Property ; oslc:name "ownedPort" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedPort ; - oslc:range oslc_sysmlv2:PortUsage ; + oslc:propertyDefinition oslc_sysml:ownedPort ; + oslc:range oslc_sysml:PortUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44715,8 +34311,8 @@ oslc_sysml_shapes:ownedPort a oslc:Property ; oslc_sysml_shapes:ownedReference a oslc:Property ; oslc:name "ownedReference" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedReference ; - oslc:range oslc_sysmlv2:ReferenceUsage ; + oslc:propertyDefinition oslc_sysml:ownedReference ; + oslc:range oslc_sysml:ReferenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44725,8 +34321,8 @@ oslc_sysml_shapes:ownedReference a oslc:Property ; oslc_sysml_shapes:ownedState a oslc:Property ; oslc:name "ownedState" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedState ; - oslc:range oslc_sysmlv2:StateUsage ; + oslc:propertyDefinition oslc_sysml:ownedState ; + oslc:range oslc_sysml:StateUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44735,8 +34331,8 @@ oslc_sysml_shapes:ownedState a oslc:Property ; oslc_sysml_shapes:ownedTransition a oslc:Property ; oslc:name "ownedTransition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedTransition ; - oslc:range oslc_sysmlv2:TransitionUsage ; + oslc:propertyDefinition oslc_sysml:ownedTransition ; + oslc:range oslc_sysml:TransitionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44745,8 +34341,8 @@ oslc_sysml_shapes:ownedTransition a oslc:Property ; oslc_sysml_shapes:ownedUsage a oslc:Property ; oslc:name "ownedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44755,8 +34351,8 @@ oslc_sysml_shapes:ownedUsage a oslc:Property ; oslc_sysml_shapes:ownedUseCase a oslc:Property ; oslc:name "ownedUseCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedUseCase ; - oslc:range oslc_sysmlv2:UseCaseUsage ; + oslc:propertyDefinition oslc_sysml:ownedUseCase ; + oslc:range oslc_sysml:UseCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44765,8 +34361,8 @@ oslc_sysml_shapes:ownedUseCase a oslc:Property ; oslc_sysml_shapes:ownedVerificationCase a oslc:Property ; oslc:name "ownedVerificationCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedVerificationCase ; - oslc:range oslc_sysmlv2:VerificationCaseUsage ; + oslc:propertyDefinition oslc_sysml:ownedVerificationCase ; + oslc:range oslc_sysml:VerificationCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44775,8 +34371,8 @@ oslc_sysml_shapes:ownedVerificationCase a oslc:Property ; oslc_sysml_shapes:ownedView a oslc:Property ; oslc:name "ownedView" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedView ; - oslc:range oslc_sysmlv2:ViewUsage ; + oslc:propertyDefinition oslc_sysml:ownedView ; + oslc:range oslc_sysml:ViewUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44785,8 +34381,8 @@ oslc_sysml_shapes:ownedView a oslc:Property ; oslc_sysml_shapes:ownedViewpoint a oslc:Property ; oslc:name "ownedViewpoint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedViewpoint ; - oslc:range oslc_sysmlv2:ViewpointUsage ; + oslc:propertyDefinition oslc_sysml:ownedViewpoint ; + oslc:range oslc_sysml:ViewpointUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44795,8 +34391,8 @@ oslc_sysml_shapes:ownedViewpoint a oslc:Property ; oslc_sysml_shapes:function a oslc:Property ; oslc:name "function" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:function ; - oslc:range oslc_sysmlv2:Function ; + oslc:propertyDefinition oslc_sysml:function ; + oslc:range oslc_sysml:Function ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44805,8 +34401,8 @@ oslc_sysml_shapes:function a oslc:Property ; oslc_sysml_shapes:ownedSubclassification a oslc:Property ; oslc:name "ownedSubclassification" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedSubclassification ; - oslc:range oslc_sysmlv2:Subclassification ; + oslc:propertyDefinition oslc_sysml:ownedSubclassification ; + oslc:range oslc_sysml:Subclassification ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44815,8 +34411,8 @@ oslc_sysml_shapes:ownedSubclassification a oslc:Property ; oslc_sysml_shapes:individualDefinition a oslc:Property ; oslc:name "individualDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:individualDefinition ; - oslc:range oslc_sysmlv2:OccurrenceDefinition ; + oslc:propertyDefinition oslc_sysml:individualDefinition ; + oslc:range oslc_sysml:OccurrenceDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44825,8 +34421,8 @@ oslc_sysml_shapes:individualDefinition a oslc:Property ; oslc_sysml_shapes:occurrenceDefinition a oslc:Property ; oslc:name "occurrenceDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:occurrenceDefinition ; - oslc:range oslc_sysmlv2:Class ; + oslc:propertyDefinition oslc_sysml:occurrenceDefinition ; + oslc:range oslc_sysml:Class ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44835,15 +34431,15 @@ oslc_sysml_shapes:occurrenceDefinition a oslc:Property ; oslc_sysml_shapes:portionKind a oslc:Property ; oslc:name "portionKind" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:portionKind ; + oslc:propertyDefinition oslc_sysml:portionKind ; oslc:readOnly false ; dcterms:description "The kind of (temporal) portion of the life of the occurrenceDefinition represented by this OccurrenceUsage, if it is so restricted."^^rdf:XMLLiteral . oslc_sysml_shapes:definition a oslc:Property ; oslc:name "definition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:definition ; - oslc:range oslc_sysmlv2:Classifier ; + oslc:propertyDefinition oslc_sysml:definition ; + oslc:range oslc_sysml:Classifier ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44852,15 +34448,15 @@ oslc_sysml_shapes:definition a oslc:Property ; oslc_sysml_shapes:isReference a oslc:Property ; oslc:name "isReference" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isReference ; + oslc:propertyDefinition oslc_sysml:isReference ; oslc:readOnly false ; dcterms:description "Whether this Usage is a referential Usage, that is, it has isComposite = false."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedAction a oslc:Property ; oslc:name "nestedAction" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:nestedAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44869,8 +34465,8 @@ oslc_sysml_shapes:nestedAction a oslc:Property ; oslc_sysml_shapes:nestedAllocation a oslc:Property ; oslc:name "nestedAllocation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedAllocation ; - oslc:range oslc_sysmlv2:AllocationUsage ; + oslc:propertyDefinition oslc_sysml:nestedAllocation ; + oslc:range oslc_sysml:AllocationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44879,8 +34475,8 @@ oslc_sysml_shapes:nestedAllocation a oslc:Property ; oslc_sysml_shapes:nestedAnalysisCase a oslc:Property ; oslc:name "nestedAnalysisCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedAnalysisCase ; - oslc:range oslc_sysmlv2:AnalysisCaseUsage ; + oslc:propertyDefinition oslc_sysml:nestedAnalysisCase ; + oslc:range oslc_sysml:AnalysisCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44889,8 +34485,8 @@ oslc_sysml_shapes:nestedAnalysisCase a oslc:Property ; oslc_sysml_shapes:nestedAttribute a oslc:Property ; oslc:name "nestedAttribute" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedAttribute ; - oslc:range oslc_sysmlv2:AttributeUsage ; + oslc:propertyDefinition oslc_sysml:nestedAttribute ; + oslc:range oslc_sysml:AttributeUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44899,8 +34495,8 @@ oslc_sysml_shapes:nestedAttribute a oslc:Property ; oslc_sysml_shapes:nestedCalculation a oslc:Property ; oslc:name "nestedCalculation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedCalculation ; - oslc:range oslc_sysmlv2:CalculationUsage ; + oslc:propertyDefinition oslc_sysml:nestedCalculation ; + oslc:range oslc_sysml:CalculationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44909,8 +34505,8 @@ oslc_sysml_shapes:nestedCalculation a oslc:Property ; oslc_sysml_shapes:nestedCase a oslc:Property ; oslc:name "nestedCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedCase ; - oslc:range oslc_sysmlv2:CaseUsage ; + oslc:propertyDefinition oslc_sysml:nestedCase ; + oslc:range oslc_sysml:CaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44919,8 +34515,8 @@ oslc_sysml_shapes:nestedCase a oslc:Property ; oslc_sysml_shapes:nestedConcern a oslc:Property ; oslc:name "nestedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:nestedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44929,8 +34525,8 @@ oslc_sysml_shapes:nestedConcern a oslc:Property ; oslc_sysml_shapes:nestedConnection a oslc:Property ; oslc:name "nestedConnection" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedConnection ; - oslc:range oslc_sysmlv2:ConnectorAsUsage ; + oslc:propertyDefinition oslc_sysml:nestedConnection ; + oslc:range oslc_sysml:ConnectorAsUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44939,8 +34535,8 @@ oslc_sysml_shapes:nestedConnection a oslc:Property ; oslc_sysml_shapes:nestedConstraint a oslc:Property ; oslc:name "nestedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:nestedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44949,8 +34545,8 @@ oslc_sysml_shapes:nestedConstraint a oslc:Property ; oslc_sysml_shapes:nestedEnumeration a oslc:Property ; oslc:name "nestedEnumeration" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedEnumeration ; - oslc:range oslc_sysmlv2:EnumerationUsage ; + oslc:propertyDefinition oslc_sysml:nestedEnumeration ; + oslc:range oslc_sysml:EnumerationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44959,8 +34555,8 @@ oslc_sysml_shapes:nestedEnumeration a oslc:Property ; oslc_sysml_shapes:nestedFlow a oslc:Property ; oslc:name "nestedFlow" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedFlow ; - oslc:range oslc_sysmlv2:FlowConnectionUsage ; + oslc:propertyDefinition oslc_sysml:nestedFlow ; + oslc:range oslc_sysml:FlowConnectionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44969,8 +34565,8 @@ oslc_sysml_shapes:nestedFlow a oslc:Property ; oslc_sysml_shapes:nestedInterface a oslc:Property ; oslc:name "nestedInterface" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedInterface ; - oslc:range oslc_sysmlv2:InterfaceUsage ; + oslc:propertyDefinition oslc_sysml:nestedInterface ; + oslc:range oslc_sysml:InterfaceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44979,8 +34575,8 @@ oslc_sysml_shapes:nestedInterface a oslc:Property ; oslc_sysml_shapes:nestedItem a oslc:Property ; oslc:name "nestedItem" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedItem ; - oslc:range oslc_sysmlv2:ItemUsage ; + oslc:propertyDefinition oslc_sysml:nestedItem ; + oslc:range oslc_sysml:ItemUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44989,8 +34585,8 @@ oslc_sysml_shapes:nestedItem a oslc:Property ; oslc_sysml_shapes:nestedMetadata a oslc:Property ; oslc:name "nestedMetadata" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedMetadata ; - oslc:range oslc_sysmlv2:MetadataUsage ; + oslc:propertyDefinition oslc_sysml:nestedMetadata ; + oslc:range oslc_sysml:MetadataUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -44999,8 +34595,8 @@ oslc_sysml_shapes:nestedMetadata a oslc:Property ; oslc_sysml_shapes:nestedOccurrence a oslc:Property ; oslc:name "nestedOccurrence" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedOccurrence ; - oslc:range oslc_sysmlv2:OccurrenceUsage ; + oslc:propertyDefinition oslc_sysml:nestedOccurrence ; + oslc:range oslc_sysml:OccurrenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45009,8 +34605,8 @@ oslc_sysml_shapes:nestedOccurrence a oslc:Property ; oslc_sysml_shapes:nestedPart a oslc:Property ; oslc:name "nestedPart" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedPart ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:nestedPart ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45019,8 +34615,8 @@ oslc_sysml_shapes:nestedPart a oslc:Property ; oslc_sysml_shapes:nestedPort a oslc:Property ; oslc:name "nestedPort" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedPort ; - oslc:range oslc_sysmlv2:PortUsage ; + oslc:propertyDefinition oslc_sysml:nestedPort ; + oslc:range oslc_sysml:PortUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45029,8 +34625,8 @@ oslc_sysml_shapes:nestedPort a oslc:Property ; oslc_sysml_shapes:nestedReference a oslc:Property ; oslc:name "nestedReference" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedReference ; - oslc:range oslc_sysmlv2:ReferenceUsage ; + oslc:propertyDefinition oslc_sysml:nestedReference ; + oslc:range oslc_sysml:ReferenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45039,8 +34635,8 @@ oslc_sysml_shapes:nestedReference a oslc:Property ; oslc_sysml_shapes:nestedRendering a oslc:Property ; oslc:name "nestedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:nestedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45049,8 +34645,8 @@ oslc_sysml_shapes:nestedRendering a oslc:Property ; oslc_sysml_shapes:nestedRequirement a oslc:Property ; oslc:name "nestedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:nestedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45059,8 +34655,8 @@ oslc_sysml_shapes:nestedRequirement a oslc:Property ; oslc_sysml_shapes:nestedState a oslc:Property ; oslc:name "nestedState" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedState ; - oslc:range oslc_sysmlv2:StateUsage ; + oslc:propertyDefinition oslc_sysml:nestedState ; + oslc:range oslc_sysml:StateUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45069,8 +34665,8 @@ oslc_sysml_shapes:nestedState a oslc:Property ; oslc_sysml_shapes:nestedTransition a oslc:Property ; oslc:name "nestedTransition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedTransition ; - oslc:range oslc_sysmlv2:TransitionUsage ; + oslc:propertyDefinition oslc_sysml:nestedTransition ; + oslc:range oslc_sysml:TransitionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45079,8 +34675,8 @@ oslc_sysml_shapes:nestedTransition a oslc:Property ; oslc_sysml_shapes:nestedUsage a oslc:Property ; oslc:name "nestedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:nestedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45089,8 +34685,8 @@ oslc_sysml_shapes:nestedUsage a oslc:Property ; oslc_sysml_shapes:nestedUseCase a oslc:Property ; oslc:name "nestedUseCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedUseCase ; - oslc:range oslc_sysmlv2:UseCaseUsage ; + oslc:propertyDefinition oslc_sysml:nestedUseCase ; + oslc:range oslc_sysml:UseCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45099,8 +34695,8 @@ oslc_sysml_shapes:nestedUseCase a oslc:Property ; oslc_sysml_shapes:nestedVerificationCase a oslc:Property ; oslc:name "nestedVerificationCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedVerificationCase ; - oslc:range oslc_sysmlv2:VerificationCaseUsage ; + oslc:propertyDefinition oslc_sysml:nestedVerificationCase ; + oslc:range oslc_sysml:VerificationCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45109,8 +34705,8 @@ oslc_sysml_shapes:nestedVerificationCase a oslc:Property ; oslc_sysml_shapes:nestedView a oslc:Property ; oslc:name "nestedView" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedView ; - oslc:range oslc_sysmlv2:ViewUsage ; + oslc:propertyDefinition oslc_sysml:nestedView ; + oslc:range oslc_sysml:ViewUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45119,8 +34715,8 @@ oslc_sysml_shapes:nestedView a oslc:Property ; oslc_sysml_shapes:nestedViewpoint a oslc:Property ; oslc:name "nestedViewpoint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedViewpoint ; - oslc:range oslc_sysmlv2:ViewpointUsage ; + oslc:propertyDefinition oslc_sysml:nestedViewpoint ; + oslc:range oslc_sysml:ViewpointUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45129,8 +34725,8 @@ oslc_sysml_shapes:nestedViewpoint a oslc:Property ; oslc_sysml_shapes:owningDefinition a oslc:Property ; oslc:name "owningDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningDefinition ; - oslc:range oslc_sysmlv2:Definition ; + oslc:propertyDefinition oslc_sysml:owningDefinition ; + oslc:range oslc_sysml:Definition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45139,8 +34735,8 @@ oslc_sysml_shapes:owningDefinition a oslc:Property ; oslc_sysml_shapes:owningUsage a oslc:Property ; oslc:name "owningUsage" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:owningUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45149,8 +34745,8 @@ oslc_sysml_shapes:owningUsage a oslc:Property ; oslc_sysml_shapes:behavior a oslc:Property ; oslc:name "behavior" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:behavior ; - oslc:range oslc_sysmlv2:Behavior ; + oslc:propertyDefinition oslc_sysml:behavior ; + oslc:range oslc_sysml:Behavior ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45159,15 +34755,15 @@ oslc_sysml_shapes:behavior a oslc:Property ; oslc_sysml_shapes:isImplied a oslc:Property ; oslc:name "isImplied" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isImplied ; + oslc:propertyDefinition oslc_sysml:isImplied ; oslc:readOnly false ; dcterms:description "Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedRelatedElement a oslc:Property ; oslc:name "ownedRelatedElement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRelatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:ownedRelatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45176,8 +34772,8 @@ oslc_sysml_shapes:ownedRelatedElement a oslc:Property ; oslc_sysml_shapes:owningRelatedElement a oslc:Property ; oslc:name "owningRelatedElement" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningRelatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:owningRelatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45186,8 +34782,8 @@ oslc_sysml_shapes:owningRelatedElement a oslc:Property ; oslc_sysml_shapes:relatedElement a oslc:Property ; oslc:name "relatedElement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:relatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:relatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45196,15 +34792,15 @@ oslc_sysml_shapes:relatedElement a oslc:Property ; oslc_sysml_shapes:direction a oslc:Property ; oslc:name "direction" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:direction ; + oslc:propertyDefinition oslc_sysml:direction ; oslc:readOnly false ; dcterms:description "Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind)."^^rdf:XMLLiteral . oslc_sysml_shapes:endOwningType a oslc:Property ; oslc:name "endOwningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:endOwningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:endOwningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45213,8 +34809,8 @@ oslc_sysml_shapes:endOwningType a oslc:Property ; oslc_sysml_shapes:featureTarget a oslc:Property ; oslc:name "featureTarget" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureTarget ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featureTarget ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45223,64 +34819,64 @@ oslc_sysml_shapes:featureTarget a oslc:Property ; oslc_sysml_shapes:isComposite a oslc:Property ; oslc:name "isComposite" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isComposite ; + oslc:propertyDefinition oslc_sysml:isComposite ; oslc:readOnly false ; dcterms:description "Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does."^^rdf:XMLLiteral . oslc_sysml_shapes:isDerived a oslc:Property ; oslc:name "isDerived" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isDerived ; + oslc:propertyDefinition oslc_sysml:isDerived ; oslc:readOnly false ; dcterms:description "Whether the values of this Feature can always be computed from the values of other Features."^^rdf:XMLLiteral . oslc_sysml_shapes:isEnd a oslc:Property ; oslc:name "isEnd" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isEnd ; + oslc:propertyDefinition oslc_sysml:isEnd ; oslc:readOnly false ; dcterms:description "Whether or not the this Feature is an end Feature, requiring a different interpretation of the multiplicity of the Feature."^^rdf:XMLLiteral . oslc_sysml_shapes:isNonunique a oslc:Property ; oslc:name "isNonunique" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isNonunique ; + oslc:propertyDefinition oslc_sysml:isNonunique ; oslc:readOnly false ; dcterms:description "isNonunique."^^rdf:XMLLiteral . oslc_sysml_shapes:isOrdered a oslc:Property ; oslc:name "isOrdered" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isOrdered ; + oslc:propertyDefinition oslc_sysml:isOrdered ; oslc:readOnly false ; dcterms:description "Whether an order exists for the values of this Feature or not."^^rdf:XMLLiteral . oslc_sysml_shapes:isPortion a oslc:Property ; oslc:name "isPortion" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isPortion ; + oslc:propertyDefinition oslc_sysml:isPortion ; oslc:readOnly false ; dcterms:description "Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances."^^rdf:XMLLiteral . oslc_sysml_shapes:isReadOnly a oslc:Property ; oslc:name "isReadOnly" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isReadOnly ; + oslc:propertyDefinition oslc_sysml:isReadOnly ; oslc:readOnly false ; dcterms:description "Whether the values of this Feature can change over the lifetime of an instance of the domain."^^rdf:XMLLiteral . oslc_sysml_shapes:isUnique a oslc:Property ; oslc:name "isUnique" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isUnique ; + oslc:propertyDefinition oslc_sysml:isUnique ; oslc:readOnly false ; dcterms:description "Whether or not values for this Feature must have no duplicates or not."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedFeatureChaining a oslc:Property ; oslc:name "ownedFeatureChaining" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedFeatureChaining ; - oslc:range oslc_sysmlv2:FeatureChaining ; + oslc:propertyDefinition oslc_sysml:ownedFeatureChaining ; + oslc:range oslc_sysml:FeatureChaining ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45289,8 +34885,8 @@ oslc_sysml_shapes:ownedFeatureChaining a oslc:Property ; oslc_sysml_shapes:ownedFeatureInverting a oslc:Property ; oslc:name "ownedFeatureInverting" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedFeatureInverting ; - oslc:range oslc_sysmlv2:FeatureInverting ; + oslc:propertyDefinition oslc_sysml:ownedFeatureInverting ; + oslc:range oslc_sysml:FeatureInverting ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45299,8 +34895,8 @@ oslc_sysml_shapes:ownedFeatureInverting a oslc:Property ; oslc_sysml_shapes:ownedRedefinition a oslc:Property ; oslc:name "ownedRedefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRedefinition ; - oslc:range oslc_sysmlv2:Redefinition ; + oslc:propertyDefinition oslc_sysml:ownedRedefinition ; + oslc:range oslc_sysml:Redefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45309,8 +34905,8 @@ oslc_sysml_shapes:ownedRedefinition a oslc:Property ; oslc_sysml_shapes:ownedReferenceSubsetting a oslc:Property ; oslc:name "ownedReferenceSubsetting" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedReferenceSubsetting ; - oslc:range oslc_sysmlv2:ReferenceSubsetting ; + oslc:propertyDefinition oslc_sysml:ownedReferenceSubsetting ; + oslc:range oslc_sysml:ReferenceSubsetting ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45319,8 +34915,8 @@ oslc_sysml_shapes:ownedReferenceSubsetting a oslc:Property ; oslc_sysml_shapes:ownedSubsetting a oslc:Property ; oslc:name "ownedSubsetting" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedSubsetting ; - oslc:range oslc_sysmlv2:Subsetting ; + oslc:propertyDefinition oslc_sysml:ownedSubsetting ; + oslc:range oslc_sysml:Subsetting ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45329,8 +34925,8 @@ oslc_sysml_shapes:ownedSubsetting a oslc:Property ; oslc_sysml_shapes:ownedTypeFeaturing a oslc:Property ; oslc:name "ownedTypeFeaturing" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedTypeFeaturing ; - oslc:range oslc_sysmlv2:TypeFeaturing ; + oslc:propertyDefinition oslc_sysml:ownedTypeFeaturing ; + oslc:range oslc_sysml:TypeFeaturing ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45339,8 +34935,8 @@ oslc_sysml_shapes:ownedTypeFeaturing a oslc:Property ; oslc_sysml_shapes:ownedTyping a oslc:Property ; oslc:name "ownedTyping" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedTyping ; - oslc:range oslc_sysmlv2:FeatureTyping ; + oslc:propertyDefinition oslc_sysml:ownedTyping ; + oslc:range oslc_sysml:FeatureTyping ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45349,8 +34945,8 @@ oslc_sysml_shapes:ownedTyping a oslc:Property ; oslc_sysml_shapes:owningFeatureMembership a oslc:Property ; oslc:name "owningFeatureMembership" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeatureMembership ; - oslc:range oslc_sysmlv2:FeatureMembership ; + oslc:propertyDefinition oslc_sysml:owningFeatureMembership ; + oslc:range oslc_sysml:FeatureMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45359,8 +34955,8 @@ oslc_sysml_shapes:owningFeatureMembership a oslc:Property ; oslc_sysml_shapes:directedFeature a oslc:Property ; oslc:name "directedFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45369,8 +34965,8 @@ oslc_sysml_shapes:directedFeature a oslc:Property ; oslc_sysml_shapes:endFeature a oslc:Property ; oslc:name "endFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:endFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:endFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45379,8 +34975,8 @@ oslc_sysml_shapes:endFeature a oslc:Property ; oslc_sysml_shapes:featureMembership a oslc:Property ; oslc:name "featureMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featureMembership ; - oslc:range oslc_sysmlv2:FeatureMembership ; + oslc:propertyDefinition oslc_sysml:featureMembership ; + oslc:range oslc_sysml:FeatureMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45389,8 +34985,8 @@ oslc_sysml_shapes:featureMembership a oslc:Property ; oslc_sysml_shapes:inheritedFeature a oslc:Property ; oslc:name "inheritedFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:inheritedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:inheritedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45399,8 +34995,8 @@ oslc_sysml_shapes:inheritedFeature a oslc:Property ; oslc_sysml_shapes:inheritedMembership a oslc:Property ; oslc:name "inheritedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:inheritedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:inheritedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45409,8 +35005,8 @@ oslc_sysml_shapes:inheritedMembership a oslc:Property ; oslc_sysml_shapes:input a oslc:Property ; oslc:name "input" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:input ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:input ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45419,29 +35015,29 @@ oslc_sysml_shapes:input a oslc:Property ; oslc_sysml_shapes:isAbstract a oslc:Property ; oslc:name "isAbstract" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isAbstract ; + oslc:propertyDefinition oslc_sysml:isAbstract ; oslc:readOnly false ; dcterms:description "Indicates whether instances of this Type must also be instances of at least one of its specialized Types."^^rdf:XMLLiteral . oslc_sysml_shapes:isConjugated a oslc:Property ; oslc:name "isConjugated" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isConjugated ; + oslc:propertyDefinition oslc_sysml:isConjugated ; oslc:readOnly false ; dcterms:description "Indicates whether this Type has an ownedConjugator."^^rdf:XMLLiteral . oslc_sysml_shapes:isSufficient a oslc:Property ; oslc:name "isSufficient" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isSufficient ; + oslc:propertyDefinition oslc_sysml:isSufficient ; oslc:readOnly false ; dcterms:description "Whether all things that meet the classification conditions of this Type must be classified by the Type."^^rdf:XMLLiteral . oslc_sysml_shapes:multiplicity a oslc:Property ; oslc:name "multiplicity" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:multiplicity ; - oslc:range oslc_sysmlv2:Multiplicity ; + oslc:propertyDefinition oslc_sysml:multiplicity ; + oslc:range oslc_sysml:Multiplicity ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45450,8 +35046,8 @@ oslc_sysml_shapes:multiplicity a oslc:Property ; oslc_sysml_shapes:output a oslc:Property ; oslc:name "output" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:output ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:output ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45460,8 +35056,8 @@ oslc_sysml_shapes:output a oslc:Property ; oslc_sysml_shapes:ownedConjugator a oslc:Property ; oslc:name "ownedConjugator" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedConjugator ; - oslc:range oslc_sysmlv2:Conjugation ; + oslc:propertyDefinition oslc_sysml:ownedConjugator ; + oslc:range oslc_sysml:Conjugation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45470,8 +35066,8 @@ oslc_sysml_shapes:ownedConjugator a oslc:Property ; oslc_sysml_shapes:ownedDifferencing a oslc:Property ; oslc:name "ownedDifferencing" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedDifferencing ; - oslc:range oslc_sysmlv2:Differencing ; + oslc:propertyDefinition oslc_sysml:ownedDifferencing ; + oslc:range oslc_sysml:Differencing ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45480,8 +35076,8 @@ oslc_sysml_shapes:ownedDifferencing a oslc:Property ; oslc_sysml_shapes:ownedDisjoining a oslc:Property ; oslc:name "ownedDisjoining" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedDisjoining ; - oslc:range oslc_sysmlv2:Disjoining ; + oslc:propertyDefinition oslc_sysml:ownedDisjoining ; + oslc:range oslc_sysml:Disjoining ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45490,8 +35086,8 @@ oslc_sysml_shapes:ownedDisjoining a oslc:Property ; oslc_sysml_shapes:ownedEndFeature a oslc:Property ; oslc:name "ownedEndFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedEndFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedEndFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45500,8 +35096,8 @@ oslc_sysml_shapes:ownedEndFeature a oslc:Property ; oslc_sysml_shapes:ownedFeature a oslc:Property ; oslc:name "ownedFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45510,8 +35106,8 @@ oslc_sysml_shapes:ownedFeature a oslc:Property ; oslc_sysml_shapes:ownedFeatureMembership a oslc:Property ; oslc:name "ownedFeatureMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedFeatureMembership ; - oslc:range oslc_sysmlv2:FeatureMembership ; + oslc:propertyDefinition oslc_sysml:ownedFeatureMembership ; + oslc:range oslc_sysml:FeatureMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45520,8 +35116,8 @@ oslc_sysml_shapes:ownedFeatureMembership a oslc:Property ; oslc_sysml_shapes:ownedIntersecting a oslc:Property ; oslc:name "ownedIntersecting" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedIntersecting ; - oslc:range oslc_sysmlv2:Intersecting ; + oslc:propertyDefinition oslc_sysml:ownedIntersecting ; + oslc:range oslc_sysml:Intersecting ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45530,8 +35126,8 @@ oslc_sysml_shapes:ownedIntersecting a oslc:Property ; oslc_sysml_shapes:ownedSpecialization a oslc:Property ; oslc:name "ownedSpecialization" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedSpecialization ; - oslc:range oslc_sysmlv2:Specialization ; + oslc:propertyDefinition oslc_sysml:ownedSpecialization ; + oslc:range oslc_sysml:Specialization ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45540,8 +35136,8 @@ oslc_sysml_shapes:ownedSpecialization a oslc:Property ; oslc_sysml_shapes:ownedUnioning a oslc:Property ; oslc:name "ownedUnioning" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedUnioning ; - oslc:range oslc_sysmlv2:Unioning ; + oslc:propertyDefinition oslc_sysml:ownedUnioning ; + oslc:range oslc_sysml:Unioning ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45550,8 +35146,8 @@ oslc_sysml_shapes:ownedUnioning a oslc:Property ; oslc_sysml_shapes:member a oslc:Property ; oslc:name "member" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:member ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:member ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45560,8 +35156,8 @@ oslc_sysml_shapes:member a oslc:Property ; oslc_sysml_shapes:membership a oslc:Property ; oslc:name "membership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:membership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:membership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45570,8 +35166,8 @@ oslc_sysml_shapes:membership a oslc:Property ; oslc_sysml_shapes:ownedImport a oslc:Property ; oslc:name "ownedImport" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedImport ; - oslc:range oslc_sysmlv2:Import ; + oslc:propertyDefinition oslc_sysml:ownedImport ; + oslc:range oslc_sysml:Import ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45580,8 +35176,8 @@ oslc_sysml_shapes:ownedImport a oslc:Property ; oslc_sysml_shapes:ownedMember a oslc:Property ; oslc:name "ownedMember" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedMember ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:ownedMember ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45590,8 +35186,8 @@ oslc_sysml_shapes:ownedMember a oslc:Property ; oslc_sysml_shapes:ownedMembership a oslc:Property ; oslc:name "ownedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45600,7 +35196,7 @@ oslc_sysml_shapes:ownedMembership a oslc:Property ; oslc_sysml_shapes:aliasIds a oslc:Property ; oslc:name "aliasIds" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:aliasIds ; + oslc:propertyDefinition oslc_sysml:aliasIds ; oslc:readOnly false ; dcterms:description "Various alternative identifiers for this Element. Generally, these will be set by tools."^^rdf:XMLLiteral . @@ -45643,14 +35239,14 @@ oslc_sysml_shapes:dctype a oslc:Property ; oslc_sysml_shapes:declaredName a oslc:Property ; oslc:name "declaredName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:declaredName ; + oslc:propertyDefinition oslc_sysml:declaredName ; oslc:readOnly false ; dcterms:description "The declared name of this Element."^^rdf:XMLLiteral . oslc_sysml_shapes:declaredShortName a oslc:Property ; oslc:name "declaredShortName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:declaredShortName ; + oslc:propertyDefinition oslc_sysml:declaredShortName ; oslc:readOnly false ; dcterms:description "An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context."^^rdf:XMLLiteral . @@ -45677,8 +35273,8 @@ oslc_sysml_shapes:description a oslc:Property ; oslc_sysml_shapes:documentation a oslc:Property ; oslc:name "documentation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:documentation ; - oslc:range oslc_sysmlv2:Documentation ; + oslc:propertyDefinition oslc_sysml:documentation ; + oslc:range oslc_sysml:Documentation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45697,7 +35293,7 @@ oslc_sysml_shapes:elaborates a oslc:Property ; oslc_sysml_shapes:elementId a oslc:Property ; oslc:name "elementId" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:elementId ; + oslc:propertyDefinition oslc_sysml:elementId ; oslc:readOnly false ; dcterms:description "The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element."^^rdf:XMLLiteral . @@ -45737,14 +35333,14 @@ state of the resource and other factors and thus should not be cached."""^^rdf:X oslc_sysml_shapes:isImpliedIncluded a oslc:Property ; oslc:name "isImpliedIncluded" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isImpliedIncluded ; + oslc:propertyDefinition oslc_sysml:isImpliedIncluded ; oslc:readOnly false ; dcterms:description "Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them."^^rdf:XMLLiteral . oslc_sysml_shapes:isLibraryElement a oslc:Property ; oslc:name "isLibraryElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isLibraryElement ; + oslc:propertyDefinition oslc_sysml:isLibraryElement ; oslc:readOnly false ; dcterms:description "Whether this Element is contained in the ownership tree of a library model."^^rdf:XMLLiteral . @@ -45759,15 +35355,15 @@ oslc_sysml_shapes:modified a oslc:Property ; oslc_sysml_shapes:name a oslc:Property ; oslc:name "name" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:name ; + oslc:propertyDefinition oslc_sysml:name ; oslc:readOnly false ; dcterms:description "The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedAnnotation a oslc:Property ; oslc:name "ownedAnnotation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedAnnotation ; - oslc:range oslc_sysmlv2:Annotation ; + oslc:propertyDefinition oslc_sysml:ownedAnnotation ; + oslc:range oslc_sysml:Annotation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45776,8 +35372,8 @@ oslc_sysml_shapes:ownedAnnotation a oslc:Property ; oslc_sysml_shapes:ownedElement a oslc:Property ; oslc:name "ownedElement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:ownedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45786,8 +35382,8 @@ oslc_sysml_shapes:ownedElement a oslc:Property ; oslc_sysml_shapes:ownedRelationship a oslc:Property ; oslc:name "ownedRelationship" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRelationship ; - oslc:range oslc_sysmlv2:Relationship ; + oslc:propertyDefinition oslc_sysml:ownedRelationship ; + oslc:range oslc_sysml:Relationship ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45796,8 +35392,8 @@ oslc_sysml_shapes:ownedRelationship a oslc:Property ; oslc_sysml_shapes:owner a oslc:Property ; oslc:name "owner" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owner ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:owner ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45806,8 +35402,8 @@ oslc_sysml_shapes:owner a oslc:Property ; oslc_sysml_shapes:owningMembership a oslc:Property ; oslc:name "owningMembership" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningMembership ; - oslc:range oslc_sysmlv2:OwningMembership ; + oslc:propertyDefinition oslc_sysml:owningMembership ; + oslc:range oslc_sysml:OwningMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45816,8 +35412,8 @@ oslc_sysml_shapes:owningMembership a oslc:Property ; oslc_sysml_shapes:owningNamespace a oslc:Property ; oslc:name "owningNamespace" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningNamespace ; - oslc:range oslc_sysmlv2:Namespace ; + oslc:propertyDefinition oslc_sysml:owningNamespace ; + oslc:range oslc_sysml:Namespace ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45826,8 +35422,8 @@ oslc_sysml_shapes:owningNamespace a oslc:Property ; oslc_sysml_shapes:owningRelationship a oslc:Property ; oslc:name "owningRelationship" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningRelationship ; - oslc:range oslc_sysmlv2:Relationship ; + oslc:propertyDefinition oslc_sysml:owningRelationship ; + oslc:range oslc_sysml:Relationship ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -45836,7 +35432,7 @@ oslc_sysml_shapes:owningRelationship a oslc:Property ; oslc_sysml_shapes:qualifiedName a oslc:Property ; oslc:name "qualifiedName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:qualifiedName ; + oslc:propertyDefinition oslc_sysml:qualifiedName ; oslc:readOnly false ; dcterms:description "The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element."^^rdf:XMLLiteral . @@ -45877,7 +35473,7 @@ specifications, which could result in multiple values for this property."""^^rdf oslc_sysml_shapes:shortName a oslc:Property ; oslc:name "shortName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:shortName ; + oslc:propertyDefinition oslc_sysml:shortName ; oslc:readOnly false ; dcterms:description "The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null."^^rdf:XMLLiteral . @@ -45902,8 +35498,8 @@ oslc_sysml_shapes:source a oslc:Property ; oslc_sysml_shapes:textualRepresentation a oslc:Property ; oslc:name "textualRepresentation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:textualRepresentation ; - oslc:range oslc_sysmlv2:TextualRepresentation ; + oslc:propertyDefinition oslc_sysml:textualRepresentation ; + oslc:range oslc_sysml:TextualRepresentation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; diff --git a/specs/sysml/SysML-Vocabulary-vocab.ttl b/specs/sysml/SysML-Vocabulary-vocab.ttl new file mode 100644 index 0000000..d82e8dc --- /dev/null +++ b/specs/sysml/SysML-Vocabulary-vocab.ttl @@ -0,0 +1,2994 @@ +@prefix dcterms: . +@prefix oslc_am: . +@prefix oslc_sysml: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix vann: . +@prefix xsd: . + + owl:sameAs + +oslc_sysml:AcceptActionUsage a rdfs:Class ; + rdfs:label "AcceptActionUsage" ; + rdfs:comment "An AcceptActionUsage is an ActionUsage that specifies the acceptance of an incomingTransfer from the Occurrence given by the result of its receiverArgument Expression. (If no receiverArgument is provided, the default is the this context of the AcceptActionUsage.) The payload of the accepted Transfer is output on its payloadParameter. Which Transfers may be accepted is determined by conformance to the typing and (potentially) binding of the payloadParameter." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . + +oslc_sysml:ActionDefinition a rdfs:Class ; + rdfs:label "ActionDefinition" ; + rdfs:comment "An ActionDefinition is a Definition that is also a Behavior that defines an Action performed by a system or part of a system." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Behavior, + oslc_sysml:OccurrenceDefinition . + +oslc_sysml:ActionUsage a rdfs:Class ; + rdfs:label "ActionUsage" ; + rdfs:comment "An ActionUsage is a Usage that is also a Step, and, so, is typed by a Behavior. Nominally, if the type is an ActionDefinition, an ActionUsage is a Usage of that ActionDefinition within a system. However, other kinds of kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OccurrenceUsage, + oslc_sysml:Step . + +oslc_sysml:ActorMembership a rdfs:Class ; + rdfs:label "ActorMembership" ; + rdfs:comment "An ActorMembership is a ParameterMembership that identifies a PartUsage as an actor parameter, which specifies a role played by an external entity in interaction with the owningType of the ActorMembership." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ParameterMembership . + +oslc_sysml:AllocationDefinition a rdfs:Class ; + rdfs:label "AllocationDefinition" ; + rdfs:comment "An AllocationDefinition is a ConnectionDefinition that specifies that some or all of the responsibility to realize the intent of the source is allocated to the target instances. Such allocations define mappings across the various structures and hierarchies of a system model, perhaps as a precursor to more rigorous specifications and implementations. An AllocationDefinition can itself be refined using nested allocations that give a finer-grained decomposition of the containing allocation mapping." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConnectionDefinition . + +oslc_sysml:AllocationUsage a rdfs:Class ; + rdfs:label "AllocationUsage" ; + rdfs:comment "An AllocationUsage is a usage of an AllocationDefinition asserting the allocation of the source feature to the target feature." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConnectionUsage . + +oslc_sysml:AnalysisCaseDefinition a rdfs:Class ; + rdfs:label "AnalysisCaseDefinition" ; + rdfs:comment "An AnalysisCaseDefinition is a CaseDefinition for the case of carrying out an analysis." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CaseDefinition . + +oslc_sysml:AnalysisCaseUsage a rdfs:Class ; + rdfs:label "AnalysisCaseUsage" ; + rdfs:comment "An AnalysisCaseUsage is a Usage of an AnalysisCaseDefinition." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CaseUsage . + +oslc_sysml:AnnotatingElement a rdfs:Class ; + rdfs:label "AnnotatingElement" ; + rdfs:comment "An AnnotatingElement is an Element that provides additional description of or metadata on some other Element. An AnnotatingElement is either attached to its annotatedElements by Annotation Relationships, or it implicitly annotates its owningNamespace." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Element . + +oslc_sysml:Annotation a rdfs:Class ; + rdfs:label "Annotation" ; + rdfs:comment "An Annotation is a Relationship between an AnnotatingElement and the Element that is annotated by that AnnotatingElement." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . + +oslc_sysml:AssertConstraintUsage a rdfs:Class ; + rdfs:label "AssertConstraintUsage" ; + rdfs:comment "An AssertConstraintUsage is a ConstraintUsage that is also an Invariant and, so, is asserted to be true (by default). Unless it is the AssertConstraintUsage itself, the asserted ConstraintUsage is related to the AssertConstraintUsage by a ReferenceSubsetting Relationship." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConstraintUsage, + oslc_sysml:Invariant . + +oslc_sysml:AssignmentActionUsage a rdfs:Class ; + rdfs:label "AssignmentActionUsage" ; + rdfs:comment "An AssignmentActionUsage is an ActionUsage that is defined, directly or indirectly, by the ActionDefinition AssignmentAction from the Systems Model Library. It specifies that the value of the referent Feature, relative to the target given by the result of the targetArgument Expression, should be set to the result of the valueExpression." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . + +oslc_sysml:Association a rdfs:Class ; + rdfs:label "Association" ; + rdfs:comment "An Association is a Relationship and a Classifier to enable classification of links between things (in the universe). The co-domains (types) of the associationEnd Features are the relatedTypes, as co-domain and participants (linked things) of an Association identify each other." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Classifier, + oslc_sysml:Relationship . + +oslc_sysml:AssociationStructure a rdfs:Class ; + rdfs:label "AssociationStructure" ; + rdfs:comment "An AssociationStructure is an Association that is also a Structure, classifying link objects that are both links and objects. As objects, link objects can be created and destroyed, and their non-end Features can change over time. However, the values of the end Features of a link object are fixed and cannot change over its lifetime." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Association, + oslc_sysml:Structure . + +oslc_sysml:AttributeDefinition a rdfs:Class ; + rdfs:label "AttributeDefinition" ; + rdfs:comment "An AttributeDefinition is a Definition and a DataType of information about a quality or characteristic of a system or part of a system that has no independent identity other than its value. All features of an AttributeDefinition must be referential (non-composite)." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:DataType, + oslc_sysml:Definition . + +oslc_sysml:AttributeUsage a rdfs:Class ; + rdfs:label "AttributeUsage" ; + rdfs:comment "An AttributeUsage is a Usage whose type is a DataType. Nominally, if the type is an AttributeDefinition, an AttributeUsage is a usage of a AttributeDefinition to represent the value of some system quality or characteristic. However, other kinds of kernel DataTypes are also allowed, to permit use of DataTypes from the Kernel Model Libraries. An AttributeUsage itself as well as all its nested features must be referential (non-composite)." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Usage . + +oslc_sysml:Behavior a rdfs:Class ; + rdfs:label "Behavior" ; + rdfs:comment "A Behavior coordinates occurrences of other Behaviors, as well as changes in objects. Behaviors can be decomposed into Steps and be characterized by parameters." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Class . + +oslc_sysml:BindingConnector a rdfs:Class ; + rdfs:label "BindingConnector" ; + rdfs:comment "A BindingConnector is a binary Connector that requires its relatedFeatures to identify the same things (have the same values)." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Connector . + +oslc_sysml:BindingConnectorAsUsage a rdfs:Class ; + rdfs:label "BindingConnectorAsUsage" ; + rdfs:comment "A BindingConnectorAsUsage is both a BindingConnector and a ConnectorAsUsage." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:BindingConnector, + oslc_sysml:ConnectorAsUsage . + +oslc_sysml:BooleanExpression a rdfs:Class ; + rdfs:label "BooleanExpression" ; + rdfs:comment "A BooleanExpression is a Boolean-valued Expression whose type is a Predicate. It represents a logical condition resulting from the evaluation of the Predicate." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expression . + +oslc_sysml:CalculationDefinition a rdfs:Class ; + rdfs:label "CalculationDefinition" ; + rdfs:comment "A CalculationDefinition is an ActionDefinition that also defines a Function producing a result." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionDefinition, + oslc_sysml:Function . + +oslc_sysml:CalculationUsage a rdfs:Class ; + rdfs:label "CalculationUsage" ; + rdfs:comment "A CalculationUsage is an ActionUsage that is also an Expression, and, so, is typed by a Function. Nominally, if the type is a CalculationDefinition, a CalculationUsage is a Usage of that CalculationDefinition within a system. However, other kinds of kernel Functions are also allowed, to permit use of Functions from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage, + oslc_sysml:Expression . + +oslc_sysml:CaseDefinition a rdfs:Class ; + rdfs:label "CaseDefinition" ; + rdfs:comment "A CaseDefinition is a CalculationDefinition for a process, often involving collecting evidence or data, relative to a subject, possibly involving the collaboration of one or more other actors, producing a result that meets an objective." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CalculationDefinition . + +oslc_sysml:CaseUsage a rdfs:Class ; + rdfs:label "CaseUsage" ; + rdfs:comment "A CaseUsage is a Usage of a CaseDefinition." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CalculationUsage . + +oslc_sysml:Class a rdfs:Class ; + rdfs:label "Class" ; + rdfs:comment "A Class is a Classifier of things (in the universe) that can be distinguished without regard to how they are related to other things (via Features). This means multiple things classified by the same Class can be distinguished, even when they are related other things in exactly the same way." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Classifier . + +oslc_sysml:Classifier a rdfs:Class ; + rdfs:label "Classifier" ; + rdfs:comment "A Classifier is a Type that classifies:." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Type . + +oslc_sysml:CollectExpression a rdfs:Class ; + rdfs:label "CollectExpression" ; + rdfs:comment "A CollectExpression is an OperatorExpression whose operator is \"collect\", which resolves to the Function ControlFunctions::collect from the Kernel Functions Library." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OperatorExpression . + +oslc_sysml:Comment a rdfs:Class ; + rdfs:label "Comment" ; + rdfs:comment "A Comment is an AnnotatingElement whose body in some way describes its annotatedElements." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:AnnotatingElement . + +oslc_sysml:ConcernDefinition a rdfs:Class ; + rdfs:label "ConcernDefinition" ; + rdfs:comment "A ConcernDefinition is a RequirementDefinition that one or more stakeholders may be interested in having addressed. These stakeholders are identified by the ownedStakeholdersof the ConcernDefinition." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:RequirementDefinition . + +oslc_sysml:ConcernUsage a rdfs:Class ; + rdfs:label "ConcernUsage" ; + rdfs:comment "A ConcernUsage is a Usage of a ConcernDefinition." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:RequirementUsage . + +oslc_sysml:ConjugatedPortDefinition a rdfs:Class ; + rdfs:label "ConjugatedPortDefinition" ; + rdfs:comment "A ConjugatedPortDefinition is a PortDefinition that is a PortDefinition of its original PortDefinition. That is, a ConjugatedPortDefinition inherits all the features of the original PortDefinition, but input flows of the original PortDefinition become outputs on the ConjugatedPortDefinition and output flows of the original PortDefinition become inputs on the ConjugatedPortDefinition. Every PortDefinition (that is not itself a ConjugatedPortDefinition) has exactly one corresponding ConjugatedPortDefinition, whose effective name is the name of the originalPortDefinition, with the character ~ prepended." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:PortDefinition . + +oslc_sysml:ConjugatedPortTyping a rdfs:Class ; + rdfs:label "ConjugatedPortTyping" ; + rdfs:comment "A ConjugatedPortTyping is a FeatureTyping whose type is a ConjugatedPortDefinition. (This relationship is intended to be an abstract-syntax marker for a special surface notation for conjugated typing of ports.)." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureTyping . + +oslc_sysml:Conjugation a rdfs:Class ; + rdfs:label "Conjugation" ; + rdfs:comment "Conjugation is a Relationship between two types in which the conjugatedType inherits all the Features of the originalType, but with all input and output Features reversed. That is, any Features with a direction in relative to the originalType are considered to have an effective direction of out relative to the conjugatedType and, similarly, Features with direction out in the originalType are considered to have an effective direction of in in the conjugatedType. Features with direction inout, or with no direction, in the originalType, are inherited without change." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . + +oslc_sysml:ConnectionDefinition a rdfs:Class ; + rdfs:label "ConnectionDefinition" ; + rdfs:comment "A ConnectionDefinition is a PartDefinition that is also an AssociationStructure. The end Features of a ConnectionDefinition must be Usages." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:AssociationStructure, + oslc_sysml:PartDefinition . + +oslc_sysml:ConnectionUsage a rdfs:Class ; + rdfs:label "ConnectionUsage" ; + rdfs:comment "A ConnectionUsage is a ConnectorAsUsage that is also a PartUsage. Nominally, if its type is a ConnectionDefinition, then a ConnectionUsage is a Usage of that ConnectionDefinition, representing a connection between parts of a system. However, other kinds of kernel AssociationStructures are also allowed, to permit use of AssociationStructures from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConnectorAsUsage, + oslc_sysml:PartUsage . + +oslc_sysml:Connector a rdfs:Class ; + rdfs:label "Connector" ; + rdfs:comment "A Connector is a usage of Associations, with links restricted according to instances of the Type in which they are used (domain of the Connector). The associations of the Connector restrict what kinds of things might be linked. The Connector further restricts these links to be between values of Features on instances of its domain." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Feature, + oslc_sysml:Relationship . + +oslc_sysml:ConnectorAsUsage a rdfs:Class ; + rdfs:label "ConnectorAsUsage" ; + rdfs:comment "A ConnectorAsUsage is both a Connector and a Usage. ConnectorAsUsage cannot itself be instantiated in a SysML model, but it is the base class for the concrete classes BindingConnectorAsUsage, SuccessionAsUsage and ConnectionUsage." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Connector, + oslc_sysml:Usage . + +oslc_sysml:ConstraintDefinition a rdfs:Class ; + rdfs:label "ConstraintDefinition" ; + rdfs:comment "A ConstraintDefinition is an OccurrenceDefinition that is also a Predicate that defines a constraint that may be asserted to hold on a system or part of a system." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OccurrenceDefinition, + oslc_sysml:Predicate . + +oslc_sysml:ConstraintUsage a rdfs:Class ; + rdfs:label "ConstraintUsage" ; + rdfs:comment "A ConstraintUsage is an OccurrenceUsage that is also a BooleanExpression, and, so, is typed by a Predicate. Nominally, if the type is a ConstraintDefinition, a ConstraintUsage is a Usage of that ConstraintDefinition. However, other kinds of kernel Predicates are also allowed, to permit use of Predicates from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:BooleanExpression, + oslc_sysml:OccurrenceUsage . + +oslc_sysml:ControlNode a rdfs:Class ; + rdfs:label "ControlNode" ; + rdfs:comment "A ControlNode is an ActionUsage that does not have any inherent behavior but provides constraints on incoming and outgoing Successions that are used to control other Actions. A ControlNode must be a composite owned usage of an ActionDefinition or ActionUsage." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . + +oslc_sysml:DataType a rdfs:Class ; + rdfs:label "DataType" ; + rdfs:comment "A DataType is a Classifier of things (in the universe) that can only be distinguished by how they are related to other things (via Features). This means multiple things classified by the same DataType." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Classifier . + +oslc_sysml:DecisionNode a rdfs:Class ; + rdfs:label "DecisionNode" ; + rdfs:comment "A DecisionNode is a ControlNode that makes a selection from its outgoing Successions." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ControlNode . + +oslc_sysml:Definition a rdfs:Class ; + rdfs:label "Definition" ; + rdfs:comment "A Definition is a Classifier of Usages. The actual kinds of Definition that may appear in a model are given by the subclasses of Definition (possibly as extended with user-defined SemanticMetadata)." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Classifier . + +oslc_sysml:Dependency a rdfs:Class ; + rdfs:label "Dependency" ; + rdfs:comment "A Dependency is a Relationship that indicates that one or more client Elements require one more supplier Elements for their complete specification. In general, this means that a change to one of the supplier Elements may necessitate a change to, or re-specification of, the client Elements." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . + +oslc_sysml:Differencing a rdfs:Class ; + rdfs:label "Differencing" ; + rdfs:comment "Differencing is a Relationship that makes its differencingType one of the differencingTypes of its typeDifferenced." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . + +oslc_sysml:Disjoining a rdfs:Class ; + rdfs:label "Disjoining" ; + rdfs:comment "A Disjoining is a Relationship between Types asserted to have interpretations that are not shared (disjoint) between them, identified as typeDisjoined and disjoiningType. For example, a Classifier for mammals is disjoint from a Classifier for minerals, and a Feature for people's parents is disjoint from a Feature for their children." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . + +oslc_sysml:Documentation a rdfs:Class ; + rdfs:label "Documentation" ; + rdfs:comment "Documentation is a Comment that specifically documents a documentedElement, which must be its owner." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Comment . + +oslc_sysml:Element a rdfs:Class ; + rdfs:label "Element" ; + rdfs:comment "An Element is a constituent of a model that is uniquely identified relative to all other Elements. It can have Relationships with other Elements. Some of these Relationships might imply ownership of other Elements, which means that if an Element is deleted from a model, then so are all the Elements that it owns." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_am:Resource . + +oslc_sysml:ElementFilterMembership a rdfs:Class ; + rdfs:label "ElementFilterMembership" ; + rdfs:comment "ElementFilterMembership is a Membership between a Namespace and a model-level evaluable Boolean-valued Expression, asserting that imported members of the Namespace should be filtered using the condition Expression. A general Namespace does not define any specific filtering behavior, but such behavior may be defined for various specialized kinds of Namespaces." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OwningMembership . + +oslc_sysml:EndFeatureMembership a rdfs:Class ; + rdfs:label "EndFeatureMembership" ; + rdfs:comment "EndFeatureMembership is a FeatureMembership that requires its memberFeature be owned and have isEnd = true." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . + +oslc_sysml:EnumerationDefinition a rdfs:Class ; + rdfs:label "EnumerationDefinition" ; + rdfs:comment "An EnumerationDefinition is an AttributeDefinition all of whose instances are given by an explicit list of enumeratedValues. This is realized by requiring that the EnumerationDefinition have isVariation = true, with the enumeratedValues being its variants." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:AttributeDefinition . + +oslc_sysml:EnumerationUsage a rdfs:Class ; + rdfs:label "EnumerationUsage" ; + rdfs:comment "An EnumerationUsage is an AttributeUsage whose attributeDefinition is an EnumerationDefinition." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:AttributeUsage . + +oslc_sysml:EventOccurrenceUsage a rdfs:Class ; + rdfs:label "EventOccurrenceUsage" ; + rdfs:comment "An EventOccurrenceUsage is an OccurrenceUsage that represents another OccurrenceUsage occurring as a suboccurrence of the containing occurrence of the EventOccurrenceUsage. Unless it is the EventOccurrenceUsage itself, the referenced OccurrenceUsage is related to the EventOccurrenceUsage by a ReferenceSubsetting Relationship." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OccurrenceUsage . + +oslc_sysml:ExhibitStateUsage a rdfs:Class ; + rdfs:label "ExhibitStateUsage" ; + rdfs:comment "An ExhibitStateUsage is a StateUsage that represents the exhibiting of a StateUsage. Unless it is the StateUsage itself, the StateUsage to be exhibited is related to the ExhibitStateUsage by a ReferenceSubsetting Relationship. An ExhibitStateUsage is also a PerformActionUsage, with its exhibitedState as the performedAction." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:PerformActionUsage, + oslc_sysml:StateUsage . + +oslc_sysml:Expose a rdfs:Class ; + rdfs:label "Expose" ; + rdfs:comment "An Expose is an Import of Memberships into a ViewUsage that provide the Elements to be included in a view. Visibility is always ignored for an Expose (i.e., isImportAll = true)." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Import . + +oslc_sysml:Expression a rdfs:Class ; + rdfs:label "Expression" ; + rdfs:comment "An Expression is a Step that is typed by a Function. An Expression that also has a Function as its featuringType is a computational step within that Function. An Expression always has a single result parameter, which redefines the result parameter of its defining function. This allows Expressions to be interconnected in tree structures, in which inputs to each Expression in the tree are determined as the results of other Expression in the tree." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Step . + +oslc_sysml:Feature a rdfs:Class ; + rdfs:label "Feature" ; + rdfs:comment """A Feature is a Type that classifies relations between multiple things (in the universe). The domain of the relation is the intersection of the featuringTypes of the Feature. (The domain of a Feature with no featuringTyps is implicitly the most general Type Base::Anything from the Kernel Semantic Library.) The co-domain of the relation is the intersection of the types of the Feature. + +.""" ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Type . + +oslc_sysml:FeatureChainExpression a rdfs:Class ; + rdfs:label "FeatureChainExpression" ; + rdfs:comment "A FeatureChainExpression is an OperatorExpression whose operator is \".\", which resolves to the Function ControlFunctions::'.' from the Kernel Functions Library. It evaluates to the result of chaining the result Feature of its single argument Expression with its targetFeature." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OperatorExpression . + +oslc_sysml:FeatureChaining a rdfs:Class ; + rdfs:label "FeatureChaining" ; + rdfs:comment "FeatureChaining is a Relationship that makes its target Feature one of the chainingFeatures of its owning Feature." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . + +oslc_sysml:FeatureDirectionKind a rdfs:Class ; + rdfs:label "FeatureDirectionKind" ; + rdfs:comment "FeatureDirectionKind enumerates the possible kinds of direction that a Feature may be given as a member of a Type." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:FeatureInverting a rdfs:Class ; + rdfs:label "FeatureInverting" ; + rdfs:comment "A FeatureInverting is a Relationship between Features asserting that their interpretations (sequences) are the reverse of each other, identified as featureInverted and invertingFeature. For example, a Feature identifying each person's parents is the inverse of a Feature identifying each person's children. A person identified as a parent of another will identify that other as one of their children." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . + +oslc_sysml:FeatureMembership a rdfs:Class ; + rdfs:label "FeatureMembership" ; + rdfs:comment "A FeatureMembership is an OwningMembership between a Feature in an owningType that is also a Featuring Relationship between the Feature and the Type, in which the featuringType is the source and the featureOfType is the target. A FeatureMembership is always owned by its owningType, which is the featuringType for the FeatureMembership considered as a Featuring." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Featuring, + oslc_sysml:OwningMembership . + +oslc_sysml:FeatureReferenceExpression a rdfs:Class ; + rdfs:label "FeatureReferenceExpression" ; + rdfs:comment "A FeatureReferenceExpression is an Expression whose result is bound to a referent Feature." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expression . + +oslc_sysml:FeatureTyping a rdfs:Class ; + rdfs:label "FeatureTyping" ; + rdfs:comment "FeatureTyping is Specialization in which the specific Type is a Feature. This means the set of instances of the (specific) typedFeature is a subset of the set of instances of the (general) type. In the simplest case, the type is a Classifier, whereupon the typedFeature has values that are instances of the Classifier." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Specialization . + +oslc_sysml:FeatureValue a rdfs:Class ; + rdfs:label "FeatureValue" ; + rdfs:comment "A FeatureValue is a Membership that identifies a particular member Expression that provides the value of the Feature that owns the FeatureValue. The value is specified as either a bound value or an initial value, and as either a concrete or default value. A Feature can have at most one FeatureValue." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OwningMembership . + +oslc_sysml:Featuring a rdfs:Class ; + rdfs:label "Featuring" ; + rdfs:comment "Featuring is a Relationship between a Type and a Feature that is featured by that Type. It asserts that every instance in the domain of the feature must be classified by the type." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . + +oslc_sysml:FlowConnectionDefinition a rdfs:Class ; + rdfs:label "FlowConnectionDefinition" ; + rdfs:comment "A FlowConnectionDefinition is a ConnectionDefinition and ActionDefinition that is also an Interaction representing flows between Usages." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionDefinition, + oslc_sysml:ConnectionDefinition, + oslc_sysml:Interaction . + +oslc_sysml:FlowConnectionUsage a rdfs:Class ; + rdfs:label "FlowConnectionUsage" ; + rdfs:comment "A FlowConnectionUsage is a ConnectionUsage that is also an ItemFlow." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage, + oslc_sysml:ConnectionUsage, + oslc_sysml:ItemFlow . + +oslc_sysml:ForLoopActionUsage a rdfs:Class ; + rdfs:label "ForLoopActionUsage" ; + rdfs:comment "A ForLoopActionUsage is a LoopActionUsage that specifies that its bodyAction ActionUsage should be performed once for each value, in order, from the sequence of values obtained as the result of the seqArgument Expression, with the loopVariable set to the value for each iteration." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:LoopActionUsage . + +oslc_sysml:ForkNode a rdfs:Class ; + rdfs:label "ForkNode" ; + rdfs:comment "A ForkNode is a ControlNode that must be followed by successor Actions as given by all its outgoing Successions." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ControlNode . + +oslc_sysml:FramedConcernMembership a rdfs:Class ; + rdfs:label "FramedConcernMembership" ; + rdfs:comment "A FramedConcernMembership is a RequirementConstraintMembership for a framed ConcernUsage of a RequirementDefinition or RequirementUsage." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:RequirementConstraintMembership . + +oslc_sysml:Function a rdfs:Class ; + rdfs:label "Function" ; + rdfs:comment "A Function is a Behavior that has an out parameter that is identified as its result. A Function represents the performance of a calculation that produces the values of its result parameter. This calculation may be decomposed into Expressions that are steps of the Function." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Behavior . + +oslc_sysml:IfActionUsage a rdfs:Class ; + rdfs:label "IfActionUsage" ; + rdfs:comment "An IfActionUsage is an ActionUsage that specifies that the thenAction ActionUsage should be performed if the result of the ifArgument Expression is true. It may also optionally specify an elseAction ActionUsage that is performed if the result of the ifArgument is false." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . + +oslc_sysml:Import a rdfs:Class ; + rdfs:label "Import" ; + rdfs:comment "An Import is an Relationship between its importOwningNamespace and either a Membership (for a MembershipImport) or another Namespace (for a NamespaceImport), which determines a set of Memberships that become importedMemberships of the importOwningNamespace. If isImportAll = false (the default), then only public Memberships are considered \"visible\". If isImportAll = true, then all Memberships are considered \"visible\", regardless of their declared visibility. If isRecursive = true, then visible Memberships are also recursively imported from owned sub-Namespaces." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . + +oslc_sysml:IncludeUseCaseUsage a rdfs:Class ; + rdfs:label "IncludeUseCaseUsage" ; + rdfs:comment "An IncludeUseCaseUsage is a UseCaseUsage that represents the inclusion of a UseCaseUsage by a UseCaseDefinition or UseCaseUsage. Unless it is the IncludeUseCaseUsage itself, the UseCaseUsage to be included is related to the includedUseCase by a ReferenceSubsetting Relationship. An IncludeUseCaseUsage is also a PerformActionUsage, with its useCaseIncluded as the performedAction." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:PerformActionUsage, + oslc_sysml:UseCaseUsage . + +oslc_sysml:Interaction a rdfs:Class ; + rdfs:label "Interaction" ; + rdfs:comment "An Interaction is a Behavior that is also an Association, providing a context for multiple objects that have behaviors that impact one another." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Association, + oslc_sysml:Behavior . + +oslc_sysml:InterfaceDefinition a rdfs:Class ; + rdfs:label "InterfaceDefinition" ; + rdfs:comment "An InterfaceDefinition is a ConnectionDefinition all of whose ends are PortUsages, defining an interface between elements that interact through such ports." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConnectionDefinition . + +oslc_sysml:InterfaceUsage a rdfs:Class ; + rdfs:label "InterfaceUsage" ; + rdfs:comment "An InterfaceUsage is a Usage of an InterfaceDefinition to represent an interface connecting parts of a system through specific ports." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConnectionUsage . + +oslc_sysml:Intersecting a rdfs:Class ; + rdfs:label "Intersecting" ; + rdfs:comment "Intersecting is a Relationship that makes its intersectingType one of the intersectingTypes of its typeIntersected." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . + +oslc_sysml:Invariant a rdfs:Class ; + rdfs:label "Invariant" ; + rdfs:comment "An Invariant is a BooleanExpression that is asserted to have a specific Boolean result value. If isNegated = false, then the result is asserted to be true. If isNegated = true, then the result is asserted to be false." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:BooleanExpression . + +oslc_sysml:InvocationExpression a rdfs:Class ; + rdfs:label "InvocationExpression" ; + rdfs:comment "An InvocationExpression is an Expression each of whose input parameters are bound to the result of an argument Expression." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expression . + +oslc_sysml:ItemDefinition a rdfs:Class ; + rdfs:label "ItemDefinition" ; + rdfs:comment "An ItemDefinition is an OccurrenceDefinition of the Structure of things that may themselves be systems or parts of systems, but may also be things that are acted on by a system or parts of a system, but which do not necessarily perform actions themselves. This includes items that can be exchanged between parts of a system, such as water or electrical signals." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OccurrenceDefinition, + oslc_sysml:Structure . + +oslc_sysml:ItemFeature a rdfs:Class ; + rdfs:label "ItemFeature" ; + rdfs:comment "An ItemFeature is the ownedFeature of an ItemFlow that identifies the things carried by the kinds of transfers that are instances of the ItemFlow." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Feature . + +oslc_sysml:ItemFlow a rdfs:Class ; + rdfs:label "ItemFlow" ; + rdfs:comment "An ItemFlow is a Step that represents the transfer of objects or data values from one Feature to another. ItemFlows can take non-zero time to complete." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Connector, + oslc_sysml:Step . + +oslc_sysml:ItemFlowEnd a rdfs:Class ; + rdfs:label "ItemFlowEnd" ; + rdfs:comment "An ItemFlowEnd is a Feature that is one of the connectorEnds giving the source or target of an ItemFlow. For ItemFlows typed by FlowTransfer or its specializations, ItemFlowEnds must have exactly one ownedFeature, which redefines Transfer::source::sourceOutput or Transfer::target::targetInput and redefines the corresponding feature of the relatedElement for its end." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Feature . + +oslc_sysml:ItemUsage a rdfs:Class ; + rdfs:label "ItemUsage" ; + rdfs:comment "An ItemUsage is a ItemUsage whose definition is a Structure. Nominally, if the definition is an ItemDefinition, an ItemUsage is a ItemUsage of that ItemDefinition within a system. However, other kinds of Kernel Structures are also allowed, to permit use of Structures from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OccurrenceUsage . + +oslc_sysml:JoinNode a rdfs:Class ; + rdfs:label "JoinNode" ; + rdfs:comment "A JoinNode is a ControlNode that waits for the completion of all the predecessor Actions given by incoming Successions." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ControlNode . + +oslc_sysml:LibraryPackage a rdfs:Class ; + rdfs:label "LibraryPackage" ; + rdfs:comment "A LibraryPackage is a Package that is the container for a model library. A LibraryPackage is itself a library Element as are all Elements that are directly or indirectly contained in it." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Package . + +oslc_sysml:LifeClass a rdfs:Class ; + rdfs:label "LifeClass" ; + rdfs:comment "A LifeClass is a Class that specializes both the Class Occurrences::Life from the Kernel Semantic Library and a single OccurrenceDefinition, and has a multiplicity of 0..1. This constrains the OccurrenceDefinition being specialized to have at most one instance that is a complete Life." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Class . + +oslc_sysml:LiteralBoolean a rdfs:Class ; + rdfs:label "LiteralBoolean" ; + rdfs:comment "LiteralBoolean is a LiteralExpression that provides a Boolean value as a result. Its result parameter must have type Boolean." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:LiteralExpression . + +oslc_sysml:LiteralExpression a rdfs:Class ; + rdfs:label "LiteralExpression" ; + rdfs:comment "A LiteralExpression is an Expression that provides a basic DataValue as a result." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expression . + +oslc_sysml:LiteralInfinity a rdfs:Class ; + rdfs:label "LiteralInfinity" ; + rdfs:comment "A LiteralInfinity is a LiteralExpression that provides the positive infinity value (*). It's result must have the type Positive." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:LiteralExpression . + +oslc_sysml:LiteralInteger a rdfs:Class ; + rdfs:label "LiteralInteger" ; + rdfs:comment "A LiteralInteger is a LiteralExpression that provides an Integer value as a result. Its result parameter must have the type Integer." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:LiteralExpression . + +oslc_sysml:LiteralRational a rdfs:Class ; + rdfs:label "LiteralRational" ; + rdfs:comment "A LiteralRational is a LiteralExpression that provides a Rational value as a result. Its result parameter must have the type Rational." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:LiteralExpression . + +oslc_sysml:LiteralString a rdfs:Class ; + rdfs:label "LiteralString" ; + rdfs:comment "A LiteralString is a LiteralExpression that provides a String value as a result. Its result parameter must have the type String." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:LiteralExpression . + +oslc_sysml:LoopActionUsage a rdfs:Class ; + rdfs:label "LoopActionUsage" ; + rdfs:comment "A LoopActionUsage is an ActionUsage that specifies that its bodyAction should be performed repeatedly. Its subclasses WhileLoopActionUsage and ForLoopActionUsage provide different ways to determine how many times the bodyAction should be performed." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . + +oslc_sysml:Membership a rdfs:Class ; + rdfs:label "Membership" ; + rdfs:comment "A Membership is a Relationship between a Namespace and an Element that indicates the Element is a member of (i.e., is contained in) the Namespace. Any memberNames specify how the memberElement is identified in the Namespace and the visibility specifies whether or not the memberElement is publicly visible from outside the Namespace." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . + +oslc_sysml:MembershipExpose a rdfs:Class ; + rdfs:label "MembershipExpose" ; + rdfs:comment "A MembershipExpose is an Expose that exposes a specific importedMembership and, if isRecursive = true, additional Memberships recursively." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expose, + oslc_sysml:MembershipImport . + +oslc_sysml:MembershipImport a rdfs:Class ; + rdfs:label "MembershipImport" ; + rdfs:comment "A MembershipImport is an Import that imports its importedMembership into the importOwningNamespace. If isRecursive = true and the memberElement of the importedMembership is a Namespace, then the equivalent of a recursive NamespaceImport is also performed on that Namespace." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Import . + +oslc_sysml:MergeNode a rdfs:Class ; + rdfs:label "MergeNode" ; + rdfs:comment "A MergeNode is a ControlNode that asserts the merging of its incoming Successions. A MergeNode may have at most one outgoing Successions." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ControlNode . + +oslc_sysml:Metaclass a rdfs:Class ; + rdfs:label "Metaclass" ; + rdfs:comment "A Metaclass is a Structure used to type MetadataFeatures." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Structure . + +oslc_sysml:MetadataAccessExpression a rdfs:Class ; + rdfs:label "MetadataAccessExpression" ; + rdfs:comment "A MetadataAccessExpression is an Expression whose result is a sequence of instances of Metaclasses representing all the MetadataFeature annotations of the referencedElement. In addition, the sequence includes an instance of the reflective Metaclass corresponding to the MOF class of the referencedElement, with values for all the abstract syntax properties of the referencedElement." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expression . + +oslc_sysml:MetadataDefinition a rdfs:Class ; + rdfs:label "MetadataDefinition" ; + rdfs:comment "A MetadataDefinition is an ItemDefinition that is also a Metaclass." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ItemDefinition, + oslc_sysml:Metaclass . + +oslc_sysml:MetadataFeature a rdfs:Class ; + rdfs:label "MetadataFeature" ; + rdfs:comment "A MetadataFeature is a Feature that is an AnnotatingElement used to annotate another Element with metadata. It is typed by a Metaclass. All its ownedFeatures must redefine features of its metaclass and any feature bindings must be model-level evaluable." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:AnnotatingElement, + oslc_sysml:Feature . + +oslc_sysml:MetadataUsage a rdfs:Class ; + rdfs:label "MetadataUsage" ; + rdfs:comment "A MetadataUsage is a Usage and a MetadataFeature, used to annotate other Elements in a system model with metadata. As a MetadataFeature, its type must be a Metaclass, which will nominally be a MetadataDefinition. However, any kernel Metaclass is also allowed, to permit use of Metaclasses from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ItemUsage, + oslc_sysml:MetadataFeature . + +oslc_sysml:Multiplicity a rdfs:Class ; + rdfs:label "Multiplicity" ; + rdfs:comment """A Multiplicity is a Feature whose co-domain is a set of natural numbers giving the allowed cardinalities of each typeWithMultiplicity. The cardinality of a Type is defined as follows, depending on whether the Type is a Classifier or Feature. +.""" ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Feature . + +oslc_sysml:MultiplicityRange a rdfs:Class ; + rdfs:label "MultiplicityRange" ; + rdfs:comment "A MultiplicityRange is a Multiplicity whose value is defined to be the (inclusive) range of natural numbers given by the result of a lowerBound Expression and the result of an upperBound Expression. The result of these Expressions shall be of type Natural. If the result of the upperBound Expression is the unbounded value *, then the specified range includes all natural numbers greater than or equal to the lowerBound value. If no lowerBound Expression, then the default is that the lower bound has the same value as the upper bound, except if the upperBound evaluates to *, in which case the default for the lower bound is 0." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Multiplicity . + +oslc_sysml:Namespace a rdfs:Class ; + rdfs:label "Namespace" ; + rdfs:comment "A Namespace is an Element that contains other Elements, known as its members, via Membership Relationships with those Elements. The members of a Namespace may be owned by the Namespace, aliased in the Namespace, or imported into the Namespace via Import Relationships." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Element . + +oslc_sysml:NamespaceExpose a rdfs:Class ; + rdfs:label "NamespaceExpose" ; + rdfs:comment "A NamespaceExpose is an Expose Relationship that exposes the Memberships of a specific importedNamespace and, if isRecursive = true, additional Memberships recursively." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expose, + oslc_sysml:NamespaceImport . + +oslc_sysml:NamespaceImport a rdfs:Class ; + rdfs:label "NamespaceImport" ; + rdfs:comment "A NamespaceImport is an Import that imports Memberships from its importedNamespace into the importOwningNamespace. If isRecursive = false, then only the visible Memberships of the importedNamespace are imported. If isRecursive = true, then, in addition, Memberships are recursively imported from any ownedMembers of the importedNamespace that are Namespaces." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Import . + +oslc_sysml:NullExpression a rdfs:Class ; + rdfs:label "NullExpression" ; + rdfs:comment "A NullExpression is an Expression that results in a null value." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expression . + +oslc_sysml:ObjectiveMembership a rdfs:Class ; + rdfs:label "ObjectiveMembership" ; + rdfs:comment "An ObjectiveMembership is a FeatureMembership that indicates that its ownedObjectiveRequirement is the objective RequirementUsage for its owningType, which must be a CaseDefinition or CaseUsage." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . + +oslc_sysml:OccurrenceDefinition a rdfs:Class ; + rdfs:label "OccurrenceDefinition" ; + rdfs:comment "An OccurrenceDefinition is a Definition of a Class of individuals that have an independent life over time and potentially an extent over space. This includes both structural things and behaviors that act on such structures." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Class, + oslc_sysml:Definition . + +oslc_sysml:OccurrenceUsage a rdfs:Class ; + rdfs:label "OccurrenceUsage" ; + rdfs:comment "An OccurrenceUsage is a Usage whose types are all Classes. Nominally, if a type is an OccurrenceDefinition, an OccurrenceUsage is a Usage of that OccurrenceDefinition within a system. However, other types of Kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Usage . + +oslc_sysml:OperatorExpression a rdfs:Class ; + rdfs:label "OperatorExpression" ; + rdfs:comment "An OperatorExpression is an InvocationExpression whose function is determined by resolving its operator in the context of one of the standard packages from the Kernel Function Library." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:InvocationExpression . + +oslc_sysml:OwningMembership a rdfs:Class ; + rdfs:label "OwningMembership" ; + rdfs:comment "An OwningMembership is a Membership that owns its memberElement as a ownedRelatedElement. The ownedMemberElement becomes an ownedMember of the membershipOwningNamespace." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Membership . + +oslc_sysml:Package a rdfs:Class ; + rdfs:label "Package" ; + rdfs:comment "A Package is a Namespace used to group Elements, without any instance-level semantics. It may have one or more model-level evaluable filterCondition Expressions used to filter its importedMemberships. Any imported member must meet all of the filterConditions." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Namespace . + +oslc_sysml:ParameterMembership a rdfs:Class ; + rdfs:label "ParameterMembership" ; + rdfs:comment "A ParameterMembership is a FeatureMembership that identifies its memberFeature as a parameter, which is always owned, and must have a direction. A ParameterMembership must be owned by a Behavior or a Step." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . + +oslc_sysml:PartDefinition a rdfs:Class ; + rdfs:label "PartDefinition" ; + rdfs:comment "A PartDefinition is an ItemDefinition of a Class of systems or parts of systems. Note that all parts may be considered items for certain purposes, but not all items are parts that can perform actions within a system." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ItemDefinition . + +oslc_sysml:PartUsage a rdfs:Class ; + rdfs:label "PartUsage" ; + rdfs:comment "A PartUsage is a usage of a PartDefinition to represent a system or a part of a system. At least one of the itemDefinitions of the PartUsage must be a PartDefinition." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ItemUsage . + +oslc_sysml:PerformActionUsage a rdfs:Class ; + rdfs:label "PerformActionUsage" ; + rdfs:comment "A PerformActionUsage is an ActionUsage that represents the performance of an ActionUsage. Unless it is the PerformActionUsage itself, the ActionUsage to be performed is related to the PerformActionUsage by a ReferenceSubsetting relationship. A PerformActionUsage is also an EventOccurrenceUsage, with its performedAction as the eventOccurrence." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage, + oslc_sysml:EventOccurrenceUsage . + +oslc_sysml:PortConjugation a rdfs:Class ; + rdfs:label "PortConjugation" ; + rdfs:comment "A PortConjugation is a Conjugation Relationship between a PortDefinition and its corresponding ConjugatedPortDefinition. As a result of this Relationship, the ConjugatedPortDefinition inherits all the features of the original PortDefinition, but input flows of the original PortDefinition become outputs on the ConjugatedPortDefinition and output flows of the original PortDefinition become inputs on the ConjugatedPortDefinition." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Conjugation . + +oslc_sysml:PortDefinition a rdfs:Class ; + rdfs:label "PortDefinition" ; + rdfs:comment "A PortDefinition defines a point at which external entities can connect to and interact with a system or part of a system. Any ownedUsages of a PortDefinition, other than PortUsages, must not be composite." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OccurrenceDefinition, + oslc_sysml:Structure . + +oslc_sysml:PortUsage a rdfs:Class ; + rdfs:label "PortUsage" ; + rdfs:comment "A PortUsage is a usage of a PortDefinition. A PortUsage itself as well as all its nestedUsages must be referential (non-composite)." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OccurrenceUsage . + +oslc_sysml:PortionKind a rdfs:Class ; + rdfs:label "PortionKind" ; + rdfs:comment "PortionKind is an enumeration of the specific kinds of Occurrence portions that can be represented by an OccurrenceUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:Predicate a rdfs:Class ; + rdfs:label "Predicate" ; + rdfs:comment "A Predicate is a Function whose result parameter has type Boolean and multiplicity 1..1." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Function . + +oslc_sysml:Redefinition a rdfs:Class ; + rdfs:label "Redefinition" ; + rdfs:comment "Redefinition is a kind of Subsetting that requires the redefinedFeature and the redefiningFeature to have the same values (on each instance of the domain of the redefiningFeature). This means any restrictions on the redefiningFeature, such as type or multiplicity, also apply to the redefinedFeature (on each instance of the domain of the redefiningFeature), and vice versa. The redefinedFeature might have values for instances of the domain of the redefiningFeature, but only as instances of the domain of the redefinedFeature that happen to also be instances of the domain of the redefiningFeature. This is supported by the constraints inherited from Subsetting on the domains of the redefiningFeature and redefinedFeature. However, these constraints are narrowed for Redefinition to require the owningTypes of the redefiningFeature and redefinedFeature to be different and the redefinedFeature to not be inherited into the owningNamespace of the redefiningFeature.This enables the redefiningFeature to have the same name as the redefinedFeature, if desired." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Subsetting . + +oslc_sysml:ReferenceSubsetting a rdfs:Class ; + rdfs:label "ReferenceSubsetting" ; + rdfs:comment "ReferenceSubsetting is a kind of Subsetting in which the referencedFeature is syntactically distinguished from other Features subsetted by the referencingFeature. ReferenceSubsetting has the same semantics as Subsetting, but the referenceFeature may have a special purpose relative to the referencingFeature. For instance, ReferenceSubsetting is used to identify the relatedFeatures of a Connector." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Subsetting . + +oslc_sysml:ReferenceUsage a rdfs:Class ; + rdfs:label "ReferenceUsage" ; + rdfs:comment "A ReferenceUsage is a Usage that specifies a non-compositional (isComposite = false) reference to something. The definition of a ReferenceUsage can be any kind of Classifier, with the default being the top-level Classifier Base::Anything from the Kernel Semantic Library. This allows the specification of a generic reference without distinguishing if the thing referenced is an attribute value, item, action, etc." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Usage . + +oslc_sysml:Relationship a rdfs:Class ; + rdfs:label "Relationship" ; + rdfs:comment "A Relationship is an Element that relates other Element. Some of its relatedElements may be owned, in which case those ownedRelatedElements will be deleted from a model if their owningRelationship is. A Relationship may also be owned by another Element, in which case the ownedRelatedElements of the Relationship are also considered to be transitively owned by the owningRelatedElement of the Relationship." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Element . + +oslc_sysml:RenderingDefinition a rdfs:Class ; + rdfs:label "RenderingDefinition" ; + rdfs:comment "A RenderingDefinition is a PartDefinition that defines a specific rendering of the content of a model view (e.g., symbols, style, layout, etc.)." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:PartDefinition . + +oslc_sysml:RenderingUsage a rdfs:Class ; + rdfs:label "RenderingUsage" ; + rdfs:comment "A RenderingUsage is the usage of a RenderingDefinition to specify the rendering of a specific model view to produce a physical view artifact." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:PartUsage . + +oslc_sysml:RequirementConstraintKind a rdfs:Class ; + rdfs:label "RequirementConstraintKind" ; + rdfs:comment "A RequirementConstraintKind indicates whether a ConstraintUsage is an assumption or a requirement in a RequirementDefinition or RequirementUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:RequirementConstraintMembership a rdfs:Class ; + rdfs:label "RequirementConstraintMembership" ; + rdfs:comment "A RequirementConstraintMembership is a FeatureMembership for an assumed or required ConstraintUsage of a RequirementDefinition or RequirementUsage." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . + +oslc_sysml:RequirementDefinition a rdfs:Class ; + rdfs:label "RequirementDefinition" ; + rdfs:comment "A RequirementDefinition is a ConstraintDefinition that defines a requirement used in the context of a specification as a constraint that a valid solution must satisfy. The specification is relative to a specified subject, possibly in collaboration with one or more external actors." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConstraintDefinition . + +oslc_sysml:RequirementUsage a rdfs:Class ; + rdfs:label "RequirementUsage" ; + rdfs:comment "A RequirementUsage is a Usage of a RequirementDefinition." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConstraintUsage . + +oslc_sysml:RequirementVerificationMembership a rdfs:Class ; + rdfs:label "RequirementVerificationMembership" ; + rdfs:comment "A RequirementVerificationMembership is a RequirementConstraintMembership used in the objective of a VerificationCase to identify a RequirementUsage that is verified by the VerificationCase." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:RequirementConstraintMembership . + +oslc_sysml:ResultExpressionMembership a rdfs:Class ; + rdfs:label "ResultExpressionMembership" ; + rdfs:comment "A ResultExpressionMembership is a FeatureMembership that indicates that the ownedResultExpression provides the result values for the Function or Expression that owns it. The owning Function or Expression must contain a BindingConnector between the result parameter of the ownedResultExpression and the result parameter of the owning Function or Expression." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . + +oslc_sysml:ReturnParameterMembership a rdfs:Class ; + rdfs:label "ReturnParameterMembership" ; + rdfs:comment "A ReturnParameterMembership is a ParameterMembership that indicates that the ownedMemberParameter is the result parameter of a Function or Expression. The direction of the ownedMemberParameter must be out." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ParameterMembership . + +oslc_sysml:SatisfyRequirementUsage a rdfs:Class ; + rdfs:label "SatisfyRequirementUsage" ; + rdfs:comment "A SatisfyRequirementUsage is an AssertConstraintUsage that asserts, by default, that a satisfied RequirementUsage is true for a specific satisfyingFeature, or, if isNegated = true, that the RequirementUsage is false. The satisfied RequirementUsage is related to the SatisfyRequirementUsage by a ReferenceSubsetting Relationship." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:AssertConstraintUsage, + oslc_sysml:RequirementUsage . + +oslc_sysml:SelectExpression a rdfs:Class ; + rdfs:label "SelectExpression" ; + rdfs:comment "A SelectExpression is an OperatorExpression whose operator is \"select\", which resolves to the Function ControlFunctions::select from the Kernel Functions Library." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OperatorExpression . + +oslc_sysml:SendActionUsage a rdfs:Class ; + rdfs:label "SendActionUsage" ; + rdfs:comment "A SendActionUsage is an ActionUsage that specifies the sending of a payload given by the result of its payloadArgument Expression via a MessageTransfer whose source is given by the result of the senderArgument Expression and whose target is given by the result of the receiverArgument Expression. If no senderArgument is provided, the default is the this context for the action. If no receiverArgument is given, then the receiver is to be determined by, e.g., outgoing Connections from the sender." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . + +oslc_sysml:Specialization a rdfs:Class ; + rdfs:label "Specialization" ; + rdfs:comment "Specialization is a Relationship between two Types that requires all instances of the specific type to also be instances of the general Type (i.e., the set of instances of the specific Type is a subset of those of the general Type, which might be the same set)." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . + +oslc_sysml:StakeholderMembership a rdfs:Class ; + rdfs:label "StakeholderMembership" ; + rdfs:comment "A StakeholderMembership is a ParameterMembership that identifies a PartUsage as a stakeholderParameter of a RequirementDefinition or RequirementUsage, which specifies a role played by an entity with concerns framed by the owningType." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ParameterMembership . + +oslc_sysml:StateDefinition a rdfs:Class ; + rdfs:label "StateDefinition" ; + rdfs:comment "A StateDefinition is the Definition of the Behavior of a system or part of a system in a certain state condition." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionDefinition . + +oslc_sysml:StateSubactionKind a rdfs:Class ; + rdfs:label "StateSubactionKind" ; + rdfs:comment "A StateSubactionKind indicates whether the action of a StateSubactionMembership is an entry, do or exit action." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:StateSubactionMembership a rdfs:Class ; + rdfs:label "StateSubactionMembership" ; + rdfs:comment "A StateSubactionMembership is a FeatureMembership for an entry, do or exit ActionUsage of a StateDefinition or StateUsage." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . + +oslc_sysml:StateUsage a rdfs:Class ; + rdfs:label "StateUsage" ; + rdfs:comment """A StateUsage is an ActionUsage that is nominally the Usage of a StateDefinition. However, other kinds of kernel Behaviors are also allowed as types, to permit use of Behaviors +.""" ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . + +oslc_sysml:Step a rdfs:Class ; + rdfs:label "Step" ; + rdfs:comment "A Step is a Feature that is typed by one or more Behaviors. Steps may be used by one Behavior to coordinate the performance of other Behaviors, supporting a steady refinement of behavioral descriptions. Steps can be ordered in time and can be connected using ItemFlows to specify things flowing between their parameters." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Feature . + +oslc_sysml:Structure a rdfs:Class ; + rdfs:label "Structure" ; + rdfs:comment "A Structure is a Class of objects in the modeled universe that are primarily structural in nature. While such an object is not itself behavioral, it may be involved in and acted on by Behaviors, and it may be the performer of some of them." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Class . + +oslc_sysml:Subclassification a rdfs:Class ; + rdfs:label "Subclassification" ; + rdfs:comment "Subclassification is Specialization in which both the specific and general Types are Classifier. This means all instances of the specific Classifier are also instances of the general Classifier." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Specialization . + +oslc_sysml:SubjectMembership a rdfs:Class ; + rdfs:label "SubjectMembership" ; + rdfs:comment "A SubjectMembership is a ParameterMembership that indicates that its ownedSubjectParameter is the subject of its owningType. The owningType of a SubjectMembership must be a RequirementDefinition, RequirementUsage, CaseDefinition, or CaseUsage." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ParameterMembership . + +oslc_sysml:Subsetting a rdfs:Class ; + rdfs:label "Subsetting" ; + rdfs:comment "Subsetting is Specialization in which the specific and general Types are Features. This means all values of the subsettingFeature (on instances of its domain, i.e., the intersection of its featuringTypes) are values of the subsettedFeature on instances of its domain. To support this the domain of the subsettingFeature must be the same or specialize (at least indirectly) the domain of the subsettedFeature (via Specialization), and the co-domain (intersection of the types) of the subsettingFeature must specialize the co-domain of the subsettedFeature." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Specialization . + +oslc_sysml:Succession a rdfs:Class ; + rdfs:label "Succession" ; + rdfs:comment "A Succession is a binary Connector that requires its relatedFeatures to happen separately in time." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Connector . + +oslc_sysml:SuccessionAsUsage a rdfs:Class ; + rdfs:label "SuccessionAsUsage" ; + rdfs:comment "A SuccessionAsUsage is both a ConnectorAsUsage and a Succession." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConnectorAsUsage, + oslc_sysml:Succession . + +oslc_sysml:SuccessionFlowConnectionUsage a rdfs:Class ; + rdfs:label "SuccessionFlowConnectionUsage" ; + rdfs:comment "A SuccessionFlowConnectionUsage is a FlowConnectionUsage that is also a SuccessionItemFlow." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FlowConnectionUsage, + oslc_sysml:SuccessionItemFlow . + +oslc_sysml:SuccessionItemFlow a rdfs:Class ; + rdfs:label "SuccessionItemFlow" ; + rdfs:comment "A SuccessionItemFlow is an ItemFlow that also provides temporal ordering. It classifies Transfers that cannot start until the source Occurrence has completed and that must complete before the target Occurrence can start." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ItemFlow, + oslc_sysml:Succession . + +oslc_sysml:TerminateActionUsage a rdfs:Class ; + rdfs:label "TerminateActionUsage" ; + rdfs:comment "A TerminateActionUsage is an ActionUsage that directly or indirectly specializes the ActionDefinition TerminateAction from the Systems Model Library, which causes a given terminatedOccurrence to end during its performance. By default, the terminatedOccurrence is the featuring instance (that) of the performance of the TerminateActionUsage, generally the performance of its immediately containing ActionDefinition or ActionUsage." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . + +oslc_sysml:TextualRepresentation a rdfs:Class ; + rdfs:label "TextualRepresentation" ; + rdfs:comment "A TextualRepresentation is an AnnotatingElement whose body represents the representedElement in a given language. The representedElement must be the owner of the TextualRepresentation. The named language can be a natural language, in which case the body is an informal representation, or an artificial language, in which case the body is expected to be a formal, machine-parsable representation." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:AnnotatingElement . + +oslc_sysml:TransitionFeatureKind a rdfs:Class ; + rdfs:label "TransitionFeatureKind" ; + rdfs:comment "A TransitionActionKind indicates whether the transitionFeature of a TransitionFeatureMembership is a trigger, guard or effect." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:TransitionFeatureMembership a rdfs:Class ; + rdfs:label "TransitionFeatureMembership" ; + rdfs:comment "A TransitionFeatureMembership is a FeatureMembership for a trigger, guard or effect of a TransitionUsage, whose transitionFeature is a AcceptActionUsage, Boolean-valued Expression or ActionUsage, depending on its kind. ." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . + +oslc_sysml:TransitionUsage a rdfs:Class ; + rdfs:label "TransitionUsage" ; + rdfs:comment "A TransitionUsage is an ActionUsage representing a triggered transition between ActionUsages or StateUsages. When triggered by a triggerAction, when its guardExpression is true, the TransitionUsage asserts that its source is exited, then its effectAction (if any) is performed, and then its target is entered." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . + +oslc_sysml:TriggerInvocationExpression a rdfs:Class ; + rdfs:label "TriggerInvocationExpression" ; + rdfs:comment "A TriggerInvocationExpression is an InvocationExpression that invokes one of the trigger Functions from the Kernel Semantic Library Triggers package, as indicated by its kind." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:InvocationExpression . + +oslc_sysml:TriggerKind a rdfs:Class ; + rdfs:label "TriggerKind" ; + rdfs:comment "TriggerKind enumerates the kinds of triggers that can be represented by a TriggerInvocationExpression." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:Type a rdfs:Class ; + rdfs:label "Type" ; + rdfs:comment "A Type is a Namespace that is the most general kind of Element supporting the semantics of classification. A Type may be a Classifier or a Feature, defining conditions on what is classified by the Type (see also the description of isSufficient)." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Namespace . + +oslc_sysml:TypeFeaturing a rdfs:Class ; + rdfs:label "TypeFeaturing" ; + rdfs:comment "A TypeFeaturing is a Featuring Relationship in which the featureOfType is the source and the featuringType is the target." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Featuring . + +oslc_sysml:Unioning a rdfs:Class ; + rdfs:label "Unioning" ; + rdfs:comment "Unioning is a Relationship that makes its unioningType one of the unioningTypes of its typeUnioned." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . + +oslc_sysml:Usage a rdfs:Class ; + rdfs:label "Usage" ; + rdfs:comment "A Usage is a usage of a Definition. A Usage may only be an ownedFeature of a Definition or another Usage." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Feature . + +oslc_sysml:UseCaseDefinition a rdfs:Class ; + rdfs:label "UseCaseDefinition" ; + rdfs:comment "A UseCaseDefinition is a CaseDefinition that specifies a set of actions performed by its subject, in interaction with one or more actors external to the subject. The objective is to yield an observable result that is of value to one or more of the actors." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CaseDefinition . + +oslc_sysml:UseCaseUsage a rdfs:Class ; + rdfs:label "UseCaseUsage" ; + rdfs:comment "A UseCaseUsage is a Usage of a UseCaseDefinition." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CaseUsage . + +oslc_sysml:VariantMembership a rdfs:Class ; + rdfs:label "VariantMembership" ; + rdfs:comment "A VariantMembership is a Membership between a variation point Definition or Usage and a Usage that represents a variant in the context of that variation. The membershipOwningNamespace for the VariantMembership must be either a Definition or a Usage with isVariation = true." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OwningMembership . + +oslc_sysml:VerificationCaseDefinition a rdfs:Class ; + rdfs:label "VerificationCaseDefinition" ; + rdfs:comment "A VerificationCaseDefinition is a CaseDefinition for the purpose of verification of the subject of the case against its requirements." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CaseDefinition . + +oslc_sysml:VerificationCaseUsage a rdfs:Class ; + rdfs:label "VerificationCaseUsage" ; + rdfs:comment "A VerificationCaseUsage is a Usage of a VerificationCaseDefinition." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CaseUsage . + +oslc_sysml:ViewDefinition a rdfs:Class ; + rdfs:label "ViewDefinition" ; + rdfs:comment "A ViewDefinition is a PartDefinition that specifies how a view artifact is constructed to satisfy a viewpoint. It specifies a viewConditions to define the model content to be presented and a viewRendering to define how the model content is presented." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:PartDefinition . + +oslc_sysml:ViewRenderingMembership a rdfs:Class ; + rdfs:label "ViewRenderingMembership" ; + rdfs:comment "A ViewRenderingMembership is a FeatureMembership that identifies the viewRendering of a ViewDefinition or ViewUsage." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . + +oslc_sysml:ViewUsage a rdfs:Class ; + rdfs:label "ViewUsage" ; + rdfs:comment "A ViewUsage is a usage of a ViewDefinition to specify the generation of a view of the members of a collection of exposedNamespaces. The ViewUsage can satisfy more viewpoints than its definition, and it can specialize the viewRendering specified by its definition." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:PartUsage . + +oslc_sysml:ViewpointDefinition a rdfs:Class ; + rdfs:label "ViewpointDefinition" ; + rdfs:comment "A ViewpointDefinition is a RequirementDefinition that specifies one or more stakeholder concerns that are to be satisfied by creating a view of a model." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:RequirementDefinition . + +oslc_sysml:ViewpointUsage a rdfs:Class ; + rdfs:label "ViewpointUsage" ; + rdfs:comment "A ViewpointUsage is a Usage of a ViewpointDefinition." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:RequirementUsage . + +oslc_sysml:VisibilityKind a rdfs:Class ; + rdfs:label "VisibilityKind" ; + rdfs:comment "VisibilityKind is an enumeration whose literals specify the visibility of a Membership of an Element in a Namespace outside of that Namespace. Note that \"visibility\" specifically restricts whether an Element in a Namespace may be referenced by name from outside the Namespace and only otherwise restricts access to an Element as provided by specific constraints in the abstract syntax (e.g., preventing the import or inheritance of private Elements)." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:WhileLoopActionUsage a rdfs:Class ; + rdfs:label "WhileLoopActionUsage" ; + rdfs:comment "A WhileLoopActionUsage is a LoopActionUsage that specifies that the bodyAction ActionUsage should be performed repeatedly while the result of the whileArgument Expression is true or until the result of the untilArgument Expression (if provided) is true. The whileArgument Expression is evaluated before each (possible) performance of the bodyAction, and the untilArgument Expression is evaluated after each performance of the bodyAction." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:LoopActionUsage . + +oslc_sysml:action a rdf:Property ; + rdfs:label "action" ; + rdfs:comment """ActionDefinition: The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition. +StateSubactionMembership: The ActionUsage that is the ownedMemberFeature of this StateSubactionMembership.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:actionDefinition a rdf:Property ; + rdfs:label "actionDefinition" ; + rdfs:comment "ActionUsage: The Behaviors that are the types of this ActionUsage. Nominally, these would be ActionDefinitions, but other kinds of Kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:actorParameter a rdf:Property ; + rdfs:label "actorParameter" ; + rdfs:comment """RequirementUsage: The parameters of this RequirementUsage that represent actors involved in the requirement. +RequirementDefinition: The parameters of this RequirementDefinition that represent actors involved in the requirement. +CaseUsage: The parameters of this CaseUsage that represent actors involved in the case. +CaseDefinition: The parameters of this CaseDefinition that represent actors involved in the case.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:after a oslc_sysml:TriggerKind ; + rdfs:label "after" ; + rdfs:comment "Indicates a relative time trigger, corresponding to the TriggerAfter Function from the Triggers model in the Kernel Semantic Library." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:aliasIds a rdf:Property ; + rdfs:label "aliasIds" ; + rdfs:comment "Element: Various alternative identifiers for this Element. Generally, these will be set by tools." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:allocation a rdf:Property ; + rdfs:label "allocation" ; + rdfs:comment "AllocationDefinition: The AllocationUsages that refine the allocation mapping defined by this AllocationDefinition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:allocationDefinition a rdf:Property ; + rdfs:label "allocationDefinition" ; + rdfs:comment "AllocationUsage: The AllocationDefinitions that are the types of this AllocationUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:analysisCaseDefinition a rdf:Property ; + rdfs:label "analysisCaseDefinition" ; + rdfs:comment "AnalysisCaseUsage: The AnalysisCaseDefinition that is the definition of this AnalysisCaseUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:annotatedElement a rdf:Property ; + rdfs:label "annotatedElement" ; + rdfs:comment """AnnotatingElement: The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement. +Annotation: The Element that is annotated by the annotatingElement of this Annotation.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:annotatingElement a rdf:Property ; + rdfs:label "annotatingElement" ; + rdfs:comment "Annotation: The AnnotatingElement that annotates the annotatedElement of this Annotation." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:annotation a rdf:Property ; + rdfs:label "annotation" ; + rdfs:comment "AnnotatingElement: The Annotations that relate this AnnotatingElement to its annotatedElements." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:argument a rdf:Property ; + rdfs:label "argument" ; + rdfs:comment "InvocationExpression: The value Expressions of the FeatureValues of the owned input parameters of the InvocationExpression." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:assertedConstraint a rdf:Property ; + rdfs:label "assertedConstraint" ; + rdfs:comment "AssertConstraintUsage: The ConstraintUsage to be performed by the AssertConstraintUsage. It is the referenceFeature of the ownedReferenceSubsetting for the AssertConstraintUsage, if there is one, and, otherwise, the AssertConstraintUsage itself." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:association a rdf:Property ; + rdfs:label "association" ; + rdfs:comment "Connector: The Associations that type the Connector." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:associationEnd a rdf:Property ; + rdfs:label "associationEnd" ; + rdfs:comment "Association: The features of the Association that identify the things that can be related by it. A concrete Association must have at least two associationEnds. When it has exactly two, the Association is called a binary Association." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:assumedConstraint a rdf:Property ; + rdfs:label "assumedConstraint" ; + rdfs:comment """RequirementUsage: The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption. +RequirementDefinition: The owned ConstraintUsages that represent assumptions of this RequirementDefinition, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = assumption.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:assumption a oslc_sysml:RequirementConstraintKind ; + rdfs:label "assumption" ; + rdfs:comment "Indicates that a member ConstraintUsage of a RequirementDefinition or RequirementUsage represents an assumption." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:at a oslc_sysml:TriggerKind ; + rdfs:label "at" ; + rdfs:comment "Indicates an absolute time trigger, corresponding to the TriggerAt Function from the Triggers model in the Kernel Semantic Library." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:attributeDefinition a rdf:Property ; + rdfs:label "attributeDefinition" ; + rdfs:comment "AttributeUsage: The DataTypes that are the types of this AttributeUsage. Nominally, these are AttributeDefinitions, but other kinds of kernel DataTypes are also allowed, to permit use of DataTypes from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:behavior a rdf:Property ; + rdfs:label "behavior" ; + rdfs:comment "Step: The Behaviors that type this Step." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:body a rdf:Property ; + rdfs:label "body" ; + rdfs:comment """Comment: The annotation text for the Comment. +TextualRepresentation: The textual representation of the representedElement in the given language.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:bodyAction a rdf:Property ; + rdfs:label "bodyAction" ; + rdfs:comment "LoopActionUsage: The ActionUsage to be performed repeatedly by the LoopActionUsage. It is the second parameter of the LoopActionUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:bound a rdf:Property ; + rdfs:label "bound" ; + rdfs:comment "MultiplicityRange: The owned Expressions of the MultiplicityRange whose results provide its bounds. These must be the only ownedMembers of the MultiplicityRange." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:calculation a rdf:Property ; + rdfs:label "calculation" ; + rdfs:comment "CalculationDefinition: The actions of this CalculationDefinition that are CalculationUsages." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:calculationDefinition a rdf:Property ; + rdfs:label "calculationDefinition" ; + rdfs:comment "CalculationUsage: The Function that is the type of this CalculationUsage. Nominally, this would be a CalculationDefinition, but a kernel Function is also allowed, to permit use of Functions from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:caseDefinition a rdf:Property ; + rdfs:label "caseDefinition" ; + rdfs:comment "CaseUsage: The CaseDefinition that is the type of this CaseUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:chainingFeature a rdf:Property ; + rdfs:label "chainingFeature" ; + rdfs:comment """Feature: The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. +FeatureChaining: The Feature whose values partly determine values of featureChained, as described in Feature::chainingFeature.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:client a rdf:Property ; + rdfs:label "client" ; + rdfs:comment "Dependency: The Element or Elements dependent on the supplier Elements." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:concernDefinition a rdf:Property ; + rdfs:label "concernDefinition" ; + rdfs:comment "ConcernUsage: The ConcernDefinition that is the single type of this ConcernUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:condition a rdf:Property ; + rdfs:label "condition" ; + rdfs:comment "ElementFilterMembership: The model-level evaluable Boolean-valued Expression used to filter the imported members of the membershipOwningNamespace of this ElementFilterMembership." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:conjugatedPortDefinition a rdf:Property ; + rdfs:label "conjugatedPortDefinition" ; + rdfs:comment """PortDefinition: The that is conjugate to this PortDefinition. +PortConjugation: The ConjugatedPortDefinition that is conjugate to the originalPortDefinition. +ConjugatedPortTyping: The type of this ConjugatedPortTyping considered as a FeatureTyping, which must be a ConjugatedPortDefinition.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:conjugatedType a rdf:Property ; + rdfs:label "conjugatedType" ; + rdfs:comment "Conjugation: The Type that is the result of applying Conjugation to the originalType." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:connectionDefinition a rdf:Property ; + rdfs:label "connectionDefinition" ; + rdfs:comment "ConnectionUsage: The AssociationStructures that are the types of this ConnectionUsage. Nominally, these are , but other kinds of Kernel AssociationStructures are also allowed, to permit use of AssociationStructures from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:connectionEnd a rdf:Property ; + rdfs:label "connectionEnd" ; + rdfs:comment "ConnectionDefinition: The Usages that define the things related by the ConnectionDefinition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:connectorEnd a rdf:Property ; + rdfs:label "connectorEnd" ; + rdfs:comment "Connector: The endFeatures of a Connector, which redefine the endFeatures of the associations of the Connector. The connectorEnds determine via ReferenceSubsetting Relationships which Features are related by the Connector." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:constraintDefinition a rdf:Property ; + rdfs:label "constraintDefinition" ; + rdfs:comment "ConstraintUsage: The (single) Predicate that is the type of this ConstraintUsage. Nominally, this will be a ConstraintDefinition, but other kinds of Predicates are also allowed, to permit use of Predicates from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:declaredName a rdf:Property ; + rdfs:label "declaredName" ; + rdfs:comment "Element: The declared name of this Element." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:declaredShortName a rdf:Property ; + rdfs:label "declaredShortName" ; + rdfs:comment "Element: An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:definition a rdf:Property ; + rdfs:label "definition" ; + rdfs:comment "Usage: The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:differencingType a rdf:Property ; + rdfs:label "differencingType" ; + rdfs:comment """Type: The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). +Differencing: Type that partly determines interpretations of typeDifferenced, as described in Type::differencingType.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:directedFeature a rdf:Property ; + rdfs:label "directedFeature" ; + rdfs:comment "Type: The features of this Type that have a non-null direction." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:directedUsage a rdf:Property ; + rdfs:label "directedUsage" ; + rdfs:comment """Usage: The usages of this Usage that are directedFeatures. +Definition: The usages of this Definition that are directedFeatures.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:direction a rdf:Property ; + rdfs:label "direction" ; + rdfs:comment "Feature: Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind)." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:disjoiningType a rdf:Property ; + rdfs:label "disjoiningType" ; + rdfs:comment "Disjoining: Type asserted to be disjoint with the typeDisjoined." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:do a oslc_sysml:StateSubactionKind ; + rdfs:label "do" ; + rdfs:comment "Indicates that the action of a StateSubactionMembership is a doAction." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:doAction a rdf:Property ; + rdfs:label "doAction" ; + rdfs:comment """StateUsage: The ActionUsage of this StateUsage to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = do. +StateDefinition: The ActionUsage of this StateDefinition to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = do.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:documentation a rdf:Property ; + rdfs:label "documentation" ; + rdfs:comment "Element: The Documentation owned by this Element." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:documentedElement a rdf:Property ; + rdfs:label "documentedElement" ; + rdfs:comment "Documentation: The Element that is documented by this Documentation." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:effect a oslc_sysml:TransitionFeatureKind ; + rdfs:label "effect" ; + rdfs:comment "Indicates that the transitionFeature of a TransitionFeatureMembership is an effectAction." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:effectAction a rdf:Property ; + rdfs:label "effectAction" ; + rdfs:comment "TransitionUsage: The ActionUsages that define the effects of this TransitionUsage, which are the ownedFeatures of the TransitionUsage related to it by TransitionFeatureMemberships with kind = effect, which must all be ActionUsages." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:effectStep a rdf:Property ; + rdfs:label "effectStep" ; + rdfs:comment "Succession: Steps that represent occurrences that are side effects of the transitionStep occurring." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:elementId a rdf:Property ; + rdfs:label "elementId" ; + rdfs:comment "Element: The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:elseAction a rdf:Property ; + rdfs:label "elseAction" ; + rdfs:comment "IfActionUsage: The ActionUsage that is to be performed if the result of the ifArgument is false. It is the (optional) third parameter of the IfActionUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:endFeature a rdf:Property ; + rdfs:label "endFeature" ; + rdfs:comment "Type: All features of this Type with isEnd = true." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:endOwningType a rdf:Property ; + rdfs:label "endOwningType" ; + rdfs:comment "Feature: The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:entry a oslc_sysml:StateSubactionKind ; + rdfs:label "entry" ; + rdfs:comment "Indicates that the action of a StateSubactionMembership is an entryAction." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:entryAction a rdf:Property ; + rdfs:label "entryAction" ; + rdfs:comment """StateUsage: The ActionUsage of this StateUsage to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = entry. +StateDefinition: The ActionUsage of this StateDefinition to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = entry.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:enumeratedValue a rdf:Property ; + rdfs:label "enumeratedValue" ; + rdfs:comment "EnumerationDefinition: EnumerationUsages of this EnumerationDefinitionthat have distinct, fixed values. Each enumeratedValue specifies one of the allowed instances of the EnumerationDefinition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:enumerationDefinition a rdf:Property ; + rdfs:label "enumerationDefinition" ; + rdfs:comment "EnumerationUsage: The single EnumerationDefinition that is the type of this EnumerationUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:eventOccurrence a rdf:Property ; + rdfs:label "eventOccurrence" ; + rdfs:comment "EventOccurrenceUsage: The OccurrenceUsage referenced as an event by this EventOccurrenceUsage. It is the referenceFeature of the ownedReferenceSubsetting for the EventOccurrenceUsage, if there is one, and, otherwise, the EventOccurrenceUsage itself." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:exhibitedState a rdf:Property ; + rdfs:label "exhibitedState" ; + rdfs:comment "ExhibitStateUsage: The StateUsage to be exhibited by the ExhibitStateUsage. It is the performedAction of the ExhibitStateUsage considered as a PerformActionUsage, which must be a StateUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:exit a oslc_sysml:StateSubactionKind ; + rdfs:label "exit" ; + rdfs:comment "Indicates that the action of a StateSubactionMembership is an exitAction." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:exitAction a rdf:Property ; + rdfs:label "exitAction" ; + rdfs:comment """StateUsage: The ActionUsage of this StateUsage to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = exit. +StateDefinition: The ActionUsage of this StateDefinition to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = exit.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:exposedElement a rdf:Property ; + rdfs:label "exposedElement" ; + rdfs:comment "ViewUsage: The Elements that are exposed by this ViewUsage, which are those memberElements of the imported Memberships from all the Expose Relationships that meet all the owned and inherited viewConditions." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:expression a rdf:Property ; + rdfs:label "expression" ; + rdfs:comment "Function: The Expressions that are steps in the calculation of the result of this Function." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:feature a rdf:Property ; + rdfs:label "feature" ; + rdfs:comment """Featuring: The Feature that is featured by the featuringType. +Type: The ownedMemberFeatures of the featureMemberships of this Type.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:featureChained a rdf:Property ; + rdfs:label "featureChained" ; + rdfs:comment "FeatureChaining: The Feature whose values are partly determined by values of the chainingFeature, as described in Feature::chainingFeature." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:featureInverted a rdf:Property ; + rdfs:label "featureInverted" ; + rdfs:comment "FeatureInverting: The Feature that is an inverse of the invertingFeature." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:featureMembership a rdf:Property ; + rdfs:label "featureMembership" ; + rdfs:comment "Type: The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships)." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:featureOfType a rdf:Property ; + rdfs:label "featureOfType" ; + rdfs:comment "TypeFeaturing: The Feature that is featured by the featuringType. It is the source of the TypeFeaturing." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:featureTarget a rdf:Property ; + rdfs:label "featureTarget" ; + rdfs:comment "Feature: The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:featureWithValue a rdf:Property ; + rdfs:label "featureWithValue" ; + rdfs:comment "FeatureValue: The Feature to be provided a value." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:featuringType a rdf:Property ; + rdfs:label "featuringType" ; + rdfs:comment """TypeFeaturing: The Type that features the featureOfType. It is the target of the TypeFeaturing. +Feature: Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:filterCondition a rdf:Property ; + rdfs:label "filterCondition" ; + rdfs:comment "Package: The model-level evaluable Boolean-valued Expression used to filter the members of this Package, which are owned by the Package are via ElementFilterMemberships." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:flowConnectionDefinition a rdf:Property ; + rdfs:label "flowConnectionDefinition" ; + rdfs:comment "FlowConnectionUsage: The Interactions that are the types of this FlowConnectionUsage. Nominally, these are FlowConnectionDefinitions, but other kinds of Kernel Interactions are also allowed, to permit use of Interactions from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:framedConcern a rdf:Property ; + rdfs:label "framedConcern" ; + rdfs:comment """RequirementUsage: The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage. +RequirementDefinition: The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:function a rdf:Property ; + rdfs:label "function" ; + rdfs:comment "Expression: The Function that types this Expression." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:general a rdf:Property ; + rdfs:label "general" ; + rdfs:comment "Specialization: A Type with a superset of all instances of the specific Type, which might be the same set." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:guard a oslc_sysml:TransitionFeatureKind ; + rdfs:label "guard" ; + rdfs:comment "Indicates that the transitionFeature of a TransitionFeatureMembership is a guardExpression." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:guardExpression a rdf:Property ; + rdfs:label "guardExpression" ; + rdfs:comment """Succession: Expressions that must evaluate to true before the transitionStep can occur. +TransitionUsage: The Expressions that define the guards of this TransitionUsage, which are the ownedFeatures of the TransitionUsage related to it by TransitionFeatureMemberships with kind = guard, which must all be Expressions.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ifArgument a rdf:Property ; + rdfs:label "ifArgument" ; + rdfs:comment "IfActionUsage: The Expression whose result determines whether the thenAction or (optionally) the elseAction is performed. It is the first parameter of the IfActionUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:importOwningNamespace a rdf:Property ; + rdfs:label "importOwningNamespace" ; + rdfs:comment "Import: The Namespace into which Memberships are imported by this Import, which must be the owningRelatedElement of the Import." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:importedElement a rdf:Property ; + rdfs:label "importedElement" ; + rdfs:comment "Import: The effectively imported Element for this Import. For a MembershipImport, this is the memberElement of the importedMembership. For a NamespaceImport, it is the importedNamespace." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:importedMembership a rdf:Property ; + rdfs:label "importedMembership" ; + rdfs:comment """Namespace: The Memberships in this Namespace that result from the ownedImports of this Namespace. +MembershipImport: The Membership to be imported.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:importedNamespace a rdf:Property ; + rdfs:label "importedNamespace" ; + rdfs:comment "NamespaceImport: The Namespace whose visible Memberships are imported by this NamespaceImport." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:in a oslc_sysml:FeatureDirectionKind ; + rdfs:label "in" ; + rdfs:comment "Values of the Feature on each instance of its domain are determined externally to that instance and used internally." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:includedUseCase a rdf:Property ; + rdfs:label "includedUseCase" ; + rdfs:comment """UseCaseUsage: The UseCaseUsages that are included by this UseCaseUse, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseUsage. +UseCaseDefinition: The UseCaseUsages that are included by this UseCaseDefinition, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseDefinition.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:individualDefinition a rdf:Property ; + rdfs:label "individualDefinition" ; + rdfs:comment "OccurrenceUsage: The at most one occurrenceDefinition that has isIndividual = true." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:inheritedFeature a rdf:Property ; + rdfs:label "inheritedFeature" ; + rdfs:comment "Type: All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:inheritedMembership a rdf:Property ; + rdfs:label "inheritedMembership" ; + rdfs:comment "Type: All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:inout a oslc_sysml:FeatureDirectionKind ; + rdfs:label "inout" ; + rdfs:comment "Values of the Feature on each instance are determined either as in or out directions, or both." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:input a rdf:Property ; + rdfs:label "input" ; + rdfs:comment "Type: All features related to this Type by FeatureMemberships that have direction in or inout." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:interaction a rdf:Property ; + rdfs:label "interaction" ; + rdfs:comment "ItemFlow: The Interactions that type this ItemFlow. Interactions are both Associations and Behaviors, which can type Connectors and Steps, respectively." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:interfaceDefinition a rdf:Property ; + rdfs:label "interfaceDefinition" ; + rdfs:comment "InterfaceUsage: The InterfaceDefinitions that type this InterfaceUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:interfaceEnd a rdf:Property ; + rdfs:label "interfaceEnd" ; + rdfs:comment """InterfaceDefinition: The PortUsages that are the connectionEnds of this InterfaceDefinition. + +.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:intersectingType a rdf:Property ; + rdfs:label "intersectingType" ; + rdfs:comment """Type: The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). +Intersecting: Type that partly determines interpretations of typeIntersected, as described in Type::intersectingType.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:invertingFeature a rdf:Property ; + rdfs:label "invertingFeature" ; + rdfs:comment "FeatureInverting: The Feature that is an inverse of the invertedFeature." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isAbstract a rdf:Property ; + rdfs:label "isAbstract" ; + rdfs:comment "Type: Indicates whether instances of this Type must also be instances of at least one of its specialized Types." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isComposite a rdf:Property ; + rdfs:label "isComposite" ; + rdfs:comment "Feature: Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isConjugated a rdf:Property ; + rdfs:label "isConjugated" ; + rdfs:comment "Type: Indicates whether this Type has an ownedConjugator." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isDefault a rdf:Property ; + rdfs:label "isDefault" ; + rdfs:comment "FeatureValue: Whether this FeatureValue is a concrete specification of the bound or initial value of the featureWithValue, or just a default value that may be overridden." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isDerived a rdf:Property ; + rdfs:label "isDerived" ; + rdfs:comment "Feature: Whether the values of this Feature can always be computed from the values of other Features." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isEnd a rdf:Property ; + rdfs:label "isEnd" ; + rdfs:comment "Feature: Whether or not the this Feature is an end Feature, requiring a different interpretation of the multiplicity of the Feature." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isImplied a rdf:Property ; + rdfs:label "isImplied" ; + rdfs:comment "Relationship: Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isImpliedIncluded a rdf:Property ; + rdfs:label "isImpliedIncluded" ; + rdfs:comment "Element: Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isImportAll a rdf:Property ; + rdfs:label "isImportAll" ; + rdfs:comment "Import: Whether to import memberships without regard to declared visibility." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isIndividual a rdf:Property ; + rdfs:label "isIndividual" ; + rdfs:comment """OccurrenceUsage: Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition. +OccurrenceDefinition: Whether this OccurrenceDefinition is constrained to represent single individual.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isInitial a rdf:Property ; + rdfs:label "isInitial" ; + rdfs:comment "FeatureValue: Whether this FeatureValue specifies a bound value or an initial value for the featureWithValue." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isLibraryElement a rdf:Property ; + rdfs:label "isLibraryElement" ; + rdfs:comment "Element: Whether this Element is contained in the ownership tree of a library model." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isModelLevelEvaluable a rdf:Property ; + rdfs:label "isModelLevelEvaluable" ; + rdfs:comment """Expression: Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model. +Function: Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isNegated a rdf:Property ; + rdfs:label "isNegated" ; + rdfs:comment "Invariant: Whether this Invariant is asserted to be false rather than true." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isNonunique a rdf:Property ; + rdfs:label "isNonunique" ; + rdfs:comment "Feature: isNonunique." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isOrdered a rdf:Property ; + rdfs:label "isOrdered" ; + rdfs:comment "Feature: Whether an order exists for the values of this Feature or not." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isParallel a rdf:Property ; + rdfs:label "isParallel" ; + rdfs:comment """StateUsage: Whether the nestedStates of this StateUsage are to all be performed in parallel. If true, none of the nestedActions (which include nestedStates) may have any incoming or outgoing Transitions. If false, only one nestedState may be performed at a time. +StateDefinition: Whether the ownedStates of this StateDefinition are to all be performed in parallel. If true, none of the ownedActions (which includes ownedStates) may have any incoming or outgoing Transitions. If false, only one ownedState may be performed at a time.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isPortion a rdf:Property ; + rdfs:label "isPortion" ; + rdfs:comment "Feature: Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isReadOnly a rdf:Property ; + rdfs:label "isReadOnly" ; + rdfs:comment "Feature: Whether the values of this Feature can change over the lifetime of an instance of the domain." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isRecursive a rdf:Property ; + rdfs:label "isRecursive" ; + rdfs:comment "Import: Whether to recursively import Memberships from visible, owned sub-Namespaces." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isReference a rdf:Property ; + rdfs:label "isReference" ; + rdfs:comment "Usage: Whether this Usage is a referential Usage, that is, it has isComposite = false." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isStandard a rdf:Property ; + rdfs:label "isStandard" ; + rdfs:comment "LibraryPackage: Whether this LibraryPackage contains a standard library model. This should only be set to true for LibraryPackages in the standard Kernel Model Libraries or in normative model libraries for a language built on KerML." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isSufficient a rdf:Property ; + rdfs:label "isSufficient" ; + rdfs:comment "Type: Whether all things that meet the classification conditions of this Type must be classified by the Type." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isUnique a rdf:Property ; + rdfs:label "isUnique" ; + rdfs:comment "Feature: Whether or not values for this Feature must have no duplicates or not." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:isVariation a rdf:Property ; + rdfs:label "isVariation" ; + rdfs:comment """Usage: Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. +Definition: Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:itemDefinition a rdf:Property ; + rdfs:label "itemDefinition" ; + rdfs:comment "ItemUsage: The Structures that are the definitions of this ItemUsage. Nominally, these are ItemDefinitions, but other kinds of Kernel Structures are also allowed, to permit use of Structures from the Kernel Library." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:itemFeature a rdf:Property ; + rdfs:label "itemFeature" ; + rdfs:comment "ItemFlow: The ownedFeature of the ItemFlow that is an ItemFeature (if any)." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:itemFlowEnd a rdf:Property ; + rdfs:label "itemFlowEnd" ; + rdfs:comment "ItemFlow: The connectorEnds of this ItemFlow that are ItemFlowEnds." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:itemType a rdf:Property ; + rdfs:label "itemType" ; + rdfs:comment "ItemFlow: The type of values transferred, which is the type of the itemFeature of the ItemFlow." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:kind a rdf:Property ; + rdfs:label "kind" ; + rdfs:comment """StateSubactionMembership: Whether this StateSubactionMembership is for an entry, do or exit ActionUsage. +TransitionFeatureMembership: Whether this TransitionFeatureMembership is for a trigger, guard or effect. +RequirementConstraintMembership: Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage. +TriggerInvocationExpression: Indicates which of the Functions from the Triggers model in the Kernel Semantic Library is to be invoked by this TriggerInvocationExpression.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:language a rdf:Property ; + rdfs:label "language" ; + rdfs:comment "TextualRepresentation: The natural or artifical language in which the body text is written." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:lifeClass a rdf:Property ; + rdfs:label "lifeClass" ; + rdfs:comment "OccurrenceDefinition: If isIndividual is true, a LifeClass that specializes this OccurrenceDefinition, restricting it to represent an individual." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:locale a rdf:Property ; + rdfs:label "locale" ; + rdfs:comment "Comment: Identification of the language of the body text and, optionally, the region and/or encoding. The format shall be a POSIX locale conformant to ISO/IEC 15897, with the format [language[_territory][.codeset][@modifier]]." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:loopVariable a rdf:Property ; + rdfs:label "loopVariable" ; + rdfs:comment "ForLoopActionUsage: The ownedFeature of this ForLoopActionUsage that acts as the loop variable, which is assigned the successive values of the input sequence on each iteration. It is the ownedFeature that redefines ForLoopAction::var." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:lowerBound a rdf:Property ; + rdfs:label "lowerBound" ; + rdfs:comment "MultiplicityRange: The Expression whose result provides the lower bound of the MultiplicityRange. If no lowerBound Expression is given, then the lower bound shall have the same value as the upper bound, unless the upper bound is unbounded (*), in which case the lower bound shall be 0." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:member a rdf:Property ; + rdfs:label "member" ; + rdfs:comment "Namespace: The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:memberElement a rdf:Property ; + rdfs:label "memberElement" ; + rdfs:comment "Membership: The Element that becomes a member of the membershipOwningNamespace due to this Membership." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:memberElementId a rdf:Property ; + rdfs:label "memberElementId" ; + rdfs:comment "Membership: The elementId of the memberElement." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:memberName a rdf:Property ; + rdfs:label "memberName" ; + rdfs:comment "Membership: The name of the memberElement relative to the membershipOwningNamespace." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:memberShortName a rdf:Property ; + rdfs:label "memberShortName" ; + rdfs:comment "Membership: The short name of the memberElement relative to the membershipOwningNamespace." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:membership a rdf:Property ; + rdfs:label "membership" ; + rdfs:comment "Namespace: All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:membershipOwningNamespace a rdf:Property ; + rdfs:label "membershipOwningNamespace" ; + rdfs:comment "Membership: The Namespace of which the memberElement becomes a member due to this Membership." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:metaclass a rdf:Property ; + rdfs:label "metaclass" ; + rdfs:comment "MetadataFeature: The type of this MetadataFeature, which must be a Metaclass." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:metadataDefinition a rdf:Property ; + rdfs:label "metadataDefinition" ; + rdfs:comment "MetadataUsage: The MetadataDefinition that is the definition of this MetadataUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:multiplicity a rdf:Property ; + rdfs:label "multiplicity" ; + rdfs:comment "Type: An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:name a rdf:Property ; + rdfs:label "name" ; + rdfs:comment "Element: The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedAction a rdf:Property ; + rdfs:label "nestedAction" ; + rdfs:comment "Usage: The ActionUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedAllocation a rdf:Property ; + rdfs:label "nestedAllocation" ; + rdfs:comment "Usage: The AllocationUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedAnalysisCase a rdf:Property ; + rdfs:label "nestedAnalysisCase" ; + rdfs:comment "Usage: The AnalysisCaseUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedAttribute a rdf:Property ; + rdfs:label "nestedAttribute" ; + rdfs:comment "Usage: The code>AttributeUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedCalculation a rdf:Property ; + rdfs:label "nestedCalculation" ; + rdfs:comment "Usage: The CalculationUsage that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedCase a rdf:Property ; + rdfs:label "nestedCase" ; + rdfs:comment "Usage: The CaseUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedConcern a rdf:Property ; + rdfs:label "nestedConcern" ; + rdfs:comment "Usage: The ConcernUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedConnection a rdf:Property ; + rdfs:label "nestedConnection" ; + rdfs:comment "Usage: The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages and SuccessionAsUsages, even though these are ConnectorAsUsages but not ConnectionUsages." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedConstraint a rdf:Property ; + rdfs:label "nestedConstraint" ; + rdfs:comment "Usage: The ConstraintUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedEnumeration a rdf:Property ; + rdfs:label "nestedEnumeration" ; + rdfs:comment "Usage: The code>EnumerationUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedFlow a rdf:Property ; + rdfs:label "nestedFlow" ; + rdfs:comment "Usage: The code>FlowConnectionUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedInterface a rdf:Property ; + rdfs:label "nestedInterface" ; + rdfs:comment "Usage: The InterfaceUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedItem a rdf:Property ; + rdfs:label "nestedItem" ; + rdfs:comment "Usage: The ItemUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedMetadata a rdf:Property ; + rdfs:label "nestedMetadata" ; + rdfs:comment "Usage: The MetadataUsages that are nestedUsages of this of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedOccurrence a rdf:Property ; + rdfs:label "nestedOccurrence" ; + rdfs:comment "Usage: The OccurrenceUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedPart a rdf:Property ; + rdfs:label "nestedPart" ; + rdfs:comment "Usage: The PartUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedPort a rdf:Property ; + rdfs:label "nestedPort" ; + rdfs:comment "Usage: The PortUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedReference a rdf:Property ; + rdfs:label "nestedReference" ; + rdfs:comment "Usage: The ReferenceUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedRendering a rdf:Property ; + rdfs:label "nestedRendering" ; + rdfs:comment "Usage: The RenderingUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedRequirement a rdf:Property ; + rdfs:label "nestedRequirement" ; + rdfs:comment "Usage: The RequirementUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedState a rdf:Property ; + rdfs:label "nestedState" ; + rdfs:comment "Usage: The StateUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedTransition a rdf:Property ; + rdfs:label "nestedTransition" ; + rdfs:comment "Usage: The TransitionUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedUsage a rdf:Property ; + rdfs:label "nestedUsage" ; + rdfs:comment "Usage: The Usages that are ownedFeatures of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedUseCase a rdf:Property ; + rdfs:label "nestedUseCase" ; + rdfs:comment "Usage: The UseCaseUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedVerificationCase a rdf:Property ; + rdfs:label "nestedVerificationCase" ; + rdfs:comment "Usage: The VerificationCaseUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedView a rdf:Property ; + rdfs:label "nestedView" ; + rdfs:comment "Usage: The ViewUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:nestedViewpoint a rdf:Property ; + rdfs:label "nestedViewpoint" ; + rdfs:comment "Usage: The ViewpointUsages that are nestedUsages of this Usage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:objectiveRequirement a rdf:Property ; + rdfs:label "objectiveRequirement" ; + rdfs:comment """CaseUsage: The RequirementUsage representing the objective of this CaseUsage. +CaseDefinition: The RequirementUsage representing the objective of this CaseDefinition.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:occurrenceDefinition a rdf:Property ; + rdfs:label "occurrenceDefinition" ; + rdfs:comment "OccurrenceUsage: The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:operand a rdf:Property ; + rdfs:label "operand" ; + rdfs:comment "InvocationExpression: operand." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:operator a rdf:Property ; + rdfs:label "operator" ; + rdfs:comment "OperatorExpression: An operator symbol that names a corresponding Function from one of the standard packages from the Kernel Function Library ." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:originalPortDefinition a rdf:Property ; + rdfs:label "originalPortDefinition" ; + rdfs:comment """ConjugatedPortDefinition: The original PortDefinition for this ConjugatedPortDefinition, which is the owningNamespace of the ConjugatedPortDefinition. +PortConjugation: The PortDefinition being conjugated.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:originalType a rdf:Property ; + rdfs:label "originalType" ; + rdfs:comment "Conjugation: The Type to be conjugated." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:out a oslc_sysml:FeatureDirectionKind ; + rdfs:label "out" ; + rdfs:comment "Values of the Feature on each instance of its domain are determined internally to that instance and used externally." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:output a rdf:Property ; + rdfs:label "output" ; + rdfs:comment "Type: All features related to this Type by FeatureMemberships that have direction out or inout." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedAction a rdf:Property ; + rdfs:label "ownedAction" ; + rdfs:comment "Definition: The ActionUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedActorParameter a rdf:Property ; + rdfs:label "ownedActorParameter" ; + rdfs:comment "ActorMembership: The PartUsage specifying the actor." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedAllocation a rdf:Property ; + rdfs:label "ownedAllocation" ; + rdfs:comment "Definition: The AllocationUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedAnalysisCase a rdf:Property ; + rdfs:label "ownedAnalysisCase" ; + rdfs:comment "Definition: The AnalysisCaseUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedAnnotatingRelationship a rdf:Property ; + rdfs:label "ownedAnnotatingRelationship" ; + rdfs:comment "AnnotatingElement: The ownedRelationships of this AnnotatingElement that are Annotations, for which this AnnotatingElement is the annotatingElement." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedAnnotation a rdf:Property ; + rdfs:label "ownedAnnotation" ; + rdfs:comment "Element: The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedAttribute a rdf:Property ; + rdfs:label "ownedAttribute" ; + rdfs:comment "Definition: The AttributeUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedCalculation a rdf:Property ; + rdfs:label "ownedCalculation" ; + rdfs:comment "Definition: The CalculationUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedCase a rdf:Property ; + rdfs:label "ownedCase" ; + rdfs:comment "Definition: The code>CaseUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedConcern a rdf:Property ; + rdfs:label "ownedConcern" ; + rdfs:comment """Definition: The ConcernUsages that are ownedUsages of this Definition. +FramedConcernMembership: The ConcernUsage that is the ownedConstraint of this FramedConcernMembership.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedConjugator a rdf:Property ; + rdfs:label "ownedConjugator" ; + rdfs:comment "Type: A Conjugation owned by this Type for which the Type is the originalType." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedConnection a rdf:Property ; + rdfs:label "ownedConnection" ; + rdfs:comment "Definition: The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages and SuccessionAsUsages, even though these are ConnectorAsUsages but not ConnectionUsages." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedConstraint a rdf:Property ; + rdfs:label "ownedConstraint" ; + rdfs:comment """Definition: The ConstraintUsages that are ownedUsages of this Definition. +RequirementConstraintMembership: The ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedDifferencing a rdf:Property ; + rdfs:label "ownedDifferencing" ; + rdfs:comment "Type: The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedDisjoining a rdf:Property ; + rdfs:label "ownedDisjoining" ; + rdfs:comment "Type: The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedElement a rdf:Property ; + rdfs:label "ownedElement" ; + rdfs:comment "Element: The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedEndFeature a rdf:Property ; + rdfs:label "ownedEndFeature" ; + rdfs:comment "Type: All endFeatures of this Type that are ownedFeatures." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedEnumeration a rdf:Property ; + rdfs:label "ownedEnumeration" ; + rdfs:comment "Definition: The EnumerationUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedFeature a rdf:Property ; + rdfs:label "ownedFeature" ; + rdfs:comment "Type: The ownedMemberFeatures of the ownedFeatureMemberships of this Type." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedFeatureChaining a rdf:Property ; + rdfs:label "ownedFeatureChaining" ; + rdfs:comment "Feature: The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedFeatureInverting a rdf:Property ; + rdfs:label "ownedFeatureInverting" ; + rdfs:comment "Feature: The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedFeatureMembership a rdf:Property ; + rdfs:label "ownedFeatureMembership" ; + rdfs:comment "Type: The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedFlow a rdf:Property ; + rdfs:label "ownedFlow" ; + rdfs:comment "Definition: The FlowConnectionUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedImport a rdf:Property ; + rdfs:label "ownedImport" ; + rdfs:comment "Namespace: The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedInterface a rdf:Property ; + rdfs:label "ownedInterface" ; + rdfs:comment "Definition: The InterfaceUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedIntersecting a rdf:Property ; + rdfs:label "ownedIntersecting" ; + rdfs:comment "Type: The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedItem a rdf:Property ; + rdfs:label "ownedItem" ; + rdfs:comment "Definition: The ItemUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedMember a rdf:Property ; + rdfs:label "ownedMember" ; + rdfs:comment "Namespace: The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedMemberElement a rdf:Property ; + rdfs:label "ownedMemberElement" ; + rdfs:comment "OwningMembership: The Element that becomes an ownedMember of the membershipOwningNamespace due to this OwningMembership." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedMemberElementId a rdf:Property ; + rdfs:label "ownedMemberElementId" ; + rdfs:comment "OwningMembership: The elementId of the ownedMemberElement." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedMemberFeature a rdf:Property ; + rdfs:label "ownedMemberFeature" ; + rdfs:comment "FeatureMembership: The Feature that this FeatureMembership relates to its owningType, making it an ownedFeature of the owningType." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedMemberName a rdf:Property ; + rdfs:label "ownedMemberName" ; + rdfs:comment "OwningMembership: The name of the ownedMemberElement." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedMemberParameter a rdf:Property ; + rdfs:label "ownedMemberParameter" ; + rdfs:comment "ParameterMembership: The Feature that is identified as a parameter by this ParameterMembership." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedMemberShortName a rdf:Property ; + rdfs:label "ownedMemberShortName" ; + rdfs:comment "OwningMembership: The shortName of the ownedMemberElement." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedMembership a rdf:Property ; + rdfs:label "ownedMembership" ; + rdfs:comment "Namespace: The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedMetadata a rdf:Property ; + rdfs:label "ownedMetadata" ; + rdfs:comment "Definition: The MetadataUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedObjectiveRequirement a rdf:Property ; + rdfs:label "ownedObjectiveRequirement" ; + rdfs:comment "ObjectiveMembership: The RequirementUsage that is the ownedMemberFeature of this RequirementUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedOccurrence a rdf:Property ; + rdfs:label "ownedOccurrence" ; + rdfs:comment "Definition: The OccurrenceUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedPart a rdf:Property ; + rdfs:label "ownedPart" ; + rdfs:comment "Definition: The PartUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedPort a rdf:Property ; + rdfs:label "ownedPort" ; + rdfs:comment "Definition: The PortUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedPortConjugator a rdf:Property ; + rdfs:label "ownedPortConjugator" ; + rdfs:comment "ConjugatedPortDefinition: The PortConjugation that is the ownedConjugator of this ConjugatedPortDefinition, linking it to its originalPortDefinition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedRedefinition a rdf:Property ; + rdfs:label "ownedRedefinition" ; + rdfs:comment "Feature: The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedReference a rdf:Property ; + rdfs:label "ownedReference" ; + rdfs:comment "Definition: The ReferenceUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedReferenceSubsetting a rdf:Property ; + rdfs:label "ownedReferenceSubsetting" ; + rdfs:comment "Feature: The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedRelatedElement a rdf:Property ; + rdfs:label "ownedRelatedElement" ; + rdfs:comment "Relationship: The relatedElements of this Relationship that are owned by the Relationship." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedRelationship a rdf:Property ; + rdfs:label "ownedRelationship" ; + rdfs:comment "Element: The Relationships for which this Element is the owningRelatedElement." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedRendering a rdf:Property ; + rdfs:label "ownedRendering" ; + rdfs:comment """Definition: The RenderingUsages that are ownedUsages of this Definition. +ViewRenderingMembership: The owned RenderingUsage that is either itself the referencedRendering or subsets the referencedRendering.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedRequirement a rdf:Property ; + rdfs:label "ownedRequirement" ; + rdfs:comment """Definition: The RequirementUsages that are ownedUsages of this Definition. +RequirementVerificationMembership: The owned RequirementUsage that acts as the ownedConstraint for this RequirementVerificationMembership. This will either be the verifiedRequirement, or it will subset the verifiedRequirement.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedResultExpression a rdf:Property ; + rdfs:label "ownedResultExpression" ; + rdfs:comment "ResultExpressionMembership: The Expression that provides the result for the owner of the ResultExpressionMembership." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedSpecialization a rdf:Property ; + rdfs:label "ownedSpecialization" ; + rdfs:comment "Type: The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedStakeholderParameter a rdf:Property ; + rdfs:label "ownedStakeholderParameter" ; + rdfs:comment "StakeholderMembership: The PartUsage specifying the stakeholder." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedState a rdf:Property ; + rdfs:label "ownedState" ; + rdfs:comment "Definition: The StateUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedSubclassification a rdf:Property ; + rdfs:label "ownedSubclassification" ; + rdfs:comment "Classifier: The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedSubjectParameter a rdf:Property ; + rdfs:label "ownedSubjectParameter" ; + rdfs:comment "SubjectMembership: The UsageownedMemberParameter of this SubjectMembership." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedSubsetting a rdf:Property ; + rdfs:label "ownedSubsetting" ; + rdfs:comment "Feature: The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedTransition a rdf:Property ; + rdfs:label "ownedTransition" ; + rdfs:comment "Definition: The TransitionUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedTypeFeaturing a rdf:Property ; + rdfs:label "ownedTypeFeaturing" ; + rdfs:comment "Feature: The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedTyping a rdf:Property ; + rdfs:label "ownedTyping" ; + rdfs:comment "Feature: The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedUnioning a rdf:Property ; + rdfs:label "ownedUnioning" ; + rdfs:comment "Type: The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedUsage a rdf:Property ; + rdfs:label "ownedUsage" ; + rdfs:comment "Definition: The Usages that are ownedFeatures of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedUseCase a rdf:Property ; + rdfs:label "ownedUseCase" ; + rdfs:comment "Definition: The UseCaseUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedVariantUsage a rdf:Property ; + rdfs:label "ownedVariantUsage" ; + rdfs:comment "VariantMembership: The Usage that represents a variant in the context of the owningVariationDefinition or owningVariationUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedVerificationCase a rdf:Property ; + rdfs:label "ownedVerificationCase" ; + rdfs:comment "Definition: The VerificationCaseUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedView a rdf:Property ; + rdfs:label "ownedView" ; + rdfs:comment "Definition: The ViewUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:ownedViewpoint a rdf:Property ; + rdfs:label "ownedViewpoint" ; + rdfs:comment "Definition: The ViewpointUsages that are ownedUsages of this Definition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:owner a rdf:Property ; + rdfs:label "owner" ; + rdfs:comment "Element: The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:owningAnnotatedElement a rdf:Property ; + rdfs:label "owningAnnotatedElement" ; + rdfs:comment "Annotation: The annotatedElement of this Annotation, when it is also its owningRelatedElement." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:owningAnnotatingElement a rdf:Property ; + rdfs:label "owningAnnotatingElement" ; + rdfs:comment "Annotation: The annotatingElement of this Annotation, when it is also its owningRelatedElement." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:owningClassifier a rdf:Property ; + rdfs:label "owningClassifier" ; + rdfs:comment "Subclassification: The Classifier that owns this Subclassification relationship, which must also be its subclassifier." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:owningDefinition a rdf:Property ; + rdfs:label "owningDefinition" ; + rdfs:comment "Usage: The Definition that owns this Usage (if any)." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:owningFeature a rdf:Property ; + rdfs:label "owningFeature" ; + rdfs:comment """Subsetting: A subsettingFeature that is also the owningRelatedElement of this Subsetting. +FeatureTyping: A typedFeature that is also the owningRelatedElement of this FeatureTyping. +FeatureInverting: A featureInverted that is also the owningRelatedElement of this FeatureInverting.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:owningFeatureMembership a rdf:Property ; + rdfs:label "owningFeatureMembership" ; + rdfs:comment "Feature: The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:owningFeatureOfType a rdf:Property ; + rdfs:label "owningFeatureOfType" ; + rdfs:comment "TypeFeaturing: A featureOfType that is also the owningRelatedElement of this TypeFeaturing." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:owningMembership a rdf:Property ; + rdfs:label "owningMembership" ; + rdfs:comment "Element: The owningRelationship of this Element, if that Relationship is a Membership." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:owningNamespace a rdf:Property ; + rdfs:label "owningNamespace" ; + rdfs:comment "Element: The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:owningRelatedElement a rdf:Property ; + rdfs:label "owningRelatedElement" ; + rdfs:comment "Relationship: The relatedElement of this Relationship that owns the Relationship, if any." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:owningRelationship a rdf:Property ; + rdfs:label "owningRelationship" ; + rdfs:comment "Element: The Relationship for which this Element is an ownedRelatedElement, if any." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:owningType a rdf:Property ; + rdfs:label "owningType" ; + rdfs:comment """Specialization: The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement. +FeatureMembership: The Type that owns this FeatureMembership. +Feature: The Type that is the owningType of the owningFeatureMembership of this Feature. +Conjugation: The conjugatedType of this Conjugation that is also its owningRelatedElement. +Disjoining: A typeDisjoined that is also an owningRelatedElement.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:owningUsage a rdf:Property ; + rdfs:label "owningUsage" ; + rdfs:comment "Usage: The Usage in which this Usage is nested (if any)." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:parameter a rdf:Property ; + rdfs:label "parameter" ; + rdfs:comment """Behavior: The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior. +Step: The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:partDefinition a rdf:Property ; + rdfs:label "partDefinition" ; + rdfs:comment "PartUsage: The itemDefinitions of this PartUsage that are PartDefinitions." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:payloadArgument a rdf:Property ; + rdfs:label "payloadArgument" ; + rdfs:comment """AcceptActionUsage: An Expression whose result is bound to the payload parameter of this AcceptActionUsage. If provided, the AcceptActionUsage will only accept a Transfer with exactly this payload. +SendActionUsage: An Expression whose result is bound to the payload input parameter of this SendActionUsage.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:payloadParameter a rdf:Property ; + rdfs:label "payloadParameter" ; + rdfs:comment "AcceptActionUsage: The nestedReference of this AcceptActionUsage that redefines the payload output parameter of the base AcceptActionUsage AcceptAction from the Systems Model Library." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:performedAction a rdf:Property ; + rdfs:label "performedAction" ; + rdfs:comment "PerformActionUsage: The ActionUsage to be performed by this PerformedActionUsage. It is the eventOccurrence of the PerformActionUsage considered as an EventOccurrenceUsage, which must be an ActionUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:portDefinition a rdf:Property ; + rdfs:label "portDefinition" ; + rdfs:comment """PortUsage: The occurrenceDefinitions of this PortUsage, which must all be PortDefinitions. +ConjugatedPortTyping: The originalPortDefinition of the conjugatedPortDefinition of this ConjugatedPortTyping.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:portionKind a rdf:Property ; + rdfs:label "portionKind" ; + rdfs:comment "OccurrenceUsage: The kind of (temporal) portion of the life of the occurrenceDefinition represented by this OccurrenceUsage, if it is so restricted." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:predicate a rdf:Property ; + rdfs:label "predicate" ; + rdfs:comment "BooleanExpression: The Predicate that types this BooleanExpression." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:private a oslc_sysml:VisibilityKind ; + rdfs:label "private" ; + rdfs:comment "Indicates a Membership is not visible outside its owning Namespace." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:protected a oslc_sysml:VisibilityKind ; + rdfs:label "protected" ; + rdfs:comment "An intermediate level of visibility between public and private. By default, it is equivalent to private for the purposes of normal access to and import of Elements from a Namespace. However, other Relationships may be specified to include Memberships with protected visibility in the list of memberships for a Namespace (e.g., Specialization)." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:public a oslc_sysml:VisibilityKind ; + rdfs:label "public" ; + rdfs:comment "Indicates that a Membership is publicly visible outside its owning Namespace." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:qualifiedName a rdf:Property ; + rdfs:label "qualifiedName" ; + rdfs:comment "Element: The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:receiverArgument a rdf:Property ; + rdfs:label "receiverArgument" ; + rdfs:comment """AcceptActionUsage: An Expression whose result is bound to the receiver input parameter of this AcceptActionUsage. +SendActionUsage: An Expression whose result is bound to the receiver input parameter of this SendActionUsage.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:redefinedFeature a rdf:Property ; + rdfs:label "redefinedFeature" ; + rdfs:comment "Redefinition: The Feature that is redefined by the redefiningFeature of this Redefinition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:redefiningFeature a rdf:Property ; + rdfs:label "redefiningFeature" ; + rdfs:comment "Redefinition: The Feature that is redefining the redefinedFeature of this Redefinition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:referencedConcern a rdf:Property ; + rdfs:label "referencedConcern" ; + rdfs:comment "FramedConcernMembership: The ConcernUsage that is referenced through this FramedConcernMembership. It is the referencedConstraint of the FramedConcernMembership considered as a RequirementConstraintMembership, which must be a ConcernUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:referencedConstraint a rdf:Property ; + rdfs:label "referencedConstraint" ; + rdfs:comment "RequirementConstraintMembership: The ConstraintUsage that is referenced through this RequirementConstraintMembership. It is the referencedFeature of the ownedReferenceSubsetting of the ownedConstraint, if there is one, and, otherwise, the ownedConstraint itself." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:referencedElement a rdf:Property ; + rdfs:label "referencedElement" ; + rdfs:comment "MetadataAccessExpression: The Element whose metadata is being accessed." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:referencedFeature a rdf:Property ; + rdfs:label "referencedFeature" ; + rdfs:comment "ReferenceSubsetting: The Feature that is referenced by the referencingFeature of this ReferenceSubsetting." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:referencedRendering a rdf:Property ; + rdfs:label "referencedRendering" ; + rdfs:comment "ViewRenderingMembership: The RenderingUsage that is referenced through this ViewRenderingMembership. It is the referencedFeature of the ownedReferenceSubsetting for the ownedRendering, if there is one, and, otherwise, the ownedRendering itself." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:referencingFeature a rdf:Property ; + rdfs:label "referencingFeature" ; + rdfs:comment "ReferenceSubsetting: The Feature that owns this ReferenceSubsetting relationship, which is also its subsettingFeature." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:referent a rdf:Property ; + rdfs:label "referent" ; + rdfs:comment """FeatureReferenceExpression: The Feature that is referenced by this FeatureReferenceExpression, which is its first non-parameter member. +AssignmentActionUsage: The Feature whose value is to be set.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:relatedElement a rdf:Property ; + rdfs:label "relatedElement" ; + rdfs:comment "Relationship: The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:relatedFeature a rdf:Property ; + rdfs:label "relatedFeature" ; + rdfs:comment "Connector: The Features that are related by this Connector considered as a Relationship and that restrict the links it identifies, given by the referenced Features of the connectorEnds of the Connector." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:relatedType a rdf:Property ; + rdfs:label "relatedType" ; + rdfs:comment "Association: The types of the associationEnds of the Association, which are the relatedElements of the Association considered as a Relationship." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:rendering a rdf:Property ; + rdfs:label "rendering" ; + rdfs:comment "RenderingDefinition: The usages of a RenderingDefinition that are RenderingUsages." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:renderingDefinition a rdf:Property ; + rdfs:label "renderingDefinition" ; + rdfs:comment "RenderingUsage: The RenderingDefinition that is the definition of this RenderingUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:representedElement a rdf:Property ; + rdfs:label "representedElement" ; + rdfs:comment "TextualRepresentation: The Element that is represented by this TextualRepresentation." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:reqId a rdf:Property ; + rdfs:label "reqId" ; + rdfs:comment """RequirementUsage: An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage. +RequirementDefinition: An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:requiredConstraint a rdf:Property ; + rdfs:label "requiredConstraint" ; + rdfs:comment """RequirementUsage: The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement. +RequirementDefinition: The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:requirement a oslc_sysml:RequirementConstraintKind ; + rdfs:label "requirement" ; + rdfs:comment "Indicates that a member ConstraintUsage of a RequirementDefinition or RequirementUsagerepresents an requirement." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:requirementDefinition a rdf:Property ; + rdfs:label "requirementDefinition" ; + rdfs:comment "RequirementUsage: The RequirementDefinition that is the single definition of this RequirementUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:result a rdf:Property ; + rdfs:label "result" ; + rdfs:comment """Expression: result. +Function: The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:resultExpression a rdf:Property ; + rdfs:label "resultExpression" ; + rdfs:comment """AnalysisCaseUsage: An Expression used to compute the result of the AnalysisCaseUsage, owned via a ResultExpressionMembership. +AnalysisCaseDefinition: An Expression used to compute the result of the AnalysisCaseDefinition, owned via a ResultExpressionMembership.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:satisfiedRequirement a rdf:Property ; + rdfs:label "satisfiedRequirement" ; + rdfs:comment "SatisfyRequirementUsage: The RequirementUsage that is satisfied by the satisfyingSubject of this SatisfyRequirementUsage. It is the assertedConstraint of the SatisfyRequirementUsage considered as an AssertConstraintUsage, which must be a RequirementUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:satisfiedViewpoint a rdf:Property ; + rdfs:label "satisfiedViewpoint" ; + rdfs:comment """ViewUsage: The nestedRequirements of this ViewUsage that are ViewpointUsages for (additional) viewpoints satisfied by the ViewUsage. +ViewDefinition: The composite ownedRequirements of this ViewDefinition that are ViewpointUsages for viewpoints satisfied by the ViewDefinition.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:satisfyingFeature a rdf:Property ; + rdfs:label "satisfyingFeature" ; + rdfs:comment "SatisfyRequirementUsage: The Feature that represents the actual subject that is asserted to satisfy the satisfiedRequirement. The satisfyingFeature is bound to the subjectParameter of the SatisfyRequirementUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:senderArgument a rdf:Property ; + rdfs:label "senderArgument" ; + rdfs:comment "SendActionUsage: An Expression whose result is bound to the sender input parameter of this SendActionUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:seqArgument a rdf:Property ; + rdfs:label "seqArgument" ; + rdfs:comment "ForLoopActionUsage: The Expression whose result provides the sequence of values to which the loopVariable is set for each iterative performance of the bodyAction. It is the Expression whose result is bound to the seq input parameter of this ForLoopActionUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:shortName a rdf:Property ; + rdfs:label "shortName" ; + rdfs:comment "Element: The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:snapshot a oslc_sysml:PortionKind ; + rdfs:label "snapshot" ; + rdfs:comment "A snapshot of an Occurrence (a time slice with zero duration)." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:source a rdf:Property ; + rdfs:label "source" ; + rdfs:comment """Relationship: The relatedElements from which this Relationship is considered to be directed. +TransitionUsage: The source ActionUsage of this TransitionUsage, which becomes the source of the succession for the TransitionUsage.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:sourceFeature a rdf:Property ; + rdfs:label "sourceFeature" ; + rdfs:comment "Connector: The source relatedFeature for this Connector. It is the first relatedFeature." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:sourceOutputFeature a rdf:Property ; + rdfs:label "sourceOutputFeature" ; + rdfs:comment "ItemFlow: The Feature that provides the items carried by the ItemFlow. It must be an owned output of the source of the ItemFlow." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:sourceType a rdf:Property ; + rdfs:label "sourceType" ; + rdfs:comment "Association: The source relatedType for this Association. It is the first relatedType of the Association." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:specific a rdf:Property ; + rdfs:label "specific" ; + rdfs:comment "Specialization: A Type with a subset of all instances of the general Type, which might be the same set." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:stakeholderParameter a rdf:Property ; + rdfs:label "stakeholderParameter" ; + rdfs:comment """RequirementUsage: The parameters of this RequirementUsage that represent stakeholders for the requirement. +RequirementDefinition: The parameters of this RequirementDefinition that represent stakeholders for th requirement.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:state a rdf:Property ; + rdfs:label "state" ; + rdfs:comment "StateDefinition: The StateUsages, which are actions in the StateDefinition, that specify the discrete states in the behavior defined by the StateDefinition." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:stateDefinition a rdf:Property ; + rdfs:label "stateDefinition" ; + rdfs:comment "StateUsage: The Behaviors that are the types of this StateUsage. Nominally, these would be StateDefinitions, but kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:step a rdf:Property ; + rdfs:label "step" ; + rdfs:comment "Behavior: The Steps that make up this Behavior." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:subclassifier a rdf:Property ; + rdfs:label "subclassifier" ; + rdfs:comment "Subclassification: The more specific Classifier in this Subclassification." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:subjectParameter a rdf:Property ; + rdfs:label "subjectParameter" ; + rdfs:comment """RequirementUsage: The parameter of this RequirementUsage that represents its subject. +RequirementDefinition: The parameter of this RequirementDefinition that represents its subject. +CaseUsage: The parameter of this CaseUsage that represents its subject. +CaseDefinition: The parameter of this CaseDefinition that represents its subject.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:subsettedFeature a rdf:Property ; + rdfs:label "subsettedFeature" ; + rdfs:comment "Subsetting: The Feature that is subsetted by the subsettingFeature of this Subsetting." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:subsettingFeature a rdf:Property ; + rdfs:label "subsettingFeature" ; + rdfs:comment "Subsetting: The Feature that is a subset of the subsettedFeature of this Subsetting." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:succession a rdf:Property ; + rdfs:label "succession" ; + rdfs:comment "TransitionUsage: The Succession that is the ownedFeature of this TransitionUsage, which, if the TransitionUsage is triggered, asserts the temporal ordering of the source and target." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:superclassifier a rdf:Property ; + rdfs:label "superclassifier" ; + rdfs:comment "Subclassification: The more general Classifier in this Subclassification." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:supplier a rdf:Property ; + rdfs:label "supplier" ; + rdfs:comment "Dependency: The Element or Elements on which the client Elements depend in some respect." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:target a rdf:Property ; + rdfs:label "target" ; + rdfs:comment """Relationship: The relatedElements to which this Relationship is considered to be directed. +TransitionUsage: The target ActionUsage of this TransitionUsage, which is the targetFeature of the succession for the TransitionUsage.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:targetArgument a rdf:Property ; + rdfs:label "targetArgument" ; + rdfs:comment "AssignmentActionUsage: The Expression whose value is an occurrence in the domain of the referent Feature, for which the value of the referent will be set to the result of the valueExpression by this AssignmentActionUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:targetFeature a rdf:Property ; + rdfs:label "targetFeature" ; + rdfs:comment """Connector: The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature. +FeatureChainExpression: The Feature that is accessed by this FeatureChainExpression, which is its first non-parameter member.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:targetInputFeature a rdf:Property ; + rdfs:label "targetInputFeature" ; + rdfs:comment "ItemFlow: The Feature that receives the values carried by the ItemFlow. It must be an owned output of the target participant of the ItemFlow." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:targetType a rdf:Property ; + rdfs:label "targetType" ; + rdfs:comment "Association: The target relatedTypes for this Association. This includes all the relatedTypes other than the sourceType." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:terminatedOccurrenceArgument a rdf:Property ; + rdfs:label "terminatedOccurrenceArgument" ; + rdfs:comment "TerminateActionUsage: The Expression that is the featureValue of the terminateOccurrence parameter of this TerminateActionUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:text a rdf:Property ; + rdfs:label "text" ; + rdfs:comment """RequirementUsage: An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage. +RequirementDefinition: An optional textual statement of the requirement represented by this RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:textualRepresentation a rdf:Property ; + rdfs:label "textualRepresentation" ; + rdfs:comment "Element: The TextualRepresentations that annotate this Element." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:thenAction a rdf:Property ; + rdfs:label "thenAction" ; + rdfs:comment "IfActionUsage: The ActionUsage that is to be performed if the result of the ifArgument is true. It is the second parameter of the IfActionUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:timeslice a oslc_sysml:PortionKind ; + rdfs:label "timeslice" ; + rdfs:comment "A time slice of an Occurrence (a portion over time)." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:transitionFeature a rdf:Property ; + rdfs:label "transitionFeature" ; + rdfs:comment "TransitionFeatureMembership: The Step that is the ownedMemberFeature of this TransitionFeatureMembership." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:transitionStep a rdf:Property ; + rdfs:label "transitionStep" ; + rdfs:comment "Succession: A Step that is typed by the Behavior TransitionPerformances::TransitionPerformance (from the Kernel Semantic Library) that has this Succession as its transitionLink." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:trigger a oslc_sysml:TransitionFeatureKind ; + rdfs:label "trigger" ; + rdfs:comment "Indicates that the transitionFeature of a TransitionFeatureMembership is a triggerAction." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:triggerAction a rdf:Property ; + rdfs:label "triggerAction" ; + rdfs:comment "TransitionUsage: The AcceptActionUsages that define the triggers of this TransitionUsage, which are the ownedFeatures of the TransitionUsage related to it by TransitionFeatureMemberships with kind = trigger, which must all be AcceptActionUsages." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:triggerStep a rdf:Property ; + rdfs:label "triggerStep" ; + rdfs:comment "Succession: Steps that map incoming events to the timing of occurrences of the transitionStep. The values of triggerStep subset the list of acceptable events to be received by a Behavior or the object that performs it." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:type a rdf:Property ; + rdfs:label "type" ; + rdfs:comment """Featuring: The Type that features the featureOfType. +Feature: Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. +FeatureTyping: The Type that is being applied by this FeatureTyping.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:typeDifferenced a rdf:Property ; + rdfs:label "typeDifferenced" ; + rdfs:comment "Differencing: Type with interpretations partly determined by differencingType, as described in Type::differencingType." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:typeDisjoined a rdf:Property ; + rdfs:label "typeDisjoined" ; + rdfs:comment "Disjoining: Type asserted to be disjoint with the disjoiningType." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:typeIntersected a rdf:Property ; + rdfs:label "typeIntersected" ; + rdfs:comment "Intersecting: Type with interpretations partly determined by intersectingType, as described in Type::intersectingType." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:typeUnioned a rdf:Property ; + rdfs:label "typeUnioned" ; + rdfs:comment "Unioning: Type with interpretations partly determined by unioningType, as described in Type::unioningType." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:typedFeature a rdf:Property ; + rdfs:label "typedFeature" ; + rdfs:comment "FeatureTyping: The Feature that has a type determined by this FeatureTyping." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:unioningType a rdf:Property ; + rdfs:label "unioningType" ; + rdfs:comment """Type: The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. +Unioning: Type that partly determines interpretations of typeUnioned, as described in Type::unioningType.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:untilArgument a rdf:Property ; + rdfs:label "untilArgument" ; + rdfs:comment "WhileLoopActionUsage: The Expression whose result, if false, determines that the bodyAction should continue to be performed. It is the (optional) third owned parameter of the WhileLoopActionUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:upperBound a rdf:Property ; + rdfs:label "upperBound" ; + rdfs:comment "MultiplicityRange: The Expression whose result is the upper bound of the MultiplicityRange." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:usage a rdf:Property ; + rdfs:label "usage" ; + rdfs:comment """Usage: The Usages that are features of this Usage (not necessarily owned). +Definition: The Usages that are features of this Definition (not necessarily owned).""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:useCaseDefinition a rdf:Property ; + rdfs:label "useCaseDefinition" ; + rdfs:comment "UseCaseUsage: The UseCaseDefinition that is the definition of this UseCaseUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:useCaseIncluded a rdf:Property ; + rdfs:label "useCaseIncluded" ; + rdfs:comment "IncludeUseCaseUsage: The UseCaseUsage to be included by this IncludeUseCaseUsage. It is the performedAction of the IncludeUseCaseUsage considered as a PerformActionUsage, which must be a UseCaseUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:value a rdf:Property ; + rdfs:label "value" ; + rdfs:comment """LiteralRational: The value whose rational approximation is the result of evaluating this LiteralRational. +LiteralBoolean: The Boolean value that is the result of evaluating this LiteralBoolean. +LiteralInteger: The Integer value that is the result of evaluating this LiteralInteger. +LiteralString: The String value that is the result of evaluating this LiteralString. +FeatureValue: The Expression that provides the value of the featureWithValue as its result.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:valueExpression a rdf:Property ; + rdfs:label "valueExpression" ; + rdfs:comment "AssignmentActionUsage: The Expression whose result is to be assigned to the referent Feature." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:variant a rdf:Property ; + rdfs:label "variant" ; + rdfs:comment """Usage: The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. +Definition: The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:variantMembership a rdf:Property ; + rdfs:label "variantMembership" ; + rdfs:comment """Usage: The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. +Definition: The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:verificationCaseDefinition a rdf:Property ; + rdfs:label "verificationCaseDefinition" ; + rdfs:comment "VerificationCaseUsage: The VerificationCase that is the definition of this VerificationCaseUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:verifiedRequirement a rdf:Property ; + rdfs:label "verifiedRequirement" ; + rdfs:comment """VerificationCaseUsage: The RequirementUsages verified by this VerificationCaseUsage, which are the verifiedRequirements of all RequirementVerificationMemberships of the objectiveRequirement. +VerificationCaseDefinition: The RequirementUsages verified by this VerificationCaseDefinition, which are the verifiedRequirements of all RequirementVerificationMemberships of the objectiveRequirement. +RequirementVerificationMembership: The RequirementUsage that is identified as being verified. It is the referencedConstraint of the RequirementVerificationMembership considered as a RequirementConstraintMembership, which must be a RequirementUsage.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:view a rdf:Property ; + rdfs:label "view" ; + rdfs:comment "ViewDefinition: The usages of this ViewDefinition that are ViewUsages." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:viewCondition a rdf:Property ; + rdfs:label "viewCondition" ; + rdfs:comment """ViewUsage: The Expressions related to this ViewUsage by ElementFilterMemberships, which specify conditions on Elements to be rendered in a view. +ViewDefinition: The Expressions related to this ViewDefinition by ElementFilterMemberships, which specify conditions on Elements to be rendered in a view.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:viewDefinition a rdf:Property ; + rdfs:label "viewDefinition" ; + rdfs:comment "ViewUsage: The ViewDefinition that is the definition of this ViewUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:viewRendering a rdf:Property ; + rdfs:label "viewRendering" ; + rdfs:comment """ViewUsage: The RenderingUsage to be used to render views defined by this ViewUsage, which is the referencedRendering of the ViewRenderingMembership of the ViewUsage. +ViewDefinition: The RenderingUsage to be used to render views defined by this ViewDefinition, which is the referencedRendering of the ViewRenderingMembership of the ViewDefinition.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:viewpointDefinition a rdf:Property ; + rdfs:label "viewpointDefinition" ; + rdfs:comment "ViewpointUsage: The ViewpointDefinition that is the definition of this ViewpointUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:viewpointStakeholder a rdf:Property ; + rdfs:label "viewpointStakeholder" ; + rdfs:comment """ViewpointUsage: The PartUsages that identify the stakeholders with concerns framed by this ViewpointUsage, which are the owned and inherited stakeholderParameters of the framedConcerns of this ViewpointUsage. +ViewpointDefinition: The PartUsages that identify the stakeholders with concerns framed by this ViewpointDefinition, which are the owned and inherited stakeholderParameters of the framedConcerns of this ViewpointDefinition.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:visibility a rdf:Property ; + rdfs:label "visibility" ; + rdfs:comment """Membership: Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace. +Import: The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private.""" ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:when a oslc_sysml:TriggerKind ; + rdfs:label "when" ; + rdfs:comment "Indicates a change trigger, corresponding to the TriggerWhen Function from the Triggers model in the Kernel Semantic Library." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:whileArgument a rdf:Property ; + rdfs:label "whileArgument" ; + rdfs:comment "WhileLoopActionUsage: The Expression whose result, if true, determines that the bodyAction should continue to be performed. It is the first owned parameter of the WhileLoopActionUsage." ; + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml: a owl:Ontology ; + rdfs:label "OSLC SysML v2 Vocabulary" ; + dcterms:description "All vocabulary URIs defined in the OSLC SysML v2 namespace."^^rdf:XMLLiteral ; + dcterms:hasVersion "V2" ; + dcterms:isPartOf ; + dcterms:issued "2025-02-01"^^xsd:date ; + dcterms:license <> ; + dcterms:publisher ; + dcterms:source ; + dcterms:title "OSLC SysML v2 Vocabulary" ; + vann:preferredNamespacePrefix "oslc_sysml" . + diff --git a/specs/sysml/sysml-shapes.ttl b/specs/sysml/sysml-shapes.ttl index 699b334..e25430e 100644 --- a/specs/sysml/sysml-shapes.ttl +++ b/specs/sysml/sysml-shapes.ttl @@ -16,8 +16,8 @@ @prefix dcterms: . @prefix jazz_am: . @prefix oslc: . -@prefix oslc_sysml_shapes: . -@prefix oslc_sysmlv2: . +@prefix oslc_sysml: . +@prefix oslc_sysml_shapes: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . @@ -28,170 +28,169 @@ oslc_sysml_shapes: a oslc:ResourceShapeConstraints ; dcterms:description "

Constraints on vocabulary terms defined in the OSLC System Modeling Language (SysML) namespace.

"^^rdf:XMLLiteral ; dcterms:hasVersion "PSD01" ; dcterms:isPartOf ; - dcterms:issued "2024-04-25"^^xsd:date ; + dcterms:issued "2025-02-01"^^xsd:date ; dcterms:license ; - dcterms:publisher ; dcterms:source ; dcterms:title "OSLC System Modeling Language (SysML) Version 2.0 Constraints" . oslc_sysml_shapes:AcceptActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AcceptActionUsage ; + oslc:describes oslc_sysml:AcceptActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "receiverArgument" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:receiverArgument ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "An Expression whose result is bound to the receiver input parameter of this AcceptActionUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "payloadArgument" ; + oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:payloadArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "An Expression whose result is bound to the payload parameter of this AcceptActionUsage. If provided, the AcceptActionUsage will only accept a Transfer with exactly this payload."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "payloadArgument" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:payloadArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "An Expression whose result is bound to the payload parameter of this AcceptActionUsage. If provided, the AcceptActionUsage will only accept a Transfer with exactly this payload."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "receiverArgument" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:receiverArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "An Expression whose result is bound to the receiver input parameter of this AcceptActionUsage."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -314,154 +313,154 @@ oslc_sysml_shapes:AcceptActionUsageShape a oslc:ResourceShape ; dcterms:title "AcceptActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ActionDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ActionDefinition ; + oslc:describes oslc_sysml:ActionDefinition ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:name "ownedConstraint" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "action" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "action" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -554,145 +553,145 @@ oslc_sysml_shapes:ActionDefinitionShape a oslc:ResourceShape ; dcterms:title "ActionDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ActionUsage ; + oslc:describes oslc_sysml:ActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -814,58 +813,58 @@ oslc_sysml_shapes:ActionUsageShape a oslc:ResourceShape ; dcterms:title "ActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ActorMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ActorMembership ; + oslc:describes oslc_sysml:ActorMembership ; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -923,154 +922,154 @@ oslc_sysml_shapes:ActorMembershipShape a oslc:ResourceShape ; dcterms:title "ActorMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AllocationDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AllocationDefinition ; + oslc:describes oslc_sysml:AllocationDefinition ; oslc:property [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:allocation, oslc_sysml_shapes:associationEnd, @@ -1172,163 +1171,163 @@ oslc_sysml_shapes:AllocationDefinitionShape a oslc:ResourceShape ; dcterms:title "AllocationDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AllocationUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AllocationUsage ; + oslc:describes oslc_sysml:AllocationUsage ; oslc:property [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:allocationDefinition, oslc_sysml_shapes:association, @@ -1460,205 +1459,205 @@ oslc_sysml_shapes:AllocationUsageShape a oslc:ResourceShape ; dcterms:title "AllocationUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AnalysisCaseDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AnalysisCaseDefinition ; + oslc:describes oslc_sysml:AnalysisCaseDefinition ; oslc:property [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "ownedRequirement" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "subjectParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameter of this CaseDefinition that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "objectiveRequirement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsage representing the objective of this CaseDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "resultExpression" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:resultExpression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:name "action" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "An Expression used to compute the result of the AnalysisCaseDefinition, owned via a ResultExpressionMembership."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "objectiveRequirement" ; + oslc:name "resultExpression" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:resultExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsage representing the objective of this CaseDefinition."^^rdf:XMLLiteral ], + dcterms:description "An Expression used to compute the result of the AnalysisCaseDefinition, owned via a ResultExpressionMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:name "actorParameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "action" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:calculation, oslc_sysml_shapes:contributor, @@ -1753,196 +1752,196 @@ oslc_sysml_shapes:AnalysisCaseDefinitionShape a oslc:ResourceShape ; dcterms:title "AnalysisCaseDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AnalysisCaseUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AnalysisCaseUsage ; + oslc:describes oslc_sysml:AnalysisCaseUsage ; oslc:property [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "resultExpression" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:resultExpression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "An Expression used to compute the result of the AnalysisCaseUsage, owned via a ResultExpressionMembership."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; + oslc:name "subjectParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "objectiveRequirement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "resultExpression" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:resultExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "An Expression used to compute the result of the AnalysisCaseUsage, owned via a ResultExpressionMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "objectiveRequirement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:analysisCaseDefinition, @@ -2068,12 +2067,12 @@ oslc_sysml_shapes:AnalysisCaseUsageShape a oslc:ResourceShape ; dcterms:title "AnalysisCaseUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AnnotatingElementShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AnnotatingElement ; + oslc:describes oslc_sysml:AnnotatingElement ; oslc:property [ a oslc:Property ; oslc:name "annotatedElement" ; oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:annotatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -2121,12 +2120,21 @@ oslc_sysml_shapes:AnnotatingElementShape a oslc:ResourceShape ; dcterms:title "AnnotatingElementShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AnnotationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Annotation ; + oslc:describes oslc_sysml:Annotation ; oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -2134,21 +2142,12 @@ oslc_sysml_shapes:AnnotationShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "annotatedElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:annotatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:annotatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Element that is annotated by the annotatingElement of this Annotation."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:annotatingElement, oslc_sysml_shapes:contributor, @@ -2197,160 +2196,160 @@ oslc_sysml_shapes:AnnotationShape a oslc:ResourceShape ; dcterms:title "AnnotationShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AssertConstraintUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AssertConstraintUsage ; + oslc:describes oslc_sysml:AssertConstraintUsage ; oslc:property [ a oslc:Property ; - oslc:name "result" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:assertedConstraint, oslc_sysml_shapes:behavior, @@ -2476,154 +2475,154 @@ oslc_sysml_shapes:AssertConstraintUsageShape a oslc:ResourceShape ; dcterms:title "AssertConstraintUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AssignmentActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AssignmentActionUsage ; + oslc:describes oslc_sysml:AssignmentActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "referent" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referent ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature whose value is to be set."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "referent" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:referent ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Feature whose value is to be set."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -2747,70 +2746,70 @@ oslc_sysml_shapes:AssignmentActionUsageShape a oslc:ResourceShape ; dcterms:title "AssignmentActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AssociationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Association ; + oslc:describes oslc_sysml:Association ; oslc:property [ a oslc:Property ; - oslc:name "target" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:associationEnd, oslc_sysml_shapes:contributor, @@ -2886,66 +2885,66 @@ oslc_sysml_shapes:AssociationShape a oslc:ResourceShape ; dcterms:title "AssociationShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AssociationStructureShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AssociationStructure ; + oslc:describes oslc_sysml:AssociationStructure ; oslc:property [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -3025,130 +3024,130 @@ oslc_sysml_shapes:AssociationStructureShape a oslc:ResourceShape ; dcterms:title "AssociationStructureShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AttributeDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AttributeDefinition ; + oslc:describes oslc_sysml:AttributeDefinition ; oslc:property [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -3239,130 +3238,130 @@ oslc_sysml_shapes:AttributeDefinitionShape a oslc:ResourceShape ; dcterms:title "AttributeDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AttributeUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:AttributeUsage ; + oslc:describes oslc_sysml:AttributeUsage ; oslc:property [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:attributeDefinition, oslc_sysml_shapes:contributor, @@ -3480,39 +3479,30 @@ oslc_sysml_shapes:AttributeUsageShape a oslc:ResourceShape ; dcterms:title "AttributeUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:BehaviorShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Behavior ; + oslc:describes oslc_sysml:Behavior ; oslc:property [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -3520,21 +3510,30 @@ oslc_sysml_shapes:BehaviorShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -3603,157 +3602,157 @@ oslc_sysml_shapes:BehaviorShape a oslc:ResourceShape ; dcterms:title "BehaviorShape"^^rdf:XMLLiteral . oslc_sysml_shapes:BindingConnectorAsUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:BindingConnectorAsUsage ; + oslc:describes oslc_sysml:BindingConnectorAsUsage ; oslc:property [ a oslc:Property ; - oslc:name "target" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, oslc_sysml_shapes:connectorEnd, @@ -3878,115 +3877,115 @@ oslc_sysml_shapes:BindingConnectorAsUsageShape a oslc:ResourceShape ; dcterms:title "BindingConnectorAsUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:BindingConnectorShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:BindingConnector ; + oslc:describes oslc_sysml:BindingConnector ; oslc:property [ a oslc:Property ; - oslc:name "source" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, oslc_sysml_shapes:connectorEnd, @@ -4080,112 +4079,112 @@ oslc_sysml_shapes:BindingConnectorShape a oslc:ResourceShape ; dcterms:title "BindingConnectorShape"^^rdf:XMLLiteral . oslc_sysml_shapes:BooleanExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:BooleanExpression ; + oslc:describes oslc_sysml:BooleanExpression ; oslc:property [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; + oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -4274,169 +4273,169 @@ oslc_sysml_shapes:BooleanExpressionShape a oslc:ResourceShape ; dcterms:title "BooleanExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CalculationDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:CalculationDefinition ; + oslc:describes oslc_sysml:CalculationDefinition ; oslc:property [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "action" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "action" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:calculation, oslc_sysml_shapes:contributor, @@ -4531,27 +4530,63 @@ oslc_sysml_shapes:CalculationDefinitionShape a oslc:ResourceShape ; dcterms:title "CalculationDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CalculationUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:CalculationUsage ; + oslc:describes oslc_sysml:CalculationUsage ; oslc:property [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -4559,132 +4594,96 @@ oslc_sysml_shapes:CalculationUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -4808,196 +4807,196 @@ oslc_sysml_shapes:CalculationUsageShape a oslc:ResourceShape ; dcterms:title "CalculationUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CaseDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:CaseDefinition ; + oslc:describes oslc_sysml:CaseDefinition ; oslc:property [ a oslc:Property ; - oslc:name "action" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "subjectParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameter of this CaseDefinition that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "objectiveRequirement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsage representing the objective of this CaseDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "actorParameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this CaseDefinition that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "action" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "objectiveRequirement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsage representing the objective of this CaseDefinition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:calculation, oslc_sysml_shapes:contributor, @@ -5092,187 +5091,187 @@ oslc_sysml_shapes:CaseDefinitionShape a oslc:ResourceShape ; dcterms:title "CaseDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CaseUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:CaseUsage ; + oslc:describes oslc_sysml:CaseUsage ; oslc:property [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "objectiveRequirement" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -5397,39 +5396,39 @@ oslc_sysml_shapes:CaseUsageShape a oslc:ResourceShape ; dcterms:title "CaseUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ClassShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Class ; + oslc:describes oslc_sysml:Class ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -5437,8 +5436,8 @@ oslc_sysml_shapes:ClassShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -5510,30 +5509,30 @@ oslc_sysml_shapes:ClassShape a oslc:ResourceShape ; dcterms:title "ClassShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ClassifierShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Classifier ; + oslc:describes oslc_sysml:Classifier ; oslc:property [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -5541,8 +5540,8 @@ oslc_sysml_shapes:ClassifierShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -5550,8 +5549,8 @@ oslc_sysml_shapes:ClassifierShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -5623,112 +5622,112 @@ oslc_sysml_shapes:ClassifierShape a oslc:ResourceShape ; dcterms:title "ClassifierShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CollectExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:CollectExpression ; + oslc:describes oslc_sysml:CollectExpression ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:argument, oslc_sysml_shapes:behavior, @@ -5815,16 +5814,16 @@ oslc_sysml_shapes:CollectExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A CollectExpression is an OperatorExpression whose operator is "collect", which resolves to the Function ControlFunctions::collect from the Kernel Functions Library."^^rdf:XMLLiteral ; + dcterms:description "A CollectExpression is an OperatorExpression whose operator is \"collect\", which resolves to the Function ControlFunctions::collect from the Kernel Functions Library."^^rdf:XMLLiteral ; dcterms:title "CollectExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CommentShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Comment ; + oslc:describes oslc_sysml:Comment ; oslc:property [ a oslc:Property ; oslc:name "annotatedElement" ; oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:annotatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -5832,7 +5831,7 @@ oslc_sysml_shapes:CommentShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "body" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:body ; + oslc:propertyDefinition oslc_sysml:body ; oslc:readOnly false ; dcterms:description "The annotation text for the Comment."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, @@ -5879,226 +5878,226 @@ oslc_sysml_shapes:CommentShape a oslc:ResourceShape ; dcterms:title "CommentShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConcernDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConcernDefinition ; + oslc:describes oslc_sysml:ConcernDefinition ; oslc:property [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "text" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:text ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "An optional textual statement of the requirement represented by this RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "framedConcern" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:framedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "ownedConstraint" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this RequirementDefinition that represents its subject."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "reqId" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:reqId ; - oslc:readOnly false ; - dcterms:description "An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "requiredConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:requiredConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "requiredConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:requiredConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "stakeholderParameter" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementDefinition that represent stakeholders for th requirement."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this RequirementDefinition that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this RequirementDefinition that represent actors involved in the requirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRendering" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "reqId" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:reqId ; + oslc:readOnly false ; + dcterms:description "An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "framedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:framedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "ownedConcern" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:assumedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementDefinition, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = assumption."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "assumedConstraint" ; + oslc:name "stakeholderParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:assumedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:stakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementDefinition, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = assumption."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementDefinition that represent stakeholders for th requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "text" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:text ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "An optional textual statement of the requirement represented by this RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -6192,226 +6191,226 @@ oslc_sysml_shapes:ConcernDefinitionShape a oslc:ResourceShape ; dcterms:title "ConcernDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConcernUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConcernUsage ; + oslc:describes oslc_sysml:ConcernUsage ; oslc:property [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:assumedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "assumedConstraint" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:assumedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "requiredConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:requiredConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "reqId" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:reqId ; - oslc:readOnly false ; - dcterms:description "An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "requiredConstraint" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:requiredConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "framedConcern" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:framedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; + oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "text" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:text ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "text" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:text ; + oslc:name "reqId" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:reqId ; oslc:readOnly false ; - dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], + dcterms:description "An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "framedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:framedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "stakeholderParameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:stakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "stakeholderParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:concernDefinition, @@ -6537,45 +6536,39 @@ oslc_sysml_shapes:ConcernUsageShape a oslc:ResourceShape ; dcterms:title "ConcernUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConjugatedPortDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConjugatedPortDefinition ; + oslc:describes oslc_sysml:ConjugatedPortDefinition ; oslc:property [ a oslc:Property ; - oslc:name "originalPortDefinition" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:originalPortDefinition ; - oslc:range oslc_sysmlv2:PortDefinition ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The original PortDefinition for this ConjugatedPortDefinition, which is the owningNamespace of the ConjugatedPortDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -6583,108 +6576,114 @@ oslc_sysml_shapes:ConjugatedPortDefinitionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "conjugatedPortDefinition" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:conjugatedPortDefinition ; + oslc:range oslc_sysml:ConjugatedPortDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The that is conjugate to this PortDefinition.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "conjugatedPortDefinition" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:conjugatedPortDefinition ; - oslc:range oslc_sysmlv2:ConjugatedPortDefinition ; + oslc:name "originalPortDefinition" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:originalPortDefinition ; + oslc:range oslc_sysml:PortDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The that is conjugate to this PortDefinition.."^^rdf:XMLLiteral ], + dcterms:description "The original PortDefinition for this ConjugatedPortDefinition, which is the owningNamespace of the ConjugatedPortDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -6777,48 +6776,39 @@ oslc_sysml_shapes:ConjugatedPortDefinitionShape a oslc:ResourceShape ; dcterms:title "ConjugatedPortDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConjugatedPortTypingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConjugatedPortTyping ; + oslc:describes oslc_sysml:ConjugatedPortTyping ; oslc:property [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "A typedFeature that is also the owningRelatedElement of this FeatureTyping."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "conjugatedPortDefinition" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:conjugatedPortDefinition ; - oslc:range oslc_sysmlv2:ConjugatedPortDefinition ; + oslc:propertyDefinition oslc_sysml:conjugatedPortDefinition ; + oslc:range oslc_sysml:ConjugatedPortDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The type of this ConjugatedPortTyping considered as a FeatureTyping, which must be a ConjugatedPortDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "owningFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "A typedFeature that is also the owningRelatedElement of this FeatureTyping."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "portDefinition" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:portDefinition ; - oslc:range oslc_sysmlv2:PortDefinition ; + oslc:propertyDefinition oslc_sysml:portDefinition ; + oslc:range oslc_sysml:PortDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -6826,17 +6816,26 @@ oslc_sysml_shapes:ConjugatedPortTypingShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is being applied by this FeatureTyping."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -6889,30 +6888,30 @@ oslc_sysml_shapes:ConjugatedPortTypingShape a oslc:ResourceShape ; dcterms:title "ConjugatedPortTypingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConjugationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Conjugation ; + oslc:describes oslc_sysml:Conjugation ; oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The conjugatedType of this Conjugation that is also its owningRelatedElement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The conjugatedType of this Conjugation that is also its owningRelatedElement."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -6964,152 +6963,152 @@ oslc_sysml_shapes:ConjugationShape a oslc:ResourceShape ; dcterms:title "ConjugationShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConnectionDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConnectionDefinition ; + oslc:describes oslc_sysml:ConnectionDefinition ; oslc:property [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, @@ -7212,163 +7211,163 @@ oslc_sysml_shapes:ConnectionDefinitionShape a oslc:ResourceShape ; dcterms:title "ConnectionDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConnectionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConnectionUsage ; + oslc:describes oslc_sysml:ConnectionUsage ; oslc:property [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, oslc_sysml_shapes:connectionDefinition, @@ -7499,157 +7498,157 @@ oslc_sysml_shapes:ConnectionUsageShape a oslc:ResourceShape ; dcterms:title "ConnectionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConnectorAsUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConnectorAsUsage ; + oslc:describes oslc_sysml:ConnectorAsUsage ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "directedUsage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, oslc_sysml_shapes:connectorEnd, @@ -7774,115 +7773,115 @@ oslc_sysml_shapes:ConnectorAsUsageShape a oslc:ResourceShape ; dcterms:title "ConnectorAsUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConnectorShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Connector ; + oslc:describes oslc_sysml:Connector ; oslc:property [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, oslc_sysml_shapes:connectorEnd, @@ -7976,160 +7975,160 @@ oslc_sysml_shapes:ConnectorShape a oslc:ResourceShape ; dcterms:title "ConnectorShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConstraintDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConstraintDefinition ; + oslc:describes oslc_sysml:ConstraintDefinition ; oslc:property [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -8223,63 +8222,81 @@ oslc_sysml_shapes:ConstraintDefinitionShape a oslc:ResourceShape ; dcterms:title "ConstraintDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConstraintUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ConstraintUsage ; + oslc:describes oslc_sysml:ConstraintUsage ; oslc:property [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -8287,96 +8304,78 @@ oslc_sysml_shapes:ConstraintUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:constraintDefinition, @@ -8500,145 +8499,145 @@ oslc_sysml_shapes:ConstraintUsageShape a oslc:ResourceShape ; dcterms:title "ConstraintUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ControlNodeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ControlNode ; + oslc:describes oslc_sysml:ControlNode ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -8760,52 +8759,52 @@ oslc_sysml_shapes:ControlNodeShape a oslc:ResourceShape ; dcterms:title "ControlNodeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DataTypeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:DataType ; + oslc:describes oslc_sysml:DataType ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -8873,145 +8872,145 @@ oslc_sysml_shapes:DataTypeShape a oslc:ResourceShape ; dcterms:title "DataTypeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DecisionNodeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:DecisionNode ; + oslc:describes oslc_sysml:DecisionNode ; oslc:property [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -9133,130 +9132,130 @@ oslc_sysml_shapes:DecisionNodeShape a oslc:ResourceShape ; dcterms:title "DecisionNodeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Definition ; + oslc:describes oslc_sysml:Definition ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -9347,25 +9346,25 @@ oslc_sysml_shapes:DefinitionShape a oslc:ResourceShape ; dcterms:title "DefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DependencyShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Dependency ; + oslc:describes oslc_sysml:Dependency ; oslc:property [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:client, oslc_sysml_shapes:contributor, @@ -9413,34 +9412,34 @@ oslc_sysml_shapes:DependencyShape a oslc:ResourceShape ; dcterms:title "DependencyShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DifferencingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Differencing ; + oslc:describes oslc_sysml:Differencing ; oslc:property [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "differencingType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "Type that partly determines interpretations of typeDifferenced, as described in Type::differencingType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Type that partly determines interpretations of typeDifferenced, as described in Type::differencingType."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -9487,30 +9486,30 @@ oslc_sysml_shapes:DifferencingShape a oslc:ResourceShape ; dcterms:title "DifferencingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DisjoiningShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Disjoining ; + oslc:describes oslc_sysml:Disjoining ; oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "A typeDisjoined that is also an owningRelatedElement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "A typeDisjoined that is also an owningRelatedElement."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -9562,18 +9561,18 @@ oslc_sysml_shapes:DisjoiningShape a oslc:ResourceShape ; dcterms:title "DisjoiningShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DocumentationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Documentation ; + oslc:describes oslc_sysml:Documentation ; oslc:property [ a oslc:Property ; oslc:name "body" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:body ; + oslc:propertyDefinition oslc_sysml:body ; oslc:readOnly false ; dcterms:description "The annotation text for the Comment."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "annotatedElement" ; oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:annotatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -9623,31 +9622,31 @@ oslc_sysml_shapes:DocumentationShape a oslc:ResourceShape ; dcterms:title "DocumentationShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ElementFilterMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ElementFilterMembership ; + oslc:describes oslc_sysml:ElementFilterMembership ; oslc:property [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:condition, oslc_sysml_shapes:contributor, @@ -9703,7 +9702,7 @@ oslc_sysml_shapes:ElementFilterMembershipShape a oslc:ResourceShape ; dcterms:title "ElementFilterMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ElementShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Element ; + oslc:describes oslc_sysml:Element ; oslc:property oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -9745,58 +9744,58 @@ oslc_sysml_shapes:ElementShape a oslc:ResourceShape ; dcterms:title "ElementShape"^^rdf:XMLLiteral . oslc_sysml_shapes:EndFeatureMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:EndFeatureMembership ; + oslc:describes oslc_sysml:EndFeatureMembership ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -9852,130 +9851,130 @@ oslc_sysml_shapes:EndFeatureMembershipShape a oslc:ResourceShape ; dcterms:title "EndFeatureMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:EnumerationDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:EnumerationDefinition ; + oslc:describes oslc_sysml:EnumerationDefinition ; oslc:property [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -10067,130 +10066,130 @@ oslc_sysml_shapes:EnumerationDefinitionShape a oslc:ResourceShape ; dcterms:title "EnumerationDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:EnumerationUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:EnumerationUsage ; + oslc:describes oslc_sysml:EnumerationUsage ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:attributeDefinition, oslc_sysml_shapes:contributor, @@ -10309,136 +10308,136 @@ oslc_sysml_shapes:EnumerationUsageShape a oslc:ResourceShape ; dcterms:title "EnumerationUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:EventOccurrenceUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:EventOccurrenceUsage ; + oslc:describes oslc_sysml:EventOccurrenceUsage ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -10559,178 +10558,178 @@ oslc_sysml_shapes:EventOccurrenceUsageShape a oslc:ResourceShape ; dcterms:title "EventOccurrenceUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ExhibitStateUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ExhibitStateUsage ; + oslc:describes oslc_sysml:ExhibitStateUsage ; oslc:property [ a oslc:Property ; - oslc:name "doAction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:doAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateUsage to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = do."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "entryAction" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:entryAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsage of this StateUsage to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = entry."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "isParallel" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isParallel ; + oslc:readOnly false ; + dcterms:description "Whether the nestedStates of this StateUsage are to all be performed in parallel. If true, none of the nestedActions (which include nestedStates) may have any incoming or outgoing Transitions. If false, only one nestedState may be performed at a time."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isParallel" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isParallel ; + oslc:name "exitAction" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:exitAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; - dcterms:description "Whether the nestedStates of this StateUsage are to all be performed in parallel. If true, none of the nestedActions (which include nestedStates) may have any incoming or outgoing Transitions. If false, only one nestedState may be performed at a time."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ActionUsage of this StateUsage to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = exit."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "entryAction" ; + oslc:name "doAction" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:entryAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:doAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateUsage to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = entry."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsage of this StateUsage to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = do."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "exitAction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:exitAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateUsage to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = exit."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -10856,12 +10855,21 @@ oslc_sysml_shapes:ExhibitStateUsageShape a oslc:ResourceShape ; dcterms:title "ExhibitStateUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ExposeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Expose ; + oslc:describes oslc_sysml:Expose ; oslc:property [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -10869,18 +10877,9 @@ oslc_sysml_shapes:ExposeShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -10930,112 +10929,112 @@ oslc_sysml_shapes:ExposeShape a oslc:ResourceShape ; dcterms:title "ExposeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Expression ; + oslc:describes oslc_sysml:Expression ; oslc:property [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; + oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -11123,121 +11122,121 @@ oslc_sysml_shapes:ExpressionShape a oslc:ResourceShape ; dcterms:title "ExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureChainExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureChainExpression ; + oslc:describes oslc_sysml:FeatureChainExpression ; oslc:property [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "targetFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that is accessed by this FeatureChainExpression, which is its first non-parameter member.

."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:argument, oslc_sysml_shapes:behavior, @@ -11324,38 +11323,38 @@ oslc_sysml_shapes:FeatureChainExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A FeatureChainExpression is an OperatorExpression whose operator is ".", which resolves to the Function ControlFunctions::'.' from the Kernel Functions Library. It evaluates to the result of chaining the result Feature of its single argument Expression with its targetFeature."^^rdf:XMLLiteral ; + dcterms:description "A FeatureChainExpression is an OperatorExpression whose operator is \".\", which resolves to the Function ControlFunctions::'.' from the Kernel Functions Library. It evaluates to the result of chaining the result Feature of its single argument Expression with its targetFeature."^^rdf:XMLLiteral ; dcterms:title "FeatureChainExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureChainingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureChaining ; + oslc:describes oslc_sysml:FeatureChaining ; oslc:property [ a oslc:Property ; - oslc:name "target" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature whose values partly determine values of featureChained, as described in Feature::chainingFeature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Feature whose values partly determine values of featureChained, as described in Feature::chainingFeature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -11402,12 +11401,12 @@ oslc_sysml_shapes:FeatureChainingShape a oslc:ResourceShape ; dcterms:title "FeatureChainingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureInvertingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureInverting ; + oslc:describes oslc_sysml:FeatureInverting ; oslc:property [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -11415,8 +11414,8 @@ oslc_sysml_shapes:FeatureInvertingShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "owningFeature" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:owningFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -11424,8 +11423,8 @@ oslc_sysml_shapes:FeatureInvertingShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -11477,21 +11476,21 @@ oslc_sysml_shapes:FeatureInvertingShape a oslc:ResourceShape ; dcterms:title "FeatureInvertingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureMembership ; + oslc:describes oslc_sysml:FeatureMembership ; oslc:property [ a oslc:Property ; - oslc:name "type" ; + oslc:name "feature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -11499,36 +11498,36 @@ oslc_sysml_shapes:FeatureMembershipShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -11584,27 +11583,30 @@ oslc_sysml_shapes:FeatureMembershipShape a oslc:ResourceShape ; dcterms:title "FeatureMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureReferenceExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureReferenceExpression ; + oslc:describes oslc_sysml:FeatureReferenceExpression ; oslc:property [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -11612,26 +11614,17 @@ oslc_sysml_shapes:FeatureReferenceExpressionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -11639,66 +11632,72 @@ oslc_sysml_shapes:FeatureReferenceExpressionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "referent" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:referent ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is referenced by this FeatureReferenceExpression, which is its first non-parameter member."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "referent" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referent ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is referenced by this FeatureReferenceExpression, which is its first non-parameter member."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -11786,88 +11785,88 @@ oslc_sysml_shapes:FeatureReferenceExpressionShape a oslc:ResourceShape ; dcterms:title "FeatureReferenceExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Feature ; + oslc:describes oslc_sysml:Feature ; oslc:property [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -11955,12 +11954,12 @@ oslc_sysml_shapes:FeatureShape a oslc:ResourceShape ; dcterms:title "FeatureShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureTypingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureTyping ; + oslc:describes oslc_sysml:FeatureTyping ; oslc:property [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -11968,26 +11967,17 @@ oslc_sysml_shapes:FeatureTypingShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "owningFeature" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:owningFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "A typedFeature that is also the owningRelatedElement of this FeatureTyping."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -11995,12 +11985,21 @@ oslc_sysml_shapes:FeatureTypingShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -12049,27 +12048,18 @@ oslc_sysml_shapes:FeatureTypingShape a oslc:ResourceShape ; dcterms:title "FeatureTypingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureValueShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FeatureValue ; + oslc:describes oslc_sysml:FeatureValue ; oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -12077,12 +12067,21 @@ oslc_sysml_shapes:FeatureValueShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "value" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:value ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:value ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Expression that provides the value of the featureWithValue as its result."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -12140,39 +12139,39 @@ oslc_sysml_shapes:FeatureValueShape a oslc:ResourceShape ; dcterms:title "FeatureValueShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeaturingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Featuring ; + oslc:describes oslc_sysml:Featuring ; oslc:property [ a oslc:Property ; - oslc:name "type" ; + oslc:name "feature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -12222,172 +12221,172 @@ oslc_sysml_shapes:FeaturingShape a oslc:ResourceShape ; dcterms:title "FeaturingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FlowConnectionDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FlowConnectionDefinition ; + oslc:describes oslc_sysml:FlowConnectionDefinition ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "action" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "action" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:associationEnd, oslc_sysml_shapes:connectionEnd, @@ -12489,172 +12488,172 @@ oslc_sysml_shapes:FlowConnectionDefinitionShape a oslc:ResourceShape ; dcterms:title "FlowConnectionDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FlowConnectionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FlowConnectionUsage ; + oslc:describes oslc_sysml:FlowConnectionUsage ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "directedUsage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, @@ -12794,145 +12793,145 @@ oslc_sysml_shapes:FlowConnectionUsageShape a oslc:ResourceShape ; dcterms:title "FlowConnectionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ForLoopActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ForLoopActionUsage ; + oslc:describes oslc_sysml:ForLoopActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -13057,145 +13056,145 @@ oslc_sysml_shapes:ForLoopActionUsageShape a oslc:ResourceShape ; dcterms:title "ForLoopActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ForkNodeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ForkNode ; + oslc:describes oslc_sysml:ForkNode ; oslc:property [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -13317,84 +13316,84 @@ oslc_sysml_shapes:ForkNodeShape a oslc:ResourceShape ; dcterms:title "ForkNodeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FramedConcernMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:FramedConcernMembership ; + oslc:describes oslc_sysml:FramedConcernMembership ; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsage that is the ownedConstraint of this FramedConcernMembership."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedConstraint" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; + oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsage that is the ownedConstraint of this FramedConcernMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "kind" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:kind ; + oslc:propertyDefinition oslc_sysml:kind ; oslc:readOnly false ; dcterms:description "Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "visibility" ; + oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], - oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:contributor, + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, @@ -13450,54 +13449,48 @@ oslc_sysml_shapes:FramedConcernMembershipShape a oslc:ResourceShape ; dcterms:title "FramedConcernMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FunctionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Function ; + oslc:describes oslc_sysml:Function ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -13505,21 +13498,27 @@ oslc_sysml_shapes:FunctionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -13589,141 +13588,141 @@ oslc_sysml_shapes:FunctionShape a oslc:ResourceShape ; dcterms:title "FunctionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:IfActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:IfActionUsage ; + oslc:describes oslc_sysml:IfActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -13852,27 +13851,27 @@ oslc_sysml_shapes:IfActionUsageShape a oslc:ResourceShape ; dcterms:title "IfActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ImportShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Import ; + oslc:describes oslc_sysml:Import ; oslc:property [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; + oslc:readOnly false ; + dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -13922,200 +13921,200 @@ oslc_sysml_shapes:ImportShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "An Import is an Relationship between its importOwningNamespace and either a Membership (for a MembershipImport) or another Namespace (for a NamespaceImport), which determines a set of Memberships that become importedMemberships of the importOwningNamespace. If isImportAll = false (the default), then only public Memberships are considered "visible". If isImportAll = true, then all Memberships are considered "visible", regardless of their declared visibility. If isRecursive = true, then visible Memberships are also recursively imported from owned sub-Namespaces."^^rdf:XMLLiteral ; + dcterms:description "An Import is an Relationship between its importOwningNamespace and either a Membership (for a MembershipImport) or another Namespace (for a NamespaceImport), which determines a set of Memberships that become importedMemberships of the importOwningNamespace. If isImportAll = false (the default), then only public Memberships are considered \"visible\". If isImportAll = true, then all Memberships are considered \"visible\", regardless of their declared visibility. If isRecursive = true, then visible Memberships are also recursively imported from owned sub-Namespaces."^^rdf:XMLLiteral ; dcterms:title "ImportShape"^^rdf:XMLLiteral . oslc_sysml_shapes:IncludeUseCaseUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:IncludeUseCaseUsage ; + oslc:describes oslc_sysml:IncludeUseCaseUsage ; oslc:property [ a oslc:Property ; - oslc:name "actorParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "objectiveRequirement" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "includedUseCase" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:includedUseCase ; + oslc:range oslc_sysml:UseCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The UseCaseUsages that are included by this UseCaseUse, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseUsage.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "includedUseCase" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:includedUseCase ; - oslc:range oslc_sysmlv2:UseCaseUsage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The UseCaseUsages that are included by this UseCaseUse, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseUsage.."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -14244,12 +14243,12 @@ oslc_sysml_shapes:IncludeUseCaseUsageShape a oslc:ResourceShape ; dcterms:title "IncludeUseCaseUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:InteractionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Interaction ; + oslc:describes oslc_sysml:Interaction ; oslc:property [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -14257,66 +14256,66 @@ oslc_sysml_shapes:InteractionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:associationEnd, oslc_sysml_shapes:contributor, @@ -14393,154 +14392,154 @@ oslc_sysml_shapes:InteractionShape a oslc:ResourceShape ; dcterms:title "InteractionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:InterfaceDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:InterfaceDefinition ; + oslc:describes oslc_sysml:InterfaceDefinition ; oslc:property [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:associationEnd, oslc_sysml_shapes:connectionEnd, @@ -14642,163 +14641,163 @@ oslc_sysml_shapes:InterfaceDefinitionShape a oslc:ResourceShape ; dcterms:title "InterfaceDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:InterfaceUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:InterfaceUsage ; + oslc:describes oslc_sysml:InterfaceUsage ; oslc:property [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, oslc_sysml_shapes:connectionDefinition, @@ -14930,12 +14929,21 @@ oslc_sysml_shapes:InterfaceUsageShape a oslc:ResourceShape ; dcterms:title "InterfaceUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:IntersectingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Intersecting ; + oslc:describes oslc_sysml:Intersecting ; oslc:property [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -14943,21 +14951,12 @@ oslc_sysml_shapes:IntersectingShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -15004,112 +15003,112 @@ oslc_sysml_shapes:IntersectingShape a oslc:ResourceShape ; dcterms:title "IntersectingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:InvariantShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Invariant ; + oslc:describes oslc_sysml:Invariant ; oslc:property [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -15199,112 +15198,112 @@ oslc_sysml_shapes:InvariantShape a oslc:ResourceShape ; dcterms:title "InvariantShape"^^rdf:XMLLiteral . oslc_sysml_shapes:InvocationExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:InvocationExpression ; + oslc:describes oslc_sysml:InvocationExpression ; oslc:property [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:argument, oslc_sysml_shapes:behavior, @@ -15394,136 +15393,136 @@ oslc_sysml_shapes:InvocationExpressionShape a oslc:ResourceShape ; dcterms:title "InvocationExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ItemDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ItemDefinition ; + oslc:describes oslc_sysml:ItemDefinition ; oslc:property [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "ownedConcern" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -15615,88 +15614,88 @@ oslc_sysml_shapes:ItemDefinitionShape a oslc:ResourceShape ; dcterms:title "ItemDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ItemFeatureShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ItemFeature ; + oslc:describes oslc_sysml:ItemFeature ; oslc:property [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -15782,88 +15781,88 @@ oslc_sysml_shapes:ItemFeatureShape a oslc:ResourceShape ; dcterms:title "ItemFeatureShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ItemFlowEndShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ItemFlowEnd ; + oslc:describes oslc_sysml:ItemFlowEnd ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -15949,124 +15948,124 @@ oslc_sysml_shapes:ItemFlowEndShape a oslc:ResourceShape ; dcterms:title "ItemFlowEndShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ItemFlowShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ItemFlow ; + oslc:describes oslc_sysml:ItemFlow ; oslc:property [ a oslc:Property ; - oslc:name "target" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, oslc_sysml_shapes:behavior, @@ -16167,39 +16166,48 @@ oslc_sysml_shapes:ItemFlowShape a oslc:ResourceShape ; dcterms:title "ItemFlowShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ItemUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ItemUsage ; + oslc:describes oslc_sysml:ItemUsage ; oslc:property [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -16207,96 +16215,87 @@ oslc_sysml_shapes:ItemUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -16417,145 +16416,145 @@ oslc_sysml_shapes:ItemUsageShape a oslc:ResourceShape ; dcterms:title "ItemUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:JoinNodeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:JoinNode ; + oslc:describes oslc_sysml:JoinNode ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -16677,12 +16676,12 @@ oslc_sysml_shapes:JoinNodeShape a oslc:ResourceShape ; dcterms:title "JoinNodeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:LibraryPackageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LibraryPackage ; + oslc:describes oslc_sysml:LibraryPackage ; oslc:property [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -16735,30 +16734,39 @@ oslc_sysml_shapes:LibraryPackageShape a oslc:ResourceShape ; dcterms:title "LibraryPackageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:LifeClassShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LifeClass ; + oslc:describes oslc_sysml:LifeClass ; oslc:property [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -16766,21 +16774,12 @@ oslc_sysml_shapes:LifeClassShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -16848,118 +16847,118 @@ oslc_sysml_shapes:LifeClassShape a oslc:ResourceShape ; dcterms:title "LifeClassShape"^^rdf:XMLLiteral . oslc_sysml_shapes:LiteralBooleanShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralBoolean ; + oslc:describes oslc_sysml:LiteralBoolean ; oslc:property [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "value" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:value ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Boolean value that is the result of evaluating this LiteralBoolean."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:value ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; - dcterms:description "The Boolean value that is the result of evaluating this LiteralBoolean."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -17047,112 +17046,112 @@ oslc_sysml_shapes:LiteralBooleanShape a oslc:ResourceShape ; dcterms:title "LiteralBooleanShape"^^rdf:XMLLiteral . oslc_sysml_shapes:LiteralExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralExpression ; + oslc:describes oslc_sysml:LiteralExpression ; oslc:property [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -17240,112 +17239,112 @@ oslc_sysml_shapes:LiteralExpressionShape a oslc:ResourceShape ; dcterms:title "LiteralExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:LiteralInfinityShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralInfinity ; + oslc:describes oslc_sysml:LiteralInfinity ; oslc:property [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -17433,118 +17432,118 @@ oslc_sysml_shapes:LiteralInfinityShape a oslc:ResourceShape ; dcterms:title "LiteralInfinityShape"^^rdf:XMLLiteral . oslc_sysml_shapes:LiteralIntegerShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralInteger ; + oslc:describes oslc_sysml:LiteralInteger ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "value" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:value ; + oslc:propertyDefinition oslc_sysml:value ; oslc:readOnly false ; dcterms:description "The Integer value that is the result of evaluating this LiteralInteger."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -17632,118 +17631,118 @@ oslc_sysml_shapes:LiteralIntegerShape a oslc:ResourceShape ; dcterms:title "LiteralIntegerShape"^^rdf:XMLLiteral . oslc_sysml_shapes:LiteralRationalShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralRational ; + oslc:describes oslc_sysml:LiteralRational ; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "value" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:value ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The value whose rational approximation is the result of evaluating this LiteralRational."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "value" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:value ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "The value whose rational approximation is the result of evaluating this LiteralRational."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -17831,118 +17830,118 @@ oslc_sysml_shapes:LiteralRationalShape a oslc:ResourceShape ; dcterms:title "LiteralRationalShape"^^rdf:XMLLiteral . oslc_sysml_shapes:LiteralStringShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LiteralString ; + oslc:describes oslc_sysml:LiteralString ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "value" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:value ; + oslc:propertyDefinition oslc_sysml:value ; oslc:readOnly false ; dcterms:description "The String value that is the result of evaluating this LiteralString."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -18030,145 +18029,145 @@ oslc_sysml_shapes:LiteralStringShape a oslc:ResourceShape ; dcterms:title "LiteralStringShape"^^rdf:XMLLiteral . oslc_sysml_shapes:LoopActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:LoopActionUsage ; + oslc:describes oslc_sysml:LoopActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "directedUsage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -18291,40 +18290,40 @@ oslc_sysml_shapes:LoopActionUsageShape a oslc:ResourceShape ; dcterms:title "LoopActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:MembershipExposeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MembershipExpose ; + oslc:describes oslc_sysml:MembershipExpose ; oslc:property [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; + oslc:readOnly false ; + dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Membership to be imported."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -18374,40 +18373,40 @@ oslc_sysml_shapes:MembershipExposeShape a oslc:ResourceShape ; dcterms:title "MembershipExposeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:MembershipImportShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MembershipImport ; + oslc:describes oslc_sysml:MembershipImport ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Membership to be imported."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Membership to be imported."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; + oslc:readOnly false ; + dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -18457,31 +18456,31 @@ oslc_sysml_shapes:MembershipImportShape a oslc:ResourceShape ; dcterms:title "MembershipImportShape"^^rdf:XMLLiteral . oslc_sysml_shapes:MembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Membership ; + oslc:describes oslc_sysml:Membership ; oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -18532,63 +18531,54 @@ oslc_sysml_shapes:MembershipShape a oslc:ResourceShape ; dcterms:title "MembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:MergeNodeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MergeNode ; + oslc:describes oslc_sysml:MergeNode ; oslc:property [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -18596,77 +18586,86 @@ oslc_sysml_shapes:MergeNodeShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -18792,12 +18791,12 @@ oslc_sysml_shapes:MergeNodeShape a oslc:ResourceShape ; dcterms:title "MergeNodeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:MetaclassShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Metaclass ; + oslc:describes oslc_sysml:Metaclass ; oslc:property [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -18805,39 +18804,39 @@ oslc_sysml_shapes:MetaclassShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -18905,112 +18904,112 @@ oslc_sysml_shapes:MetaclassShape a oslc:ResourceShape ; dcterms:title "MetaclassShape"^^rdf:XMLLiteral . oslc_sysml_shapes:MetadataAccessExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MetadataAccessExpression ; + oslc:describes oslc_sysml:MetadataAccessExpression ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; + oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -19099,30 +19098,21 @@ oslc_sysml_shapes:MetadataAccessExpressionShape a oslc:ResourceShape ; dcterms:title "MetadataAccessExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:MetadataDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MetadataDefinition ; + oslc:describes oslc_sysml:MetadataDefinition ; oslc:property [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -19130,8 +19120,8 @@ oslc_sysml_shapes:MetadataDefinitionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -19139,96 +19129,105 @@ oslc_sysml_shapes:MetadataDefinitionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -19320,97 +19319,97 @@ oslc_sysml_shapes:MetadataDefinitionShape a oslc:ResourceShape ; dcterms:title "MetadataDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:MetadataFeatureShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MetadataFeature ; + oslc:describes oslc_sysml:MetadataFeature ; oslc:property [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "annotatedElement" ; oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:annotatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:annotation, oslc_sysml_shapes:contributor, @@ -19499,145 +19498,145 @@ oslc_sysml_shapes:MetadataFeatureShape a oslc:ResourceShape ; dcterms:title "MetadataFeatureShape"^^rdf:XMLLiteral . oslc_sysml_shapes:MetadataUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MetadataUsage ; + oslc:describes oslc_sysml:MetadataUsage ; oslc:property [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "annotatedElement" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "annotatedElement" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition oslc_sysml:annotatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:annotation, oslc_sysml_shapes:contributor, @@ -19762,88 +19761,88 @@ oslc_sysml_shapes:MetadataUsageShape a oslc:ResourceShape ; dcterms:title "MetadataUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:MultiplicityRangeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:MultiplicityRange ; + oslc:describes oslc_sysml:MultiplicityRange ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:bound, oslc_sysml_shapes:contributor, @@ -19932,88 +19931,88 @@ oslc_sysml_shapes:MultiplicityRangeShape a oslc:ResourceShape ; dcterms:title "MultiplicityRangeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:MultiplicityShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Multiplicity ; + oslc:describes oslc_sysml:Multiplicity ; oslc:property [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -20100,18 +20099,18 @@ oslc_sysml_shapes:MultiplicityShape a oslc:ResourceShape ; dcterms:title "MultiplicityShape"^^rdf:XMLLiteral . oslc_sysml_shapes:NamespaceExposeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:NamespaceExpose ; + oslc:describes oslc_sysml:NamespaceExpose ; oslc:property [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -20119,8 +20118,8 @@ oslc_sysml_shapes:NamespaceExposeShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -20175,12 +20174,12 @@ oslc_sysml_shapes:NamespaceExposeShape a oslc:ResourceShape ; dcterms:title "NamespaceExposeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:NamespaceImportShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:NamespaceImport ; + oslc:describes oslc_sysml:NamespaceImport ; oslc:property [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -20188,8 +20187,8 @@ oslc_sysml_shapes:NamespaceImportShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -20197,7 +20196,7 @@ oslc_sysml_shapes:NamespaceImportShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, @@ -20250,12 +20249,12 @@ oslc_sysml_shapes:NamespaceImportShape a oslc:ResourceShape ; dcterms:title "NamespaceImportShape"^^rdf:XMLLiteral . oslc_sysml_shapes:NamespaceShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Namespace ; + oslc:describes oslc_sysml:Namespace ; oslc:property [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -20306,81 +20305,90 @@ oslc_sysml_shapes:NamespaceShape a oslc:ResourceShape ; dcterms:title "NamespaceShape"^^rdf:XMLLiteral . oslc_sysml_shapes:NullExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:NullExpression ; + oslc:describes oslc_sysml:NullExpression ; oslc:property [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -20388,30 +20396,21 @@ oslc_sysml_shapes:NullExpressionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -20499,54 +20498,54 @@ oslc_sysml_shapes:NullExpressionShape a oslc:ResourceShape ; dcterms:title "NullExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ObjectiveMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ObjectiveMembership ; + oslc:describes oslc_sysml:ObjectiveMembership ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:visibility ; + oslc:readOnly false ; + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -20607,136 +20606,136 @@ oslc_sysml_shapes:ObjectiveMembershipShape a oslc:ResourceShape ; dcterms:title "ObjectiveMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:OccurrenceDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:OccurrenceDefinition ; + oslc:describes oslc_sysml:OccurrenceDefinition ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -20828,136 +20827,136 @@ oslc_sysml_shapes:OccurrenceDefinitionShape a oslc:ResourceShape ; dcterms:title "OccurrenceDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:OccurrenceUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:OccurrenceUsage ; + oslc:describes oslc_sysml:OccurrenceUsage ; oslc:property [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -21077,112 +21076,112 @@ oslc_sysml_shapes:OccurrenceUsageShape a oslc:ResourceShape ; dcterms:title "OccurrenceUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:OperatorExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:OperatorExpression ; + oslc:describes oslc_sysml:OperatorExpression ; oslc:property [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:argument, oslc_sysml_shapes:behavior, @@ -21273,18 +21272,18 @@ oslc_sysml_shapes:OperatorExpressionShape a oslc:ResourceShape ; dcterms:title "OperatorExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:OwningMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:OwningMembership ; + oslc:describes oslc_sysml:OwningMembership ; oslc:property [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -21292,8 +21291,8 @@ oslc_sysml_shapes:OwningMembershipShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -21352,12 +21351,12 @@ oslc_sysml_shapes:OwningMembershipShape a oslc:ResourceShape ; dcterms:title "OwningMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:PackageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Package ; + oslc:describes oslc_sysml:Package ; oslc:property [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -21409,36 +21408,36 @@ oslc_sysml_shapes:PackageShape a oslc:ResourceShape ; dcterms:title "PackageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ParameterMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ParameterMembership ; + oslc:describes oslc_sysml:ParameterMembership ; oslc:property [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; + oslc:readOnly false ; + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -21446,8 +21445,8 @@ oslc_sysml_shapes:ParameterMembershipShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -21455,8 +21454,8 @@ oslc_sysml_shapes:ParameterMembershipShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -21517,136 +21516,136 @@ oslc_sysml_shapes:ParameterMembershipShape a oslc:ResourceShape ; dcterms:title "ParameterMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:PartDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:PartDefinition ; + oslc:describes oslc_sysml:PartDefinition ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -21738,136 +21737,136 @@ oslc_sysml_shapes:PartDefinitionShape a oslc:ResourceShape ; dcterms:title "PartDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:PartUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:PartUsage ; + oslc:describes oslc_sysml:PartUsage ; oslc:property [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -21989,145 +21988,145 @@ oslc_sysml_shapes:PartUsageShape a oslc:ResourceShape ; dcterms:title "PartUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:PerformActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:PerformActionUsage ; + oslc:describes oslc_sysml:PerformActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -22251,52 +22250,52 @@ oslc_sysml_shapes:PerformActionUsageShape a oslc:ResourceShape ; dcterms:title "PerformActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:PortConjugationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:PortConjugation ; + oslc:describes oslc_sysml:PortConjugation ; oslc:property [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The conjugatedType of this Conjugation that is also its owningRelatedElement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "conjugatedPortDefinition" ; + oslc:name "originalPortDefinition" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:conjugatedPortDefinition ; - oslc:range oslc_sysmlv2:ConjugatedPortDefinition ; + oslc:propertyDefinition oslc_sysml:originalPortDefinition ; + oslc:range oslc_sysml:PortDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConjugatedPortDefinition that is conjugate to the originalPortDefinition."^^rdf:XMLLiteral ], + dcterms:description "The PortDefinition being conjugated."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "originalPortDefinition" ; + oslc:name "conjugatedPortDefinition" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:originalPortDefinition ; - oslc:range oslc_sysmlv2:PortDefinition ; + oslc:propertyDefinition oslc_sysml:conjugatedPortDefinition ; + oslc:range oslc_sysml:ConjugatedPortDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The PortDefinition being conjugated."^^rdf:XMLLiteral ], + dcterms:description "The ConjugatedPortDefinition that is conjugate to the originalPortDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:conjugatedType, oslc_sysml_shapes:contributor, @@ -22344,145 +22343,145 @@ oslc_sysml_shapes:PortConjugationShape a oslc:ResourceShape ; dcterms:title "PortConjugationShape"^^rdf:XMLLiteral . oslc_sysml_shapes:PortDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:PortDefinition ; + oslc:describes oslc_sysml:PortDefinition ; oslc:property [ a oslc:Property ; oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "conjugatedPortDefinition" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:conjugatedPortDefinition ; - oslc:range oslc_sysmlv2:ConjugatedPortDefinition ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The that is conjugate to this PortDefinition.."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "conjugatedPortDefinition" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:conjugatedPortDefinition ; + oslc:range oslc_sysml:ConjugatedPortDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The that is conjugate to this PortDefinition.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -22574,145 +22573,145 @@ oslc_sysml_shapes:PortDefinitionShape a oslc:ResourceShape ; dcterms:title "PortDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:PortUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:PortUsage ; + oslc:describes oslc_sysml:PortUsage ; oslc:property [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:name "portDefinition" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:portDefinition ; + oslc:range oslc_sysml:PortDefinition ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The occurrenceDefinitions of this PortUsage, which must all be PortDefinitions.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "portDefinition" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:portDefinition ; - oslc:range oslc_sysmlv2:PortDefinition ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The occurrenceDefinitions of this PortUsage, which must all be PortDefinitions.."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -22832,45 +22831,45 @@ oslc_sysml_shapes:PortUsageShape a oslc:ResourceShape ; dcterms:title "PortUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:PredicateShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Predicate ; + oslc:describes oslc_sysml:Predicate ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -22878,30 +22877,30 @@ oslc_sysml_shapes:PredicateShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -22971,43 +22970,43 @@ oslc_sysml_shapes:PredicateShape a oslc:ResourceShape ; dcterms:title "PredicateShape"^^rdf:XMLLiteral . oslc_sysml_shapes:RedefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Redefinition ; + oslc:describes oslc_sysml:Redefinition ; oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "owningFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningFeature" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -23059,43 +23058,43 @@ oslc_sysml_shapes:RedefinitionShape a oslc:ResourceShape ; dcterms:title "RedefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ReferenceSubsettingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ReferenceSubsetting ; + oslc:describes oslc_sysml:ReferenceSubsetting ; oslc:property [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "owningFeature" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningFeature" ; + oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -23147,130 +23146,130 @@ oslc_sysml_shapes:ReferenceSubsettingShape a oslc:ResourceShape ; dcterms:title "ReferenceSubsettingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ReferenceUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ReferenceUsage ; + oslc:describes oslc_sysml:ReferenceUsage ; oslc:property [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -23387,25 +23386,25 @@ oslc_sysml_shapes:ReferenceUsageShape a oslc:ResourceShape ; dcterms:title "ReferenceUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:RelationshipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Relationship ; + oslc:describes oslc_sysml:Relationship ; oslc:property [ a oslc:Property ; - oslc:name "target" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -23451,136 +23450,136 @@ oslc_sysml_shapes:RelationshipShape a oslc:ResourceShape ; dcterms:title "RelationshipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:RenderingDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:RenderingDefinition ; + oslc:describes oslc_sysml:RenderingDefinition ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "ownedRendering" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -23673,136 +23672,136 @@ oslc_sysml_shapes:RenderingDefinitionShape a oslc:ResourceShape ; dcterms:title "RenderingDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:RenderingUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:RenderingUsage ; + oslc:describes oslc_sysml:RenderingUsage ; oslc:property [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -23925,73 +23924,73 @@ oslc_sysml_shapes:RenderingUsageShape a oslc:ResourceShape ; dcterms:title "RenderingUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:RequirementConstraintMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:RequirementConstraintMembership ; + oslc:describes oslc_sysml:RequirementConstraintMembership ; oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "visibility" ; + oslc:name "kind" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:kind ; oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "kind" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:kind ; - oslc:readOnly false ; - dcterms:description "Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -24048,226 +24047,226 @@ oslc_sysml_shapes:RequirementConstraintMembershipShape a oslc:ResourceShape ; dcterms:title "RequirementConstraintMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:RequirementDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:RequirementDefinition ; + oslc:describes oslc_sysml:RequirementDefinition ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "text" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:text ; + oslc:propertyDefinition oslc_sysml:text ; oslc:readOnly false ; dcterms:description "An optional textual statement of the requirement represented by this RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "stakeholderParameter" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementDefinition that represent stakeholders for th requirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "reqId" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:reqId ; - oslc:readOnly false ; - dcterms:description "An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "requiredConstraint" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:requiredConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementDefinition that represent actors involved in the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "framedConcern" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:framedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this RequirementDefinition that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementDefinition that represent actors involved in the requirement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:assumedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:assumedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementDefinition, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = assumption."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "framedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:framedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "requiredConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:requiredConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this RequirementDefinition that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "reqId" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:reqId ; + oslc:readOnly false ; + dcterms:description "An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "stakeholderParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:stakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementDefinition that represent stakeholders for th requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -24361,177 +24360,171 @@ oslc_sysml_shapes:RequirementDefinitionShape a oslc:ResourceShape ; dcterms:title "RequirementDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:RequirementUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:RequirementUsage ; + oslc:describes oslc_sysml:RequirementUsage ; oslc:property [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "text" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:text ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "stakeholderParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "requiredConstraint" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:requiredConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "reqId" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:reqId ; + oslc:propertyDefinition oslc_sysml:reqId ; oslc:readOnly false ; dcterms:description "An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "requiredConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:requiredConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "stakeholderParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:stakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "text" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:text ; + oslc:readOnly false ; + dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:assumedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -24539,48 +24532,54 @@ oslc_sysml_shapes:RequirementUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "framedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:framedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "assumedConstraint" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:assumedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "framedConcern" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:framedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:constraintDefinition, @@ -24705,91 +24704,91 @@ oslc_sysml_shapes:RequirementUsageShape a oslc:ResourceShape ; dcterms:title "RequirementUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:RequirementVerificationMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:RequirementVerificationMembership ; + oslc:describes oslc_sysml:RequirementVerificationMembership ; oslc:property [ a oslc:Property ; - oslc:name "kind" ; + oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:kind ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; + oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "verifiedRequirement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:verifiedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership."^^rdf:XMLLiteral ], + dcterms:description " The RequirementUsage that is identified as being verified. It is the referencedConstraint of the RequirementVerificationMembership considered as a RequirementConstraintMembership, which must be a RequirementUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedRequirement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The owned RequirementUsage that acts as the ownedConstraint for this RequirementVerificationMembership. This will either be the verifiedRequirement, or it will subset the verifiedRequirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "verifiedRequirement" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:verifiedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description " The RequirementUsage that is identified as being verified. It is the referencedConstraint of the RequirementVerificationMembership considered as a RequirementConstraintMembership, which must be a RequirementUsage."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "visibility" ; + oslc:name "kind" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:kind ; oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + dcterms:description "Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "ownedConstraint" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -24846,58 +24845,58 @@ oslc_sysml_shapes:RequirementVerificationMembershipShape a oslc:ResourceShape ; dcterms:title "RequirementVerificationMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ResultExpressionMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ResultExpressionMembership ; + oslc:describes oslc_sysml:ResultExpressionMembership ; oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -24954,12 +24953,21 @@ oslc_sysml_shapes:ResultExpressionMembershipShape a oslc:ResourceShape ; dcterms:title "ResultExpressionMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ReturnParameterMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ReturnParameterMembership ; + oslc:describes oslc_sysml:ReturnParameterMembership ; oslc:property [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -24967,45 +24975,36 @@ oslc_sysml_shapes:ReturnParameterMembershipShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; + oslc:name "feature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -25062,224 +25061,224 @@ oslc_sysml_shapes:ReturnParameterMembershipShape a oslc:ResourceShape ; dcterms:title "ReturnParameterMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:SatisfyRequirementUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SatisfyRequirementUsage ; + oslc:describes oslc_sysml:SatisfyRequirementUsage ; oslc:property [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "framedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:framedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:assumedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "requiredConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:requiredConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "stakeholderParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:stakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "stakeholderParameter" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "framedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:framedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "assumedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:assumedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "text" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:text ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; - dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "requiredConstraint" ; + oslc:name "text" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:text ; + oslc:readOnly false ; + dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:requiredConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "reqId" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:reqId ; + oslc:propertyDefinition oslc_sysml:reqId ; oslc:readOnly false ; dcterms:description "An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, @@ -25410,112 +25409,112 @@ oslc_sysml_shapes:SatisfyRequirementUsageShape a oslc:ResourceShape ; dcterms:title "SatisfyRequirementUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:SelectExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SelectExpression ; + oslc:describes oslc_sysml:SelectExpression ; oslc:property [ a oslc:Property ; - oslc:name "differencingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:argument, oslc_sysml_shapes:behavior, @@ -25602,167 +25601,167 @@ oslc_sysml_shapes:SelectExpressionShape a oslc:ResourceShape ; oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; - dcterms:description "A SelectExpression is an OperatorExpression whose operator is "select", which resolves to the Function ControlFunctions::select from the Kernel Functions Library."^^rdf:XMLLiteral ; + dcterms:description "A SelectExpression is an OperatorExpression whose operator is \"select\", which resolves to the Function ControlFunctions::select from the Kernel Functions Library."^^rdf:XMLLiteral ; dcterms:title "SelectExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:SendActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SendActionUsage ; + oslc:describes oslc_sysml:SendActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "receiverArgument" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:receiverArgument ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "An Expression whose result is bound to the receiver input parameter of this SendActionUsage."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "receiverArgument" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:receiverArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "An Expression whose result is bound to the receiver input parameter of this SendActionUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "payloadArgument" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:payloadArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:payloadArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "An Expression whose result is bound to the payload input parameter of this SendActionUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -25885,34 +25884,34 @@ oslc_sysml_shapes:SendActionUsageShape a oslc:ResourceShape ; dcterms:title "SendActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:SpecializationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Specialization ; + oslc:describes oslc_sysml:Specialization ; oslc:property [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -25960,58 +25959,58 @@ oslc_sysml_shapes:SpecializationShape a oslc:ResourceShape ; dcterms:title "SpecializationShape"^^rdf:XMLLiteral . oslc_sysml_shapes:StakeholderMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:StakeholderMembership ; + oslc:describes oslc_sysml:StakeholderMembership ; oslc:property [ a oslc:Property ; - oslc:name "owningType" ; + oslc:name "feature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "visibility" ; + oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -26069,185 +26068,185 @@ oslc_sysml_shapes:StakeholderMembershipShape a oslc:ResourceShape ; dcterms:title "StakeholderMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:StateDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:StateDefinition ; + oslc:describes oslc_sysml:StateDefinition ; oslc:property [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "doAction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:doAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:name "ownedRendering" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateDefinition to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = do."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "exitAction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:exitAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateDefinition to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = exit."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "entryAction" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:entryAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsage of this StateDefinition to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = entry."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "entryAction" ; + oslc:name "exitAction" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:entryAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:exitAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateDefinition to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = entry."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsage of this StateDefinition to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = exit."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isParallel" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isParallel ; - oslc:readOnly false ; - dcterms:description "Whether the ownedStates of this StateDefinition are to all be performed in parallel. If true, none of the ownedActions (which includes ownedStates) may have any incoming or outgoing Transitions. If false, only one ownedState may be performed at a time."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "action" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "doAction" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:doAction ; + oslc:range oslc_sysml:ActionUsage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ActionUsage of this StateDefinition to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = do."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "isParallel" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isParallel ; + oslc:readOnly false ; + dcterms:description "Whether the ownedStates of this StateDefinition are to all be performed in parallel. If true, none of the ownedActions (which includes ownedStates) may have any incoming or outgoing Transitions. If false, only one ownedState may be performed at a time."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, @@ -26343,73 +26342,73 @@ oslc_sysml_shapes:StateDefinitionShape a oslc:ResourceShape ; dcterms:title "StateDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:StateSubactionMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:StateSubactionMembership ; + oslc:describes oslc_sysml:StateSubactionMembership ; oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "kind" ; + oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:kind ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - dcterms:description "Whether this StateSubactionMembership is for an entry, do or exit ActionUsage.."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "feature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "action" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsage that is the ownedMemberFeature of this StateSubactionMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "action" ; + oslc:name "kind" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:kind ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage that is the ownedMemberFeature of this StateSubactionMembership."^^rdf:XMLLiteral ], + dcterms:description "Whether this StateSubactionMembership is for an entry, do or exit ActionUsage.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -26465,178 +26464,178 @@ oslc_sysml_shapes:StateSubactionMembershipShape a oslc:ResourceShape ; dcterms:title "StateSubactionMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:StateUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:StateUsage ; + oslc:describes oslc_sysml:StateUsage ; oslc:property [ a oslc:Property ; - oslc:name "entryAction" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "doAction" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:entryAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:doAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateUsage to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = entry."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsage of this StateUsage to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = do."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "exitAction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:exitAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateUsage to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = exit."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "doAction" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:doAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsage of this StateUsage to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = do."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "entryAction" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:entryAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ActionUsage of this StateUsage to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = entry."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "exitAction" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:exitAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsage of this StateUsage to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = exit."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isParallel" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isParallel ; - oslc:readOnly false ; - dcterms:description "Whether the nestedStates of this StateUsage are to all be performed in parallel. If true, none of the nestedActions (which include nestedStates) may have any incoming or outgoing Transitions. If false, only one nestedState may be performed at a time."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "directedUsage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "isParallel" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isParallel ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Whether the nestedStates of this StateUsage are to all be performed in parallel. If true, none of the nestedActions (which include nestedStates) may have any incoming or outgoing Transitions. If false, only one nestedState may be performed at a time."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -26760,97 +26759,97 @@ oslc_sysml_shapes:StateUsageShape a oslc:ResourceShape ; dcterms:title "StateUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:StepShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Step ; + oslc:describes oslc_sysml:Step ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, @@ -26937,52 +26936,52 @@ oslc_sysml_shapes:StepShape a oslc:ResourceShape ; dcterms:title "StepShape"^^rdf:XMLLiteral . oslc_sysml_shapes:StructureShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Structure ; + oslc:describes oslc_sysml:Structure ; oslc:property [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -27050,34 +27049,34 @@ oslc_sysml_shapes:StructureShape a oslc:ResourceShape ; dcterms:title "StructureShape"^^rdf:XMLLiteral . oslc_sysml_shapes:SubclassificationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Subclassification ; + oslc:describes oslc_sysml:Subclassification ; oslc:property [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -27128,58 +27127,58 @@ oslc_sysml_shapes:SubclassificationShape a oslc:ResourceShape ; dcterms:title "SubclassificationShape"^^rdf:XMLLiteral . oslc_sysml_shapes:SubjectMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SubjectMembership ; + oslc:describes oslc_sysml:SubjectMembership ; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; + oslc:name "feature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "type" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -27237,43 +27236,43 @@ oslc_sysml_shapes:SubjectMembershipShape a oslc:ResourceShape ; dcterms:title "SubjectMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:SubsettingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Subsetting ; + oslc:describes oslc_sysml:Subsetting ; oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningFeature" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:owningFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -27323,166 +27322,166 @@ oslc_sysml_shapes:SubsettingShape a oslc:ResourceShape ; dcterms:title "SubsettingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:SuccessionAsUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SuccessionAsUsage ; + oslc:describes oslc_sysml:SuccessionAsUsage ; oslc:property [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "guardExpression" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:guardExpression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "guardExpression" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:guardExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, oslc_sysml_shapes:connectorEnd, @@ -27610,39 +27609,72 @@ oslc_sysml_shapes:SuccessionAsUsageShape a oslc:ResourceShape ; dcterms:title "SuccessionAsUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:SuccessionFlowConnectionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SuccessionFlowConnectionUsage ; + oslc:describes oslc_sysml:SuccessionFlowConnectionUsage ; oslc:property [ a oslc:Property ; - oslc:name "target" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "directedUsage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -27650,146 +27682,380 @@ oslc_sysml_shapes:SuccessionFlowConnectionUsageShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "guardExpression" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:guardExpression ; + oslc:range oslc_sysml:Expression ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "targetFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + oslc_sysml_shapes:actionDefinition, + oslc_sysml_shapes:aliasIds, + oslc_sysml_shapes:association, + oslc_sysml_shapes:behavior, + oslc_sysml_shapes:connectionDefinition, + oslc_sysml_shapes:connectorEnd, + oslc_sysml_shapes:contributor, + oslc_sysml_shapes:created, + oslc_sysml_shapes:creator, + oslc_sysml_shapes:dctype, + oslc_sysml_shapes:declaredName, + oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, + oslc_sysml_shapes:derives, + oslc_sysml_shapes:description, + oslc_sysml_shapes:directedFeature, + oslc_sysml_shapes:direction, + oslc_sysml_shapes:documentation, + oslc_sysml_shapes:effectStep, + oslc_sysml_shapes:elaborates, + oslc_sysml_shapes:elementId, + oslc_sysml_shapes:endFeature, + oslc_sysml_shapes:endOwningType, + oslc_sysml_shapes:external, + oslc_sysml_shapes:featureMembership, + oslc_sysml_shapes:featureTarget, + oslc_sysml_shapes:flowConnectionDefinition, + oslc_sysml_shapes:identifier, + oslc_sysml_shapes:individualDefinition, + oslc_sysml_shapes:inheritedFeature, + oslc_sysml_shapes:inheritedMembership, + oslc_sysml_shapes:input, + oslc_sysml_shapes:instanceShape, + oslc_sysml_shapes:interaction, + oslc_sysml_shapes:isAbstract, + oslc_sysml_shapes:isComposite, + oslc_sysml_shapes:isConjugated, + oslc_sysml_shapes:isDerived, + oslc_sysml_shapes:isEnd, + oslc_sysml_shapes:isImplied, + oslc_sysml_shapes:isImpliedIncluded, + oslc_sysml_shapes:isLibraryElement, + oslc_sysml_shapes:isNonunique, + oslc_sysml_shapes:isOrdered, + oslc_sysml_shapes:isPortion, + oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, + oslc_sysml_shapes:isSufficient, + oslc_sysml_shapes:isUnique, + oslc_sysml_shapes:itemDefinition, + oslc_sysml_shapes:itemFeature, + oslc_sysml_shapes:itemFlowEnd, + oslc_sysml_shapes:itemType, + oslc_sysml_shapes:member, + oslc_sysml_shapes:membership, + oslc_sysml_shapes:modified, + oslc_sysml_shapes:multiplicity, + oslc_sysml_shapes:name, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, + oslc_sysml_shapes:occurrenceDefinition, + oslc_sysml_shapes:output, + oslc_sysml_shapes:ownedAnnotation, + oslc_sysml_shapes:ownedConjugator, + oslc_sysml_shapes:ownedDifferencing, + oslc_sysml_shapes:ownedDisjoining, + oslc_sysml_shapes:ownedElement, + oslc_sysml_shapes:ownedEndFeature, + oslc_sysml_shapes:ownedFeature, + oslc_sysml_shapes:ownedFeatureChaining, + oslc_sysml_shapes:ownedFeatureInverting, + oslc_sysml_shapes:ownedFeatureMembership, + oslc_sysml_shapes:ownedImport, + oslc_sysml_shapes:ownedIntersecting, + oslc_sysml_shapes:ownedMember, + oslc_sysml_shapes:ownedMembership, + oslc_sysml_shapes:ownedRedefinition, + oslc_sysml_shapes:ownedReferenceSubsetting, + oslc_sysml_shapes:ownedRelatedElement, + oslc_sysml_shapes:ownedRelationship, + oslc_sysml_shapes:ownedSpecialization, + oslc_sysml_shapes:ownedSubsetting, + oslc_sysml_shapes:ownedTypeFeaturing, + oslc_sysml_shapes:ownedTyping, + oslc_sysml_shapes:ownedUnioning, + oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, + oslc_sysml_shapes:owningFeatureMembership, + oslc_sysml_shapes:owningMembership, + oslc_sysml_shapes:owningNamespace, + oslc_sysml_shapes:owningRelatedElement, + oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:partDefinition, + oslc_sysml_shapes:portionKind, + oslc_sysml_shapes:qualifiedName, + oslc_sysml_shapes:refine, + oslc_sysml_shapes:relatedElement, + oslc_sysml_shapes:relatedFeature, + oslc_sysml_shapes:satisfy, + oslc_sysml_shapes:serviceProvider, + oslc_sysml_shapes:shortName, + oslc_sysml_shapes:shortTitle, + oslc_sysml_shapes:source, + oslc_sysml_shapes:sourceFeature, + oslc_sysml_shapes:sourceOutputFeature, + oslc_sysml_shapes:targetInputFeature, + oslc_sysml_shapes:textualRepresentation, + oslc_sysml_shapes:title, + oslc_sysml_shapes:trace, + oslc_sysml_shapes:transitionStep, + oslc_sysml_shapes:triggerStep, + oslc_sysml_shapes:type ; + dcterms:description "A SuccessionFlowConnectionUsage is a FlowConnectionUsage that is also a SuccessionItemFlow."^^rdf:XMLLiteral ; + dcterms:title "SuccessionFlowConnectionUsageShape"^^rdf:XMLLiteral . + +oslc_sysml_shapes:SuccessionItemFlowShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:SuccessionItemFlow ; + oslc:property [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "guardExpression" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:guardExpression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:guardExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], - oslc_sysml_shapes:actionDefinition, + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, oslc_sysml_shapes:behavior, - oslc_sysml_shapes:connectionDefinition, oslc_sysml_shapes:connectorEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -27797,7 +28063,6 @@ oslc_sysml_shapes:SuccessionFlowConnectionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, - oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, @@ -27811,9 +28076,7 @@ oslc_sysml_shapes:SuccessionFlowConnectionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:external, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, - oslc_sysml_shapes:flowConnectionDefinition, oslc_sysml_shapes:identifier, - oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, @@ -27831,10 +28094,8 @@ oslc_sysml_shapes:SuccessionFlowConnectionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReadOnly, - oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:itemFeature, oslc_sysml_shapes:itemFlowEnd, oslc_sysml_shapes:itemType, @@ -27843,34 +28104,6 @@ oslc_sysml_shapes:SuccessionFlowConnectionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, - oslc_sysml_shapes:nestedAction, - oslc_sysml_shapes:nestedAllocation, - oslc_sysml_shapes:nestedAnalysisCase, - oslc_sysml_shapes:nestedAttribute, - oslc_sysml_shapes:nestedCalculation, - oslc_sysml_shapes:nestedCase, - oslc_sysml_shapes:nestedConcern, - oslc_sysml_shapes:nestedConnection, - oslc_sysml_shapes:nestedConstraint, - oslc_sysml_shapes:nestedEnumeration, - oslc_sysml_shapes:nestedFlow, - oslc_sysml_shapes:nestedInterface, - oslc_sysml_shapes:nestedItem, - oslc_sysml_shapes:nestedMetadata, - oslc_sysml_shapes:nestedOccurrence, - oslc_sysml_shapes:nestedPart, - oslc_sysml_shapes:nestedPort, - oslc_sysml_shapes:nestedReference, - oslc_sysml_shapes:nestedRendering, - oslc_sysml_shapes:nestedRequirement, - oslc_sysml_shapes:nestedState, - oslc_sysml_shapes:nestedTransition, - oslc_sysml_shapes:nestedUsage, - oslc_sysml_shapes:nestedUseCase, - oslc_sysml_shapes:nestedVerificationCase, - oslc_sysml_shapes:nestedView, - oslc_sysml_shapes:nestedViewpoint, - oslc_sysml_shapes:occurrenceDefinition, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, @@ -27896,15 +28129,11 @@ oslc_sysml_shapes:SuccessionFlowConnectionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, - oslc_sysml_shapes:owningDefinition, oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, - oslc_sysml_shapes:owningUsage, - oslc_sysml_shapes:partDefinition, - oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, oslc_sysml_shapes:relatedElement, @@ -27923,88 +28152,79 @@ oslc_sysml_shapes:SuccessionFlowConnectionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:transitionStep, oslc_sysml_shapes:triggerStep, oslc_sysml_shapes:type ; - dcterms:description "A SuccessionFlowConnectionUsage is a FlowConnectionUsage that is also a SuccessionItemFlow."^^rdf:XMLLiteral ; - dcterms:title "SuccessionFlowConnectionUsageShape"^^rdf:XMLLiteral . + dcterms:description "A SuccessionItemFlow is an ItemFlow that also provides temporal ordering. It classifies Transfers that cannot start until the source Occurrence has completed and that must complete before the target Occurrence can start."^^rdf:XMLLiteral ; + dcterms:title "SuccessionItemFlowShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:SuccessionItemFlowShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:SuccessionItemFlow ; +oslc_sysml_shapes:SuccessionShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:Succession ; oslc:property [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "guardExpression" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:guardExpression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "targetFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:targetFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -28012,51 +28232,50 @@ oslc_sysml_shapes:SuccessionItemFlowShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "guardExpression" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:guardExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:association, - oslc_sysml_shapes:behavior, oslc_sysml_shapes:connectorEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -28082,7 +28301,6 @@ oslc_sysml_shapes:SuccessionItemFlowShape a oslc:ResourceShape ; oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, oslc_sysml_shapes:instanceShape, - oslc_sysml_shapes:interaction, oslc_sysml_shapes:isAbstract, oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, @@ -28097,9 +28315,6 @@ oslc_sysml_shapes:SuccessionItemFlowShape a oslc:ResourceShape ; oslc_sysml_shapes:isReadOnly, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, - oslc_sysml_shapes:itemFeature, - oslc_sysml_shapes:itemFlowEnd, - oslc_sysml_shapes:itemType, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, @@ -28145,151 +28360,170 @@ oslc_sysml_shapes:SuccessionItemFlowShape a oslc:ResourceShape ; oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, oslc_sysml_shapes:sourceFeature, - oslc_sysml_shapes:sourceOutputFeature, - oslc_sysml_shapes:targetInputFeature, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:transitionStep, oslc_sysml_shapes:triggerStep, oslc_sysml_shapes:type ; - dcterms:description "A SuccessionItemFlow is an ItemFlow that also provides temporal ordering. It classifies Transfers that cannot start until the source Occurrence has completed and that must complete before the target Occurrence can start."^^rdf:XMLLiteral ; - dcterms:title "SuccessionItemFlowShape"^^rdf:XMLLiteral . + dcterms:description "A Succession is a binary Connector that requires its relatedFeatures to happen separately in time."^^rdf:XMLLiteral ; + dcterms:title "SuccessionShape"^^rdf:XMLLiteral . -oslc_sysml_shapes:SuccessionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Succession ; +oslc_sysml_shapes:TerminateActionUsageShape a oslc:ResourceShape ; + oslc:describes oslc_sysml:TerminateActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "guardExpression" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:guardExpression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Expressions that must evaluate to true before the transitionStep can occur."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "targetFeature" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, - oslc_sysml_shapes:association, - oslc_sysml_shapes:connectorEnd, + oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, + oslc_sysml_shapes:definition, oslc_sysml_shapes:derives, oslc_sysml_shapes:description, oslc_sysml_shapes:directedFeature, oslc_sysml_shapes:direction, oslc_sysml_shapes:documentation, - oslc_sysml_shapes:effectStep, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, @@ -28298,6 +28532,7 @@ oslc_sysml_shapes:SuccessionShape a oslc:ResourceShape ; oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:identifier, + oslc_sysml_shapes:individualDefinition, oslc_sysml_shapes:inheritedFeature, oslc_sysml_shapes:inheritedMembership, oslc_sysml_shapes:input, @@ -28307,13 +28542,13 @@ oslc_sysml_shapes:SuccessionShape a oslc:ResourceShape ; oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, - oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isNonunique, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReadOnly, + oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:member, @@ -28321,6 +28556,34 @@ oslc_sysml_shapes:SuccessionShape a oslc:ResourceShape ; oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, + oslc_sysml_shapes:nestedAction, + oslc_sysml_shapes:nestedAllocation, + oslc_sysml_shapes:nestedAnalysisCase, + oslc_sysml_shapes:nestedAttribute, + oslc_sysml_shapes:nestedCalculation, + oslc_sysml_shapes:nestedCase, + oslc_sysml_shapes:nestedConcern, + oslc_sysml_shapes:nestedConnection, + oslc_sysml_shapes:nestedConstraint, + oslc_sysml_shapes:nestedEnumeration, + oslc_sysml_shapes:nestedFlow, + oslc_sysml_shapes:nestedInterface, + oslc_sysml_shapes:nestedItem, + oslc_sysml_shapes:nestedMetadata, + oslc_sysml_shapes:nestedOccurrence, + oslc_sysml_shapes:nestedPart, + oslc_sysml_shapes:nestedPort, + oslc_sysml_shapes:nestedReference, + oslc_sysml_shapes:nestedRendering, + oslc_sysml_shapes:nestedRequirement, + oslc_sysml_shapes:nestedState, + oslc_sysml_shapes:nestedTransition, + oslc_sysml_shapes:nestedUsage, + oslc_sysml_shapes:nestedUseCase, + oslc_sysml_shapes:nestedVerificationCase, + oslc_sysml_shapes:nestedView, + oslc_sysml_shapes:nestedViewpoint, + oslc_sysml_shapes:occurrenceDefinition, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, @@ -28338,7 +28601,6 @@ oslc_sysml_shapes:SuccessionShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedMembership, oslc_sysml_shapes:ownedRedefinition, oslc_sysml_shapes:ownedReferenceSubsetting, - oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedSpecialization, oslc_sysml_shapes:ownedSubsetting, @@ -28346,47 +28608,45 @@ oslc_sysml_shapes:SuccessionShape a oslc:ResourceShape ; oslc_sysml_shapes:ownedTyping, oslc_sysml_shapes:ownedUnioning, oslc_sysml_shapes:owner, + oslc_sysml_shapes:owningDefinition, oslc_sysml_shapes:owningFeatureMembership, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, - oslc_sysml_shapes:owningRelatedElement, oslc_sysml_shapes:owningRelationship, + oslc_sysml_shapes:owningUsage, + oslc_sysml_shapes:portionKind, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, - oslc_sysml_shapes:relatedElement, - oslc_sysml_shapes:relatedFeature, oslc_sysml_shapes:satisfy, oslc_sysml_shapes:serviceProvider, oslc_sysml_shapes:shortName, oslc_sysml_shapes:shortTitle, oslc_sysml_shapes:source, - oslc_sysml_shapes:sourceFeature, + oslc_sysml_shapes:terminatedOccurrenceArgument, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, - oslc_sysml_shapes:transitionStep, - oslc_sysml_shapes:triggerStep, oslc_sysml_shapes:type ; - dcterms:description "A Succession is a binary Connector that requires its relatedFeatures to happen separately in time."^^rdf:XMLLiteral ; - dcterms:title "SuccessionShape"^^rdf:XMLLiteral . + dcterms:description "A TerminateActionUsage is an ActionUsage that directly or indirectly specializes the ActionDefinition TerminateAction from the Systems Model Library, which causes a given terminatedOccurrence to end during its performance. By default, the terminatedOccurrence is the featuring instance (that) of the performance of the TerminateActionUsage, generally the performance of its immediately containing ActionDefinition or ActionUsage."^^rdf:XMLLiteral ; + dcterms:title "TerminateActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:TextualRepresentationShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:TextualRepresentation ; + oslc:describes oslc_sysml:TextualRepresentation ; oslc:property [ a oslc:Property ; + oslc:name "body" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:body ; + oslc:readOnly false ; + dcterms:description "The textual representation of the representedElement in the given language."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "annotatedElement" ; oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:annotatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "body" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:body ; - oslc:readOnly false ; - dcterms:description "The textual representation of the representedElement in the given language."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:annotation, oslc_sysml_shapes:contributor, @@ -28432,64 +28692,64 @@ oslc_sysml_shapes:TextualRepresentationShape a oslc:ResourceShape ; dcterms:title "TextualRepresentationShape"^^rdf:XMLLiteral . oslc_sysml_shapes:TransitionFeatureMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:TransitionFeatureMembership ; + oslc:describes oslc_sysml:TransitionFeatureMembership ; oslc:property [ a oslc:Property ; + oslc:name "owningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + [ a oslc:Property ; oslc:name "kind" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:kind ; + oslc:propertyDefinition oslc_sysml:kind ; oslc:readOnly false ; dcterms:description "Whether this TransitionFeatureMembership is for a trigger, guard or effect."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "visibility" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; - oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -28546,172 +28806,172 @@ oslc_sysml_shapes:TransitionFeatureMembershipShape a oslc:ResourceShape ; dcterms:title "TransitionFeatureMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:TransitionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:TransitionUsage ; + oslc:describes oslc_sysml:TransitionUsage ; oslc:property [ a oslc:Property ; - oslc:name "guardExpression" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:guardExpression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Expressions that define the guards of this TransitionUsage, which are the ownedFeatures of the TransitionUsage related to it by TransitionFeatureMemberships with kind = guard, which must all be Expressions."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "guardExpression" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:guardExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The Expressions that define the guards of this TransitionUsage, which are the ownedFeatures of the TransitionUsage related to it by TransitionFeatureMemberships with kind = guard, which must all be Expressions."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "target" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The target ActionUsage of this TransitionUsage, which is the targetFeature of the succession for the TransitionUsage.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "source" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:ActionUsage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The source ActionUsage of this TransitionUsage, which becomes the source of the succession for the TransitionUsage."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The source ActionUsage of this TransitionUsage, which becomes the source of the succession for the TransitionUsage."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The target ActionUsage of this TransitionUsage, which is the targetFeature of the succession for the TransitionUsage.."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -28836,118 +29096,118 @@ oslc_sysml_shapes:TransitionUsageShape a oslc:ResourceShape ; dcterms:title "TransitionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:TriggerInvocationExpressionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:TriggerInvocationExpression ; + oslc:describes oslc_sysml:TriggerInvocationExpression ; oslc:property [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "kind" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:kind ; - oslc:readOnly false ; - dcterms:description "Indicates which of the Functions from the Triggers model in the Kernel Semantic Library is to be invoked by this TriggerInvocationExpression."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; + oslc:name "kind" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:kind ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "Indicates which of the Functions from the Triggers model in the Kernel Semantic Library is to be invoked by this TriggerInvocationExpression."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:argument, oslc_sysml_shapes:behavior, @@ -29037,52 +29297,52 @@ oslc_sysml_shapes:TriggerInvocationExpressionShape a oslc:ResourceShape ; dcterms:title "TriggerInvocationExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:TypeFeaturingShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:TypeFeaturing ; + oslc:describes oslc_sysml:TypeFeaturing ; oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "feature" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType. It is the target of the TypeFeaturing."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType. It is the target of the TypeFeaturing."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -29130,52 +29390,52 @@ oslc_sysml_shapes:TypeFeaturingShape a oslc:ResourceShape ; dcterms:title "TypeFeaturingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:TypeShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Type ; + oslc:describes oslc_sysml:Type ; oslc:property [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -29242,34 +29502,34 @@ oslc_sysml_shapes:TypeShape a oslc:ResourceShape ; dcterms:title "TypeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:UnioningShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Unioning ; + oslc:describes oslc_sysml:Unioning ; oslc:property [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Type that partly determines interpretations of typeUnioned, as described in Type::unioningType."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "unioningType" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "Type that partly determines interpretations of typeUnioned, as described in Type::unioningType."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -29316,130 +29576,130 @@ oslc_sysml_shapes:UnioningShape a oslc:ResourceShape ; dcterms:title "UnioningShape"^^rdf:XMLLiteral . oslc_sysml_shapes:UsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:Usage ; + oslc:describes oslc_sysml:Usage ; oslc:property [ a oslc:Property ; - oslc:name "type" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -29556,205 +29816,205 @@ oslc_sysml_shapes:UsageShape a oslc:ResourceShape ; dcterms:title "UsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:UseCaseDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:UseCaseDefinition ; + oslc:describes oslc_sysml:UseCaseDefinition ; oslc:property [ a oslc:Property ; - oslc:name "includedUseCase" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:includedUseCase ; - oslc:range oslc_sysmlv2:UseCaseUsage ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The UseCaseUsages that are included by this UseCaseDefinition, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseDefinition.."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "subjectParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this CaseDefinition that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "includedUseCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:includedUseCase ; + oslc:range oslc_sysml:UseCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The UseCaseUsages that are included by this UseCaseDefinition, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseDefinition.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "objectiveRequirement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsage representing the objective of this CaseDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "action" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "ownedConcern" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this CaseDefinition that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "objectiveRequirement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:name "intersectingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsage representing the objective of this CaseDefinition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "action" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:calculation, oslc_sysml_shapes:contributor, @@ -29849,196 +30109,196 @@ oslc_sysml_shapes:UseCaseDefinitionShape a oslc:ResourceShape ; dcterms:title "UseCaseDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:UseCaseUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:UseCaseUsage ; + oslc:describes oslc_sysml:UseCaseUsage ; oslc:property [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "includedUseCase" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:includedUseCase ; - oslc:range oslc_sysmlv2:UseCaseUsage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The UseCaseUsages that are included by this UseCaseUse, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseUsage.."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "variant" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "includedUseCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:includedUseCase ; + oslc:range oslc_sysml:UseCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The UseCaseUsages that are included by this UseCaseUse, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseUsage.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "objectiveRequirement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:name "feature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:name "objectiveRequirement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -30164,21 +30424,12 @@ oslc_sysml_shapes:UseCaseUsageShape a oslc:ResourceShape ; dcterms:title "UseCaseUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:VariantMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:VariantMembership ; + oslc:describes oslc_sysml:VariantMembership ; oslc:property [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], - [ a oslc:Property ; oslc:name "source" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -30186,9 +30437,18 @@ oslc_sysml_shapes:VariantMembershipShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "visibility" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "target" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -30244,205 +30504,205 @@ oslc_sysml_shapes:VariantMembershipShape a oslc:ResourceShape ; dcterms:title "VariantMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:VerificationCaseDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:VerificationCaseDefinition ; + oslc:describes oslc_sysml:VerificationCaseDefinition ; oslc:property [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "subjectParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameter of this CaseDefinition that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "objectiveRequirement" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsage representing the objective of this CaseDefinition."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "verifiedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:verifiedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages verified by this VerificationCaseDefinition, which are the verifiedRequirements of all RequirementVerificationMemberships of the objectiveRequirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseDefinition that represent actors involved in the case."^^rdf:XMLLiteral ], + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "action" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:action ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:name "objectiveRequirement" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsage representing the objective of this CaseDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "importedMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "verifiedRequirement" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:verifiedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages verified by this VerificationCaseDefinition, which are the verifiedRequirements of all RequirementVerificationMemberships of the objectiveRequirement."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:name "action" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:action ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "parameter" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:name "result" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:calculation, oslc_sysml_shapes:contributor, @@ -30537,196 +30797,196 @@ oslc_sysml_shapes:VerificationCaseDefinitionShape a oslc:ResourceShape ; dcterms:title "VerificationCaseDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:VerificationCaseUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:VerificationCaseUsage ; + oslc:describes oslc_sysml:VerificationCaseUsage ; oslc:property [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "verifiedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:verifiedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages verified by this VerificationCaseUsage, which are the verifiedRequirements of all RequirementVerificationMemberships of the objectiveRequirement."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "objectiveRequirement" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:objectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:objectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RequirementUsage representing the objective of this CaseUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "verifiedRequirement" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:verifiedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages verified by this VerificationCaseUsage, which are the verifiedRequirements of all RequirementVerificationMemberships of the objectiveRequirement."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this CaseUsage that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; - oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "directedUsage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -30852,105 +31112,90 @@ oslc_sysml_shapes:VerificationCaseUsageShape a oslc:ResourceShape ; dcterms:title "VerificationCaseUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ViewDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ViewDefinition ; - oslc:property [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "viewCondition" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:viewCondition ; - oslc:range oslc_sysmlv2:Expression ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Expressions related to this ViewDefinition by ElementFilterMemberships, which specify conditions on Elements to be rendered in a view."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:describes oslc_sysml:ViewDefinition ; + oslc:property [ a oslc:Property ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "satisfiedViewpoint" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:satisfiedViewpoint ; - oslc:range oslc_sysmlv2:ViewpointUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The composite ownedRequirements of this ViewDefinition that are ViewpointUsages for viewpoints satisfied by the ViewDefinition."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -30958,57 +31203,72 @@ oslc_sysml_shapes:ViewDefinitionShape a oslc:ResourceShape ; [ a oslc:Property ; oslc:name "viewRendering" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:viewRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:viewRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RenderingUsage to be used to render views defined by this ViewDefinition, which is the referencedRendering of the ViewRenderingMembership of the ViewDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "satisfiedViewpoint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:satisfiedViewpoint ; + oslc:range oslc_sysml:ViewpointUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The composite ownedRequirements of this ViewDefinition that are ViewpointUsages for viewpoints satisfied by the ViewDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "viewCondition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:viewCondition ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Expressions related to this ViewDefinition by ElementFilterMemberships, which specify conditions on Elements to be rendered in a view."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -31101,67 +31361,67 @@ oslc_sysml_shapes:ViewDefinitionShape a oslc:ResourceShape ; dcterms:title "ViewDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ViewRenderingMembershipShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ViewRenderingMembership ; + oslc:describes oslc_sysml:ViewRenderingMembership ; oslc:property [ a oslc:Property ; - oslc:name "feature" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:source ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "target" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:target ; - oslc:range oslc_sysmlv2:Element ; + oslc:name "visibility" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:visibility ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], + dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "source" ; + oslc:name "target" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:source ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:target ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The relatedElements from which this Relationship is considered to be directed.."^^rdf:XMLLiteral ], + dcterms:description "The relatedElements to which this Relationship is considered to be directed."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "ownedRendering" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The owned RenderingUsage that is either itself the referencedRendering or subsets the referencedRendering."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "owningType" ; + oslc:name "type" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], + dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "visibility" ; + oslc:name "feature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:visibility ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; - dcterms:description "Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that is featured by the featuringType."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "type" ; + oslc:name "owningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Type that features the featureOfType.."^^rdf:XMLLiteral ], + dcterms:description "The Type that owns this FeatureMembership."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -31218,163 +31478,163 @@ oslc_sysml_shapes:ViewRenderingMembershipShape a oslc:ResourceShape ; dcterms:title "ViewRenderingMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ViewUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ViewUsage ; + oslc:describes oslc_sysml:ViewUsage ; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "viewRendering" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:viewRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsage to be used to render views defined by this ViewUsage, which is the referencedRendering of the ViewRenderingMembership of the ViewUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "viewRendering" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:viewRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:name "viewCondition" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:viewCondition ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsage to be used to render views defined by this ViewUsage, which is the referencedRendering of the ViewRenderingMembership of the ViewUsage."^^rdf:XMLLiteral ], + dcterms:description "The Expressions related to this ViewUsage by ElementFilterMemberships, which specify conditions on Elements to be rendered in a view."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "satisfiedViewpoint" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:satisfiedViewpoint ; - oslc:range oslc_sysmlv2:ViewpointUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The nestedRequirements of this ViewUsage that are ViewpointUsages for (additional) viewpoints satisfied by the ViewUsage."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "satisfiedViewpoint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:satisfiedViewpoint ; + oslc:range oslc_sysml:ViewpointUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "The nestedRequirements of this ViewUsage that are ViewpointUsages for (additional) viewpoints satisfied by the ViewUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "viewCondition" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:viewCondition ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Expressions related to this ViewUsage by ElementFilterMemberships, which specify conditions on Elements to be rendered in a view."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "usage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -31498,235 +31758,235 @@ oslc_sysml_shapes:ViewUsageShape a oslc:ResourceShape ; dcterms:title "ViewUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ViewpointDefinitionShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ViewpointDefinition ; + oslc:describes oslc_sysml:ViewpointDefinition ; oslc:property [ a oslc:Property ; - oslc:name "viewpointStakeholder" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:viewpointStakeholder ; - oslc:range oslc_sysmlv2:PartUsage ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The PartUsages that identify the stakeholders with concerns framed by this ViewpointDefinition, which are the owned and inherited stakeholderParameters of the framedConcerns of this ViewpointDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "ownedRequirement" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; + oslc:name "isModelLevelEvaluable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "requiredConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:requiredConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "ownedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:ownedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "ownedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:ownedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementDefinition that represent actors involved in the requirement."^^rdf:XMLLiteral ], + dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "assumedConstraint" ; + oslc:name "ownedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:assumedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:ownedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementDefinition, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = assumption."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConcern" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "framedConcern" ; + oslc:name "viewpointStakeholder" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:framedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:viewpointStakeholder ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition."^^rdf:XMLLiteral ], + dcterms:description "The PartUsages that identify the stakeholders with concerns framed by this ViewpointDefinition, which are the owned and inherited stakeholderParameters of the framedConcerns of this ViewpointDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedConstraint" ; + oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConstraintUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isVariation" ; + oslc:name "subjectParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "text" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:text ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; - dcterms:description "An optional textual statement of the requirement represented by this RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The parameter of this RequirementDefinition that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "stakeholderParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:stakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this RequirementDefinition that represent stakeholders for th requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "reqId" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:reqId ; + oslc:name "directedUsage" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; - dcterms:description "An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The usages of this Definition that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "ownedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:ownedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The RequirementUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "framedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:framedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variant" ; + oslc:name "text" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:text ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "An optional textual statement of the requirement represented by this RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "requiredConstraint" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:requiredConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "ownedRendering" ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; + oslc:readOnly false ; + dcterms:description "Whether this OccurrenceDefinition is constrained to represent single individual."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "reqId" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:reqId ; + oslc:readOnly false ; + dcterms:description "An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The RenderingUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:name "assumedConstraint" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:assumedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; - dcterms:description "Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementDefinition, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = assumption."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "usage" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Usages that are features of this Definition (not necessarily owned)."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this RequirementDefinition that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementDefinition that represent actors involved in the requirement."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, @@ -31820,231 +32080,231 @@ oslc_sysml_shapes:ViewpointDefinitionShape a oslc:ResourceShape ; dcterms:title "ViewpointDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ViewpointUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:ViewpointUsage ; + oslc:describes oslc_sysml:ViewpointUsage ; oslc:property [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "viewpointStakeholder" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:viewpointStakeholder ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The PartUsages that identify the stakeholders with concerns framed by this ViewpointUsage, which are the owned and inherited stakeholderParameters of the framedConcerns of this ViewpointUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "result" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:result ; - oslc:range oslc_sysmlv2:Feature ; + oslc:name "type" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "."^^rdf:XMLLiteral ], + dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "chainingFeature" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "owningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "differencingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "subjectParameter" ; + oslc:name "text" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:text ; + oslc:readOnly false ; + dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "result" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:result ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], + dcterms:description "."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "stakeholderParameter" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:name "reqId" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:reqId ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], + dcterms:description "An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "isModelLevelEvaluable" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isModelLevelEvaluable ; + oslc:readOnly false ; + dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:assumedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "actorParameter" ; + oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; - oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "isVariation" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; - oslc:readOnly false ; - dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "text" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:text ; - oslc:readOnly false ; - dcterms:description "An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage.."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "type" ; + oslc:name "actorParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:actorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementUsage that represent actors involved in the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "requiredConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:requiredConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "viewpointStakeholder" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:viewpointStakeholder ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The PartUsages that identify the stakeholders with concerns framed by this ViewpointUsage, which are the owned and inherited stakeholderParameters of the framedConcerns of this ViewpointUsage."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "parameter" ; + oslc:name "featuringType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isModelLevelEvaluable" ; + oslc:name "isIndividual" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isModelLevelEvaluable ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - dcterms:description "Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; + oslc:name "isVariation" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isVariation ; + oslc:readOnly false ; + dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "assumedConstraint" ; + oslc:name "framedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:assumedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:framedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^rdf:XMLLiteral ], + dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "stakeholderParameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:stakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "reqId" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:reqId ; - oslc:readOnly false ; - dcterms:description "An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage."^^rdf:XMLLiteral ], + dcterms:description "The parameters of this RequirementUsage that represent stakeholders for the requirement."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "requiredConstraint" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:requiredConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "framedConcern" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:framedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:name "subjectParameter" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:subjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage."^^rdf:XMLLiteral ], + dcterms:description "The parameter of this RequirementUsage that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32174,145 +32434,145 @@ oslc_sysml_shapes:ViewpointUsageShape a oslc:ResourceShape ; dcterms:title "ViewpointUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:WhileLoopActionUsageShape a oslc:ResourceShape ; - oslc:describes oslc_sysmlv2:WhileLoopActionUsage ; + oslc:describes oslc_sysml:WhileLoopActionUsage ; oslc:property [ a oslc:Property ; - oslc:name "variant" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variant ; - oslc:range oslc_sysmlv2:Usage ; + oslc:name "isIndividual" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], + dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "parameter" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:parameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:parameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "intersectingType" ; + oslc:name "chainingFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:intersectingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:chainingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "chainingFeature" ; + oslc:name "directedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:chainingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature."^^rdf:XMLLiteral ], + dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "featuringType" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featuringType ; - oslc:range oslc_sysmlv2:Type ; + oslc:name "owningType" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:owningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], + dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "importedMembership" ; + oslc:name "variantMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:importedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:variantMembership ; + oslc:range oslc_sysml:VariantMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "variantMembership" ; + oslc:name "importedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:variantMembership ; - oslc:range oslc_sysmlv2:VariantMembership ; + oslc:propertyDefinition oslc_sysml:importedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty."^^rdf:XMLLiteral ], + dcterms:description "The Memberships in this Namespace that result from the ownedImports of this Namespace."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "differencingType" ; + oslc:name "variant" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:differencingType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:variant ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], + dcterms:description "The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "type" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:type ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:type ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "directedUsage" ; + oslc:name "unioningType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:unioningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The usages of this Usage that are directedFeatures."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "feature" ; + oslc:name "intersectingType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:feature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:intersectingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + dcterms:description "The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "usage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:usage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:usage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are features of this Usage (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "isIndividual" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isIndividual ; + oslc:name "differencingType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:differencingType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; - dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition."^^rdf:XMLLiteral ], + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex)."^^rdf:XMLLiteral ], [ a oslc:Property ; - oslc:name "unioningType" ; + oslc:name "feature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:unioningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:feature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; - dcterms:description "The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general."^^rdf:XMLLiteral ], + dcterms:description "The ownedMemberFeatures of the featureMemberships of this Type."^^rdf:XMLLiteral ], + [ a oslc:Property ; + oslc:name "featuringType" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_sysml:featuringType ; + oslc:range oslc_sysml:Type ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "isVariation" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isVariation ; + oslc:propertyDefinition oslc_sysml:isVariation ; oslc:readOnly false ; dcterms:description "Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships."^^rdf:XMLLiteral ], - [ a oslc:Property ; - oslc:name "owningType" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningType ; - oslc:range oslc_sysmlv2:Type ; - oslc:readOnly false ; - oslc:representation oslc:Either ; - oslc:valueType oslc:Resource ; - dcterms:description "The Type that is the owningType of the owningFeatureMembership of this Feature."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, @@ -32439,8 +32699,8 @@ oslc_sysml_shapes:WhileLoopActionUsageShape a oslc:ResourceShape ; oslc_sysml_shapes:allocation a oslc:Property ; oslc:name "allocation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:allocation ; - oslc:range oslc_sysmlv2:AllocationUsage ; + oslc:propertyDefinition oslc_sysml:allocation ; + oslc:range oslc_sysml:AllocationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32449,8 +32709,8 @@ oslc_sysml_shapes:allocation a oslc:Property ; oslc_sysml_shapes:allocationDefinition a oslc:Property ; oslc:name "allocationDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:allocationDefinition ; - oslc:range oslc_sysmlv2:AllocationDefinition ; + oslc:propertyDefinition oslc_sysml:allocationDefinition ; + oslc:range oslc_sysml:AllocationDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32459,8 +32719,8 @@ oslc_sysml_shapes:allocationDefinition a oslc:Property ; oslc_sysml_shapes:analysisCaseDefinition a oslc:Property ; oslc:name "analysisCaseDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:analysisCaseDefinition ; - oslc:range oslc_sysmlv2:AnalysisCaseDefinition ; + oslc:propertyDefinition oslc_sysml:analysisCaseDefinition ; + oslc:range oslc_sysml:AnalysisCaseDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32469,8 +32729,8 @@ oslc_sysml_shapes:analysisCaseDefinition a oslc:Property ; oslc_sysml_shapes:annotatingElement a oslc:Property ; oslc:name "annotatingElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:annotatingElement ; - oslc:range oslc_sysmlv2:AnnotatingElement ; + oslc:propertyDefinition oslc_sysml:annotatingElement ; + oslc:range oslc_sysml:AnnotatingElement ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32479,8 +32739,8 @@ oslc_sysml_shapes:annotatingElement a oslc:Property ; oslc_sysml_shapes:bound a oslc:Property ; oslc:name "bound" ; oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:bound ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:bound ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32489,8 +32749,8 @@ oslc_sysml_shapes:bound a oslc:Property ; oslc_sysml_shapes:client a oslc:Property ; oslc:name "client" ; oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:client ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:client ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32499,8 +32759,8 @@ oslc_sysml_shapes:client a oslc:Property ; oslc_sysml_shapes:concernDefinition a oslc:Property ; oslc:name "concernDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:concernDefinition ; - oslc:range oslc_sysmlv2:ConcernDefinition ; + oslc:propertyDefinition oslc_sysml:concernDefinition ; + oslc:range oslc_sysml:ConcernDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32509,8 +32769,8 @@ oslc_sysml_shapes:concernDefinition a oslc:Property ; oslc_sysml_shapes:condition a oslc:Property ; oslc:name "condition" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:condition ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:condition ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32519,8 +32779,8 @@ oslc_sysml_shapes:condition a oslc:Property ; oslc_sysml_shapes:disjoiningType a oslc:Property ; oslc:name "disjoiningType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:disjoiningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:disjoiningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32529,8 +32789,8 @@ oslc_sysml_shapes:disjoiningType a oslc:Property ; oslc_sysml_shapes:documentedElement a oslc:Property ; oslc:name "documentedElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:documentedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:documentedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32539,8 +32799,8 @@ oslc_sysml_shapes:documentedElement a oslc:Property ; oslc_sysml_shapes:effectAction a oslc:Property ; oslc:name "effectAction" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:effectAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:effectAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32549,8 +32809,8 @@ oslc_sysml_shapes:effectAction a oslc:Property ; oslc_sysml_shapes:elseAction a oslc:Property ; oslc:name "elseAction" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:elseAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:elseAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32559,8 +32819,8 @@ oslc_sysml_shapes:elseAction a oslc:Property ; oslc_sysml_shapes:enumeratedValue a oslc:Property ; oslc:name "enumeratedValue" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:enumeratedValue ; - oslc:range oslc_sysmlv2:EnumerationUsage ; + oslc:propertyDefinition oslc_sysml:enumeratedValue ; + oslc:range oslc_sysml:EnumerationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32569,8 +32829,8 @@ oslc_sysml_shapes:enumeratedValue a oslc:Property ; oslc_sysml_shapes:enumerationDefinition a oslc:Property ; oslc:name "enumerationDefinition" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:enumerationDefinition ; - oslc:range oslc_sysmlv2:EnumerationDefinition ; + oslc:propertyDefinition oslc_sysml:enumerationDefinition ; + oslc:range oslc_sysml:EnumerationDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32579,8 +32839,8 @@ oslc_sysml_shapes:enumerationDefinition a oslc:Property ; oslc_sysml_shapes:exhibitedState a oslc:Property ; oslc:name "exhibitedState" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:exhibitedState ; - oslc:range oslc_sysmlv2:StateUsage ; + oslc:propertyDefinition oslc_sysml:exhibitedState ; + oslc:range oslc_sysml:StateUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32589,8 +32849,8 @@ oslc_sysml_shapes:exhibitedState a oslc:Property ; oslc_sysml_shapes:exposedElement a oslc:Property ; oslc:name "exposedElement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:exposedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:exposedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32599,8 +32859,8 @@ oslc_sysml_shapes:exposedElement a oslc:Property ; oslc_sysml_shapes:featureChained a oslc:Property ; oslc:name "featureChained" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureChained ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featureChained ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32609,8 +32869,8 @@ oslc_sysml_shapes:featureChained a oslc:Property ; oslc_sysml_shapes:featureInverted a oslc:Property ; oslc:name "featureInverted" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureInverted ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featureInverted ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32619,8 +32879,8 @@ oslc_sysml_shapes:featureInverted a oslc:Property ; oslc_sysml_shapes:featureOfType a oslc:Property ; oslc:name "featureOfType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureOfType ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featureOfType ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32629,8 +32889,8 @@ oslc_sysml_shapes:featureOfType a oslc:Property ; oslc_sysml_shapes:featureWithValue a oslc:Property ; oslc:name "featureWithValue" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureWithValue ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featureWithValue ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32639,8 +32899,8 @@ oslc_sysml_shapes:featureWithValue a oslc:Property ; oslc_sysml_shapes:ifArgument a oslc:Property ; oslc:name "ifArgument" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ifArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:ifArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32649,8 +32909,8 @@ oslc_sysml_shapes:ifArgument a oslc:Property ; oslc_sysml_shapes:interfaceDefinition a oslc:Property ; oslc:name "interfaceDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:interfaceDefinition ; - oslc:range oslc_sysmlv2:InterfaceDefinition ; + oslc:propertyDefinition oslc_sysml:interfaceDefinition ; + oslc:range oslc_sysml:InterfaceDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32659,8 +32919,8 @@ oslc_sysml_shapes:interfaceDefinition a oslc:Property ; oslc_sysml_shapes:interfaceEnd a oslc:Property ; oslc:name "interfaceEnd" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:interfaceEnd ; - oslc:range oslc_sysmlv2:PortUsage ; + oslc:propertyDefinition oslc_sysml:interfaceEnd ; + oslc:range oslc_sysml:PortUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32671,8 +32931,8 @@ oslc_sysml_shapes:interfaceEnd a oslc:Property ; oslc_sysml_shapes:invertingFeature a oslc:Property ; oslc:name "invertingFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:invertingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:invertingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32681,36 +32941,36 @@ oslc_sysml_shapes:invertingFeature a oslc:Property ; oslc_sysml_shapes:isDefault a oslc:Property ; oslc:name "isDefault" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isDefault ; + oslc:propertyDefinition oslc_sysml:isDefault ; oslc:readOnly false ; dcterms:description "Whether this FeatureValue is a concrete specification of the bound or initial value of the featureWithValue, or just a default value that may be overridden."^^rdf:XMLLiteral . oslc_sysml_shapes:isInitial a oslc:Property ; oslc:name "isInitial" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isInitial ; + oslc:propertyDefinition oslc_sysml:isInitial ; oslc:readOnly false ; dcterms:description "Whether this FeatureValue specifies a bound value or an initial value for the featureWithValue."^^rdf:XMLLiteral . oslc_sysml_shapes:isStandard a oslc:Property ; oslc:name "isStandard" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isStandard ; + oslc:propertyDefinition oslc_sysml:isStandard ; oslc:readOnly false ; dcterms:description "Whether this LibraryPackage contains a standard library model. This should only be set to true for LibraryPackages in the standard Kernel Model Libraries or in normative model libraries for a language built on KerML."^^rdf:XMLLiteral . oslc_sysml_shapes:language a oslc:Property ; oslc:name "language" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:language ; + oslc:propertyDefinition oslc_sysml:language ; oslc:readOnly false ; dcterms:description "The natural or artifical language in which the body text is written."^^rdf:XMLLiteral . oslc_sysml_shapes:loopVariable a oslc:Property ; oslc:name "loopVariable" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:loopVariable ; - oslc:range oslc_sysmlv2:ReferenceUsage ; + oslc:propertyDefinition oslc_sysml:loopVariable ; + oslc:range oslc_sysml:ReferenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32719,8 +32979,8 @@ oslc_sysml_shapes:loopVariable a oslc:Property ; oslc_sysml_shapes:lowerBound a oslc:Property ; oslc:name "lowerBound" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:lowerBound ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:lowerBound ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32729,8 +32989,8 @@ oslc_sysml_shapes:lowerBound a oslc:Property ; oslc_sysml_shapes:metadataDefinition a oslc:Property ; oslc:name "metadataDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:metadataDefinition ; - oslc:range oslc_sysmlv2:Metaclass ; + oslc:propertyDefinition oslc_sysml:metadataDefinition ; + oslc:range oslc_sysml:Metaclass ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32739,8 +32999,8 @@ oslc_sysml_shapes:metadataDefinition a oslc:Property ; oslc_sysml_shapes:ownedActorParameter a oslc:Property ; oslc:name "ownedActorParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedActorParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:ownedActorParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32749,8 +33009,8 @@ oslc_sysml_shapes:ownedActorParameter a oslc:Property ; oslc_sysml_shapes:ownedObjectiveRequirement a oslc:Property ; oslc:name "ownedObjectiveRequirement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedObjectiveRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:ownedObjectiveRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32759,8 +33019,8 @@ oslc_sysml_shapes:ownedObjectiveRequirement a oslc:Property ; oslc_sysml_shapes:ownedPortConjugator a oslc:Property ; oslc:name "ownedPortConjugator" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedPortConjugator ; - oslc:range oslc_sysmlv2:PortConjugation ; + oslc:propertyDefinition oslc_sysml:ownedPortConjugator ; + oslc:range oslc_sysml:PortConjugation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32769,8 +33029,8 @@ oslc_sysml_shapes:ownedPortConjugator a oslc:Property ; oslc_sysml_shapes:ownedResultExpression a oslc:Property ; oslc:name "ownedResultExpression" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedResultExpression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:ownedResultExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32779,8 +33039,8 @@ oslc_sysml_shapes:ownedResultExpression a oslc:Property ; oslc_sysml_shapes:ownedStakeholderParameter a oslc:Property ; oslc:name "ownedStakeholderParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedStakeholderParameter ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:ownedStakeholderParameter ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32789,8 +33049,8 @@ oslc_sysml_shapes:ownedStakeholderParameter a oslc:Property ; oslc_sysml_shapes:ownedSubjectParameter a oslc:Property ; oslc:name "ownedSubjectParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedSubjectParameter ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedSubjectParameter ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32799,8 +33059,8 @@ oslc_sysml_shapes:ownedSubjectParameter a oslc:Property ; oslc_sysml_shapes:ownedVariantUsage a oslc:Property ; oslc:name "ownedVariantUsage" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedVariantUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedVariantUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32809,8 +33069,8 @@ oslc_sysml_shapes:ownedVariantUsage a oslc:Property ; oslc_sysml_shapes:owningAnnotatedElement a oslc:Property ; oslc:name "owningAnnotatedElement" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningAnnotatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:owningAnnotatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32819,8 +33079,8 @@ oslc_sysml_shapes:owningAnnotatedElement a oslc:Property ; oslc_sysml_shapes:owningAnnotatingElement a oslc:Property ; oslc:name "owningAnnotatingElement" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningAnnotatingElement ; - oslc:range oslc_sysmlv2:AnnotatingElement ; + oslc:propertyDefinition oslc_sysml:owningAnnotatingElement ; + oslc:range oslc_sysml:AnnotatingElement ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32829,8 +33089,8 @@ oslc_sysml_shapes:owningAnnotatingElement a oslc:Property ; oslc_sysml_shapes:owningClassifier a oslc:Property ; oslc:name "owningClassifier" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningClassifier ; - oslc:range oslc_sysmlv2:Classifier ; + oslc:propertyDefinition oslc_sysml:owningClassifier ; + oslc:range oslc_sysml:Classifier ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32839,8 +33099,8 @@ oslc_sysml_shapes:owningClassifier a oslc:Property ; oslc_sysml_shapes:owningFeatureOfType a oslc:Property ; oslc:name "owningFeatureOfType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeatureOfType ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:owningFeatureOfType ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32849,8 +33109,8 @@ oslc_sysml_shapes:owningFeatureOfType a oslc:Property ; oslc_sysml_shapes:payloadParameter a oslc:Property ; oslc:name "payloadParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:payloadParameter ; - oslc:range oslc_sysmlv2:ReferenceUsage ; + oslc:propertyDefinition oslc_sysml:payloadParameter ; + oslc:range oslc_sysml:ReferenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32859,8 +33119,8 @@ oslc_sysml_shapes:payloadParameter a oslc:Property ; oslc_sysml_shapes:redefinedFeature a oslc:Property ; oslc:name "redefinedFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:redefinedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:redefinedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32869,8 +33129,8 @@ oslc_sysml_shapes:redefinedFeature a oslc:Property ; oslc_sysml_shapes:redefiningFeature a oslc:Property ; oslc:name "redefiningFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:redefiningFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:redefiningFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32879,8 +33139,8 @@ oslc_sysml_shapes:redefiningFeature a oslc:Property ; oslc_sysml_shapes:referencedConcern a oslc:Property ; oslc:name "referencedConcern" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referencedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:referencedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32889,8 +33149,8 @@ oslc_sysml_shapes:referencedConcern a oslc:Property ; oslc_sysml_shapes:referencedElement a oslc:Property ; oslc:name "referencedElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referencedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:referencedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32899,8 +33159,8 @@ oslc_sysml_shapes:referencedElement a oslc:Property ; oslc_sysml_shapes:referencedFeature a oslc:Property ; oslc:name "referencedFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referencedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:referencedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32909,8 +33169,8 @@ oslc_sysml_shapes:referencedFeature a oslc:Property ; oslc_sysml_shapes:referencedRendering a oslc:Property ; oslc:name "referencedRendering" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referencedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:referencedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32919,8 +33179,8 @@ oslc_sysml_shapes:referencedRendering a oslc:Property ; oslc_sysml_shapes:referencingFeature a oslc:Property ; oslc:name "referencingFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referencingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:referencingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32929,8 +33189,8 @@ oslc_sysml_shapes:referencingFeature a oslc:Property ; oslc_sysml_shapes:rendering a oslc:Property ; oslc:name "rendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:rendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:rendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32939,8 +33199,8 @@ oslc_sysml_shapes:rendering a oslc:Property ; oslc_sysml_shapes:renderingDefinition a oslc:Property ; oslc:name "renderingDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:renderingDefinition ; - oslc:range oslc_sysmlv2:RenderingDefinition ; + oslc:propertyDefinition oslc_sysml:renderingDefinition ; + oslc:range oslc_sysml:RenderingDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32949,8 +33209,8 @@ oslc_sysml_shapes:renderingDefinition a oslc:Property ; oslc_sysml_shapes:representedElement a oslc:Property ; oslc:name "representedElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:representedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:representedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32959,8 +33219,8 @@ oslc_sysml_shapes:representedElement a oslc:Property ; oslc_sysml_shapes:satisfiedRequirement a oslc:Property ; oslc:name "satisfiedRequirement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:satisfiedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:satisfiedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32969,8 +33229,8 @@ oslc_sysml_shapes:satisfiedRequirement a oslc:Property ; oslc_sysml_shapes:satisfyingFeature a oslc:Property ; oslc:name "satisfyingFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:satisfyingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:satisfyingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32979,8 +33239,8 @@ oslc_sysml_shapes:satisfyingFeature a oslc:Property ; oslc_sysml_shapes:senderArgument a oslc:Property ; oslc:name "senderArgument" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:senderArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:senderArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32989,8 +33249,8 @@ oslc_sysml_shapes:senderArgument a oslc:Property ; oslc_sysml_shapes:seqArgument a oslc:Property ; oslc:name "seqArgument" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:seqArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:seqArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -32999,8 +33259,8 @@ oslc_sysml_shapes:seqArgument a oslc:Property ; oslc_sysml_shapes:state a oslc:Property ; oslc:name "state" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:state ; - oslc:range oslc_sysmlv2:StateUsage ; + oslc:propertyDefinition oslc_sysml:state ; + oslc:range oslc_sysml:StateUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33009,8 +33269,8 @@ oslc_sysml_shapes:state a oslc:Property ; oslc_sysml_shapes:subclassifier a oslc:Property ; oslc:name "subclassifier" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subclassifier ; - oslc:range oslc_sysmlv2:Classifier ; + oslc:propertyDefinition oslc_sysml:subclassifier ; + oslc:range oslc_sysml:Classifier ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33019,8 +33279,8 @@ oslc_sysml_shapes:subclassifier a oslc:Property ; oslc_sysml_shapes:succession a oslc:Property ; oslc:name "succession" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:succession ; - oslc:range oslc_sysmlv2:Succession ; + oslc:propertyDefinition oslc_sysml:succession ; + oslc:range oslc_sysml:Succession ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33029,8 +33289,8 @@ oslc_sysml_shapes:succession a oslc:Property ; oslc_sysml_shapes:superclassifier a oslc:Property ; oslc:name "superclassifier" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:superclassifier ; - oslc:range oslc_sysmlv2:Classifier ; + oslc:propertyDefinition oslc_sysml:superclassifier ; + oslc:range oslc_sysml:Classifier ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33039,8 +33299,8 @@ oslc_sysml_shapes:superclassifier a oslc:Property ; oslc_sysml_shapes:supplier a oslc:Property ; oslc:name "supplier" ; oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition oslc_sysmlv2:supplier ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:supplier ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33049,18 +33309,28 @@ oslc_sysml_shapes:supplier a oslc:Property ; oslc_sysml_shapes:targetArgument a oslc:Property ; oslc:name "targetArgument" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:targetArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:targetArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Expression whose value is an occurrence in the domain of the referent Feature, for which the value of the referent will be set to the result of the valueExpression by this AssignmentActionUsage."^^rdf:XMLLiteral . +oslc_sysml_shapes:terminatedOccurrenceArgument a oslc:Property ; + oslc:name "terminatedOccurrenceArgument" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_sysml:terminatedOccurrenceArgument ; + oslc:range oslc_sysml:Expression ; + oslc:readOnly false ; + oslc:representation oslc:Either ; + oslc:valueType oslc:Resource ; + dcterms:description "The Expression that is the featureValue of the terminateOccurrence parameter of this TerminateActionUsage."^^rdf:XMLLiteral . + oslc_sysml_shapes:thenAction a oslc:Property ; oslc:name "thenAction" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:thenAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:thenAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33069,8 +33339,8 @@ oslc_sysml_shapes:thenAction a oslc:Property ; oslc_sysml_shapes:transitionFeature a oslc:Property ; oslc:name "transitionFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:transitionFeature ; - oslc:range oslc_sysmlv2:Step ; + oslc:propertyDefinition oslc_sysml:transitionFeature ; + oslc:range oslc_sysml:Step ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33079,8 +33349,8 @@ oslc_sysml_shapes:transitionFeature a oslc:Property ; oslc_sysml_shapes:triggerAction a oslc:Property ; oslc:name "triggerAction" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:triggerAction ; - oslc:range oslc_sysmlv2:AcceptActionUsage ; + oslc:propertyDefinition oslc_sysml:triggerAction ; + oslc:range oslc_sysml:AcceptActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33089,8 +33359,8 @@ oslc_sysml_shapes:triggerAction a oslc:Property ; oslc_sysml_shapes:typeDifferenced a oslc:Property ; oslc:name "typeDifferenced" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:typeDifferenced ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:typeDifferenced ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33099,8 +33369,8 @@ oslc_sysml_shapes:typeDifferenced a oslc:Property ; oslc_sysml_shapes:typeDisjoined a oslc:Property ; oslc:name "typeDisjoined" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:typeDisjoined ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:typeDisjoined ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33109,8 +33379,8 @@ oslc_sysml_shapes:typeDisjoined a oslc:Property ; oslc_sysml_shapes:typeIntersected a oslc:Property ; oslc:name "typeIntersected" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:typeIntersected ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:typeIntersected ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33119,8 +33389,8 @@ oslc_sysml_shapes:typeIntersected a oslc:Property ; oslc_sysml_shapes:typeUnioned a oslc:Property ; oslc:name "typeUnioned" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:typeUnioned ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:typeUnioned ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33129,8 +33399,8 @@ oslc_sysml_shapes:typeUnioned a oslc:Property ; oslc_sysml_shapes:untilArgument a oslc:Property ; oslc:name "untilArgument" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:untilArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:untilArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33139,8 +33409,8 @@ oslc_sysml_shapes:untilArgument a oslc:Property ; oslc_sysml_shapes:upperBound a oslc:Property ; oslc:name "upperBound" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:upperBound ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:upperBound ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33149,8 +33419,8 @@ oslc_sysml_shapes:upperBound a oslc:Property ; oslc_sysml_shapes:useCaseIncluded a oslc:Property ; oslc:name "useCaseIncluded" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:useCaseIncluded ; - oslc:range oslc_sysmlv2:UseCaseUsage ; + oslc:propertyDefinition oslc_sysml:useCaseIncluded ; + oslc:range oslc_sysml:UseCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33159,8 +33429,8 @@ oslc_sysml_shapes:useCaseIncluded a oslc:Property ; oslc_sysml_shapes:valueExpression a oslc:Property ; oslc:name "valueExpression" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:valueExpression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:valueExpression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33169,8 +33439,8 @@ oslc_sysml_shapes:valueExpression a oslc:Property ; oslc_sysml_shapes:verificationCaseDefinition a oslc:Property ; oslc:name "verificationCaseDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:verificationCaseDefinition ; - oslc:range oslc_sysmlv2:VerificationCaseDefinition ; + oslc:propertyDefinition oslc_sysml:verificationCaseDefinition ; + oslc:range oslc_sysml:VerificationCaseDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33179,8 +33449,8 @@ oslc_sysml_shapes:verificationCaseDefinition a oslc:Property ; oslc_sysml_shapes:view a oslc:Property ; oslc:name "view" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:view ; - oslc:range oslc_sysmlv2:ViewUsage ; + oslc:propertyDefinition oslc_sysml:view ; + oslc:range oslc_sysml:ViewUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33189,8 +33459,8 @@ oslc_sysml_shapes:view a oslc:Property ; oslc_sysml_shapes:viewDefinition a oslc:Property ; oslc:name "viewDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:viewDefinition ; - oslc:range oslc_sysmlv2:ViewDefinition ; + oslc:propertyDefinition oslc_sysml:viewDefinition ; + oslc:range oslc_sysml:ViewDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33199,8 +33469,8 @@ oslc_sysml_shapes:viewDefinition a oslc:Property ; oslc_sysml_shapes:viewpointDefinition a oslc:Property ; oslc:name "viewpointDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:viewpointDefinition ; - oslc:range oslc_sysmlv2:ViewpointDefinition ; + oslc:propertyDefinition oslc_sysml:viewpointDefinition ; + oslc:range oslc_sysml:ViewpointDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33209,8 +33479,8 @@ oslc_sysml_shapes:viewpointDefinition a oslc:Property ; oslc_sysml_shapes:whileArgument a oslc:Property ; oslc:name "whileArgument" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:whileArgument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:whileArgument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33219,8 +33489,8 @@ oslc_sysml_shapes:whileArgument a oslc:Property ; oslc_sysml_shapes:assertedConstraint a oslc:Property ; oslc:name "assertedConstraint" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:assertedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:assertedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33229,8 +33499,8 @@ oslc_sysml_shapes:assertedConstraint a oslc:Property ; oslc_sysml_shapes:attributeDefinition a oslc:Property ; oslc:name "attributeDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:attributeDefinition ; - oslc:range oslc_sysmlv2:DataType ; + oslc:propertyDefinition oslc_sysml:attributeDefinition ; + oslc:range oslc_sysml:DataType ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33239,8 +33509,8 @@ oslc_sysml_shapes:attributeDefinition a oslc:Property ; oslc_sysml_shapes:conjugatedType a oslc:Property ; oslc:name "conjugatedType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:conjugatedType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:conjugatedType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33249,8 +33519,8 @@ oslc_sysml_shapes:conjugatedType a oslc:Property ; oslc_sysml_shapes:filterCondition a oslc:Property ; oslc:name "filterCondition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:filterCondition ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:filterCondition ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33259,8 +33529,8 @@ oslc_sysml_shapes:filterCondition a oslc:Property ; oslc_sysml_shapes:flowConnectionDefinition a oslc:Property ; oslc:name "flowConnectionDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:flowConnectionDefinition ; - oslc:range oslc_sysmlv2:Interaction ; + oslc:propertyDefinition oslc_sysml:flowConnectionDefinition ; + oslc:range oslc_sysml:Interaction ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33269,8 +33539,8 @@ oslc_sysml_shapes:flowConnectionDefinition a oslc:Property ; oslc_sysml_shapes:importedNamespace a oslc:Property ; oslc:name "importedNamespace" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:importedNamespace ; - oslc:range oslc_sysmlv2:Namespace ; + oslc:propertyDefinition oslc_sysml:importedNamespace ; + oslc:range oslc_sysml:Namespace ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33279,15 +33549,15 @@ oslc_sysml_shapes:importedNamespace a oslc:Property ; oslc_sysml_shapes:locale a oslc:Property ; oslc:name "locale" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:locale ; + oslc:propertyDefinition oslc_sysml:locale ; oslc:readOnly false ; dcterms:description "Identification of the language of the body text and, optionally, the region and/or encoding. The format shall be a POSIX locale conformant to ISO/IEC 15897, with the format [language[_territory][.codeset][@modifier]]."^^rdf:XMLLiteral . oslc_sysml_shapes:metaclass a oslc:Property ; oslc:name "metaclass" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:metaclass ; - oslc:range oslc_sysmlv2:Metaclass ; + oslc:propertyDefinition oslc_sysml:metaclass ; + oslc:range oslc_sysml:Metaclass ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33296,8 +33566,8 @@ oslc_sysml_shapes:metaclass a oslc:Property ; oslc_sysml_shapes:originalType a oslc:Property ; oslc:name "originalType" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:originalType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:originalType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33306,8 +33576,8 @@ oslc_sysml_shapes:originalType a oslc:Property ; oslc_sysml_shapes:stateDefinition a oslc:Property ; oslc:name "stateDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:stateDefinition ; - oslc:range oslc_sysmlv2:Behavior ; + oslc:propertyDefinition oslc_sysml:stateDefinition ; + oslc:range oslc_sysml:Behavior ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33316,8 +33586,8 @@ oslc_sysml_shapes:stateDefinition a oslc:Property ; oslc_sysml_shapes:typedFeature a oslc:Property ; oslc:name "typedFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:typedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:typedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33326,8 +33596,8 @@ oslc_sysml_shapes:typedFeature a oslc:Property ; oslc_sysml_shapes:useCaseDefinition a oslc:Property ; oslc:name "useCaseDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:useCaseDefinition ; - oslc:range oslc_sysmlv2:UseCaseDefinition ; + oslc:propertyDefinition oslc_sysml:useCaseDefinition ; + oslc:range oslc_sysml:UseCaseDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33336,8 +33606,8 @@ oslc_sysml_shapes:useCaseDefinition a oslc:Property ; oslc_sysml_shapes:bodyAction a oslc:Property ; oslc:name "bodyAction" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:bodyAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:bodyAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33346,15 +33616,15 @@ oslc_sysml_shapes:bodyAction a oslc:Property ; oslc_sysml_shapes:isNegated a oslc:Property ; oslc:name "isNegated" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isNegated ; + oslc:propertyDefinition oslc_sysml:isNegated ; oslc:readOnly false ; dcterms:description "Whether this Invariant is asserted to be false rather than true."^^rdf:XMLLiteral . oslc_sysml_shapes:performedAction a oslc:Property ; oslc:name "performedAction" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:performedAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:performedAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33363,8 +33633,8 @@ oslc_sysml_shapes:performedAction a oslc:Property ; oslc_sysml_shapes:referencedConstraint a oslc:Property ; oslc:name "referencedConstraint" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:referencedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:referencedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33373,8 +33643,8 @@ oslc_sysml_shapes:referencedConstraint a oslc:Property ; oslc_sysml_shapes:subsettedFeature a oslc:Property ; oslc:name "subsettedFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subsettedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:subsettedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33383,8 +33653,8 @@ oslc_sysml_shapes:subsettedFeature a oslc:Property ; oslc_sysml_shapes:subsettingFeature a oslc:Property ; oslc:name "subsettingFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:subsettingFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:subsettingFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33393,8 +33663,8 @@ oslc_sysml_shapes:subsettingFeature a oslc:Property ; oslc_sysml_shapes:connectionEnd a oslc:Property ; oslc:name "connectionEnd" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:connectionEnd ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:connectionEnd ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33403,8 +33673,8 @@ oslc_sysml_shapes:connectionEnd a oslc:Property ; oslc_sysml_shapes:effectStep a oslc:Property ; oslc:name "effectStep" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:effectStep ; - oslc:range oslc_sysmlv2:Step ; + oslc:propertyDefinition oslc_sysml:effectStep ; + oslc:range oslc_sysml:Step ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33413,8 +33683,8 @@ oslc_sysml_shapes:effectStep a oslc:Property ; oslc_sysml_shapes:eventOccurrence a oslc:Property ; oslc:name "eventOccurrence" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:eventOccurrence ; - oslc:range oslc_sysmlv2:OccurrenceUsage ; + oslc:propertyDefinition oslc_sysml:eventOccurrence ; + oslc:range oslc_sysml:OccurrenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33423,8 +33693,8 @@ oslc_sysml_shapes:eventOccurrence a oslc:Property ; oslc_sysml_shapes:interaction a oslc:Property ; oslc:name "interaction" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:interaction ; - oslc:range oslc_sysmlv2:Interaction ; + oslc:propertyDefinition oslc_sysml:interaction ; + oslc:range oslc_sysml:Interaction ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33433,8 +33703,8 @@ oslc_sysml_shapes:interaction a oslc:Property ; oslc_sysml_shapes:itemFeature a oslc:Property ; oslc:name "itemFeature" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:itemFeature ; - oslc:range oslc_sysmlv2:ItemFeature ; + oslc:propertyDefinition oslc_sysml:itemFeature ; + oslc:range oslc_sysml:ItemFeature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33443,8 +33713,8 @@ oslc_sysml_shapes:itemFeature a oslc:Property ; oslc_sysml_shapes:itemFlowEnd a oslc:Property ; oslc:name "itemFlowEnd" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:itemFlowEnd ; - oslc:range oslc_sysmlv2:ItemFlowEnd ; + oslc:propertyDefinition oslc_sysml:itemFlowEnd ; + oslc:range oslc_sysml:ItemFlowEnd ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33453,8 +33723,8 @@ oslc_sysml_shapes:itemFlowEnd a oslc:Property ; oslc_sysml_shapes:itemType a oslc:Property ; oslc:name "itemType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:itemType ; - oslc:range oslc_sysmlv2:Classifier ; + oslc:propertyDefinition oslc_sysml:itemType ; + oslc:range oslc_sysml:Classifier ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33463,15 +33733,15 @@ oslc_sysml_shapes:itemType a oslc:Property ; oslc_sysml_shapes:operator a oslc:Property ; oslc:name "operator" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:operator ; + oslc:propertyDefinition oslc_sysml:operator ; oslc:readOnly false ; dcterms:description "An operator symbol that names a corresponding Function from one of the standard packages from the Kernel Function Library ."^^rdf:XMLLiteral . oslc_sysml_shapes:requirementDefinition a oslc:Property ; oslc:name "requirementDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:requirementDefinition ; - oslc:range oslc_sysmlv2:RequirementDefinition ; + oslc:propertyDefinition oslc_sysml:requirementDefinition ; + oslc:range oslc_sysml:RequirementDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33480,8 +33750,8 @@ oslc_sysml_shapes:requirementDefinition a oslc:Property ; oslc_sysml_shapes:sourceOutputFeature a oslc:Property ; oslc:name "sourceOutputFeature" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:sourceOutputFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:sourceOutputFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33490,8 +33760,8 @@ oslc_sysml_shapes:sourceOutputFeature a oslc:Property ; oslc_sysml_shapes:targetInputFeature a oslc:Property ; oslc:name "targetInputFeature" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:targetInputFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:targetInputFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33500,8 +33770,8 @@ oslc_sysml_shapes:targetInputFeature a oslc:Property ; oslc_sysml_shapes:transitionStep a oslc:Property ; oslc:name "transitionStep" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:transitionStep ; - oslc:range oslc_sysmlv2:Step ; + oslc:propertyDefinition oslc_sysml:transitionStep ; + oslc:range oslc_sysml:Step ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33510,8 +33780,8 @@ oslc_sysml_shapes:transitionStep a oslc:Property ; oslc_sysml_shapes:triggerStep a oslc:Property ; oslc:name "triggerStep" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:triggerStep ; - oslc:range oslc_sysmlv2:Step ; + oslc:propertyDefinition oslc_sysml:triggerStep ; + oslc:range oslc_sysml:Step ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33520,8 +33790,8 @@ oslc_sysml_shapes:triggerStep a oslc:Property ; oslc_sysml_shapes:calculation a oslc:Property ; oslc:name "calculation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:calculation ; - oslc:range oslc_sysmlv2:CalculationUsage ; + oslc:propertyDefinition oslc_sysml:calculation ; + oslc:range oslc_sysml:CalculationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33530,8 +33800,8 @@ oslc_sysml_shapes:calculation a oslc:Property ; oslc_sysml_shapes:caseDefinition a oslc:Property ; oslc:name "caseDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:caseDefinition ; - oslc:range oslc_sysmlv2:CaseDefinition ; + oslc:propertyDefinition oslc_sysml:caseDefinition ; + oslc:range oslc_sysml:CaseDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33540,8 +33810,8 @@ oslc_sysml_shapes:caseDefinition a oslc:Property ; oslc_sysml_shapes:connectionDefinition a oslc:Property ; oslc:name "connectionDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:connectionDefinition ; - oslc:range oslc_sysmlv2:AssociationStructure ; + oslc:propertyDefinition oslc_sysml:connectionDefinition ; + oslc:range oslc_sysml:AssociationStructure ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33550,8 +33820,8 @@ oslc_sysml_shapes:connectionDefinition a oslc:Property ; oslc_sysml_shapes:ownedMemberParameter a oslc:Property ; oslc:name "ownedMemberParameter" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedMemberParameter ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedMemberParameter ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33560,8 +33830,8 @@ oslc_sysml_shapes:ownedMemberParameter a oslc:Property ; oslc_sysml_shapes:annotation a oslc:Property ; oslc:name "annotation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:annotation ; - oslc:range oslc_sysmlv2:Annotation ; + oslc:propertyDefinition oslc_sysml:annotation ; + oslc:range oslc_sysml:Annotation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33570,8 +33840,8 @@ oslc_sysml_shapes:annotation a oslc:Property ; oslc_sysml_shapes:argument a oslc:Property ; oslc:name "argument" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:argument ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:argument ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33580,8 +33850,8 @@ oslc_sysml_shapes:argument a oslc:Property ; oslc_sysml_shapes:calculationDefinition a oslc:Property ; oslc:name "calculationDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:calculationDefinition ; - oslc:range oslc_sysmlv2:Function ; + oslc:propertyDefinition oslc_sysml:calculationDefinition ; + oslc:range oslc_sysml:Function ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33590,8 +33860,8 @@ oslc_sysml_shapes:calculationDefinition a oslc:Property ; oslc_sysml_shapes:constraintDefinition a oslc:Property ; oslc:name "constraintDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:constraintDefinition ; - oslc:range oslc_sysmlv2:Predicate ; + oslc:propertyDefinition oslc_sysml:constraintDefinition ; + oslc:range oslc_sysml:Predicate ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33600,8 +33870,8 @@ oslc_sysml_shapes:constraintDefinition a oslc:Property ; oslc_sysml_shapes:importOwningNamespace a oslc:Property ; oslc:name "importOwningNamespace" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:importOwningNamespace ; - oslc:range oslc_sysmlv2:Namespace ; + oslc:propertyDefinition oslc_sysml:importOwningNamespace ; + oslc:range oslc_sysml:Namespace ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33610,8 +33880,8 @@ oslc_sysml_shapes:importOwningNamespace a oslc:Property ; oslc_sysml_shapes:importedElement a oslc:Property ; oslc:name "importedElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:importedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:importedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33620,22 +33890,22 @@ oslc_sysml_shapes:importedElement a oslc:Property ; oslc_sysml_shapes:isImportAll a oslc:Property ; oslc:name "isImportAll" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isImportAll ; + oslc:propertyDefinition oslc_sysml:isImportAll ; oslc:readOnly false ; dcterms:description "Whether to import memberships without regard to declared visibility."^^rdf:XMLLiteral . oslc_sysml_shapes:isRecursive a oslc:Property ; oslc:name "isRecursive" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isRecursive ; + oslc:propertyDefinition oslc_sysml:isRecursive ; oslc:readOnly false ; dcterms:description "Whether to recursively import Memberships from visible, owned sub-Namespaces."^^rdf:XMLLiteral . oslc_sysml_shapes:operand a oslc:Property ; oslc:name "operand" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:operand ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:operand ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33644,8 +33914,8 @@ oslc_sysml_shapes:operand a oslc:Property ; oslc_sysml_shapes:ownedAnnotatingRelationship a oslc:Property ; oslc:name "ownedAnnotatingRelationship" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedAnnotatingRelationship ; - oslc:range oslc_sysmlv2:Annotation ; + oslc:propertyDefinition oslc_sysml:ownedAnnotatingRelationship ; + oslc:range oslc_sysml:Annotation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33654,8 +33924,8 @@ oslc_sysml_shapes:ownedAnnotatingRelationship a oslc:Property ; oslc_sysml_shapes:associationEnd a oslc:Property ; oslc:name "associationEnd" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:associationEnd ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:associationEnd ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33664,8 +33934,8 @@ oslc_sysml_shapes:associationEnd a oslc:Property ; oslc_sysml_shapes:general a oslc:Property ; oslc:name "general" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:general ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:general ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33674,8 +33944,8 @@ oslc_sysml_shapes:general a oslc:Property ; oslc_sysml_shapes:relatedType a oslc:Property ; oslc:name "relatedType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:relatedType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:relatedType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33684,8 +33954,8 @@ oslc_sysml_shapes:relatedType a oslc:Property ; oslc_sysml_shapes:sourceType a oslc:Property ; oslc:name "sourceType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:sourceType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:sourceType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33694,8 +33964,8 @@ oslc_sysml_shapes:sourceType a oslc:Property ; oslc_sysml_shapes:specific a oslc:Property ; oslc:name "specific" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:specific ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:specific ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33704,8 +33974,8 @@ oslc_sysml_shapes:specific a oslc:Property ; oslc_sysml_shapes:targetType a oslc:Property ; oslc:name "targetType" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:targetType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:targetType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33714,8 +33984,8 @@ oslc_sysml_shapes:targetType a oslc:Property ; oslc_sysml_shapes:partDefinition a oslc:Property ; oslc:name "partDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:partDefinition ; - oslc:range oslc_sysmlv2:PartDefinition ; + oslc:propertyDefinition oslc_sysml:partDefinition ; + oslc:range oslc_sysml:PartDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33724,8 +33994,8 @@ oslc_sysml_shapes:partDefinition a oslc:Property ; oslc_sysml_shapes:predicate a oslc:Property ; oslc:name "predicate" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:predicate ; - oslc:range oslc_sysmlv2:Predicate ; + oslc:propertyDefinition oslc_sysml:predicate ; + oslc:range oslc_sysml:Predicate ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33734,8 +34004,8 @@ oslc_sysml_shapes:predicate a oslc:Property ; oslc_sysml_shapes:itemDefinition a oslc:Property ; oslc:name "itemDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:itemDefinition ; - oslc:range oslc_sysmlv2:Structure ; + oslc:propertyDefinition oslc_sysml:itemDefinition ; + oslc:range oslc_sysml:Structure ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33744,8 +34014,8 @@ oslc_sysml_shapes:itemDefinition a oslc:Property ; oslc_sysml_shapes:expression a oslc:Property ; oslc:name "expression" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:expression ; - oslc:range oslc_sysmlv2:Expression ; + oslc:propertyDefinition oslc_sysml:expression ; + oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33754,8 +34024,8 @@ oslc_sysml_shapes:expression a oslc:Property ; oslc_sysml_shapes:association a oslc:Property ; oslc:name "association" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:association ; - oslc:range oslc_sysmlv2:Association ; + oslc:propertyDefinition oslc_sysml:association ; + oslc:range oslc_sysml:Association ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33764,8 +34034,8 @@ oslc_sysml_shapes:association a oslc:Property ; oslc_sysml_shapes:connectorEnd a oslc:Property ; oslc:name "connectorEnd" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:connectorEnd ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:connectorEnd ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33774,8 +34044,8 @@ oslc_sysml_shapes:connectorEnd a oslc:Property ; oslc_sysml_shapes:relatedFeature a oslc:Property ; oslc:name "relatedFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:relatedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:relatedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33784,8 +34054,8 @@ oslc_sysml_shapes:relatedFeature a oslc:Property ; oslc_sysml_shapes:sourceFeature a oslc:Property ; oslc:name "sourceFeature" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:sourceFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:sourceFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33794,8 +34064,8 @@ oslc_sysml_shapes:sourceFeature a oslc:Property ; oslc_sysml_shapes:ownedMemberFeature a oslc:Property ; oslc:name "ownedMemberFeature" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedMemberFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedMemberFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33804,8 +34074,8 @@ oslc_sysml_shapes:ownedMemberFeature a oslc:Property ; oslc_sysml_shapes:step a oslc:Property ; oslc:name "step" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:step ; - oslc:range oslc_sysmlv2:Step ; + oslc:propertyDefinition oslc_sysml:step ; + oslc:range oslc_sysml:Step ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33814,8 +34084,8 @@ oslc_sysml_shapes:step a oslc:Property ; oslc_sysml_shapes:ownedMemberElement a oslc:Property ; oslc:name "ownedMemberElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedMemberElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:ownedMemberElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33824,29 +34094,29 @@ oslc_sysml_shapes:ownedMemberElement a oslc:Property ; oslc_sysml_shapes:ownedMemberElementId a oslc:Property ; oslc:name "ownedMemberElementId" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedMemberElementId ; + oslc:propertyDefinition oslc_sysml:ownedMemberElementId ; oslc:readOnly false ; dcterms:description "The elementId of the ownedMemberElement."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedMemberName a oslc:Property ; oslc:name "ownedMemberName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedMemberName ; + oslc:propertyDefinition oslc_sysml:ownedMemberName ; oslc:readOnly false ; dcterms:description "The name of the ownedMemberElement."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedMemberShortName a oslc:Property ; oslc:name "ownedMemberShortName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedMemberShortName ; + oslc:propertyDefinition oslc_sysml:ownedMemberShortName ; oslc:readOnly false ; dcterms:description "The shortName of the ownedMemberElement."^^rdf:XMLLiteral . oslc_sysml_shapes:memberElement a oslc:Property ; oslc:name "memberElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:memberElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:memberElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33855,29 +34125,29 @@ oslc_sysml_shapes:memberElement a oslc:Property ; oslc_sysml_shapes:memberElementId a oslc:Property ; oslc:name "memberElementId" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:memberElementId ; + oslc:propertyDefinition oslc_sysml:memberElementId ; oslc:readOnly false ; dcterms:description "The elementId of the memberElement."^^rdf:XMLLiteral . oslc_sysml_shapes:memberName a oslc:Property ; oslc:name "memberName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:memberName ; + oslc:propertyDefinition oslc_sysml:memberName ; oslc:readOnly false ; dcterms:description "The name of the memberElement relative to the membershipOwningNamespace."^^rdf:XMLLiteral . oslc_sysml_shapes:memberShortName a oslc:Property ; oslc:name "memberShortName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:memberShortName ; + oslc:propertyDefinition oslc_sysml:memberShortName ; oslc:readOnly false ; dcterms:description "The short name of the memberElement relative to the membershipOwningNamespace."^^rdf:XMLLiteral . oslc_sysml_shapes:membershipOwningNamespace a oslc:Property ; oslc:name "membershipOwningNamespace" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:membershipOwningNamespace ; - oslc:range oslc_sysmlv2:Namespace ; + oslc:propertyDefinition oslc_sysml:membershipOwningNamespace ; + oslc:range oslc_sysml:Namespace ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33886,8 +34156,8 @@ oslc_sysml_shapes:membershipOwningNamespace a oslc:Property ; oslc_sysml_shapes:lifeClass a oslc:Property ; oslc:name "lifeClass" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:lifeClass ; - oslc:range oslc_sysmlv2:LifeClass ; + oslc:propertyDefinition oslc_sysml:lifeClass ; + oslc:range oslc_sysml:LifeClass ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33896,8 +34166,8 @@ oslc_sysml_shapes:lifeClass a oslc:Property ; oslc_sysml_shapes:actionDefinition a oslc:Property ; oslc:name "actionDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:actionDefinition ; - oslc:range oslc_sysmlv2:Behavior ; + oslc:propertyDefinition oslc_sysml:actionDefinition ; + oslc:range oslc_sysml:Behavior ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33906,8 +34176,8 @@ oslc_sysml_shapes:actionDefinition a oslc:Property ; oslc_sysml_shapes:ownedAction a oslc:Property ; oslc:name "ownedAction" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:ownedAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33916,8 +34186,8 @@ oslc_sysml_shapes:ownedAction a oslc:Property ; oslc_sysml_shapes:ownedAllocation a oslc:Property ; oslc:name "ownedAllocation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedAllocation ; - oslc:range oslc_sysmlv2:AllocationUsage ; + oslc:propertyDefinition oslc_sysml:ownedAllocation ; + oslc:range oslc_sysml:AllocationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33926,8 +34196,8 @@ oslc_sysml_shapes:ownedAllocation a oslc:Property ; oslc_sysml_shapes:ownedAnalysisCase a oslc:Property ; oslc:name "ownedAnalysisCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedAnalysisCase ; - oslc:range oslc_sysmlv2:AnalysisCaseUsage ; + oslc:propertyDefinition oslc_sysml:ownedAnalysisCase ; + oslc:range oslc_sysml:AnalysisCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33936,8 +34206,8 @@ oslc_sysml_shapes:ownedAnalysisCase a oslc:Property ; oslc_sysml_shapes:ownedAttribute a oslc:Property ; oslc:name "ownedAttribute" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedAttribute ; - oslc:range oslc_sysmlv2:AttributeUsage ; + oslc:propertyDefinition oslc_sysml:ownedAttribute ; + oslc:range oslc_sysml:AttributeUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33946,8 +34216,8 @@ oslc_sysml_shapes:ownedAttribute a oslc:Property ; oslc_sysml_shapes:ownedCalculation a oslc:Property ; oslc:name "ownedCalculation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedCalculation ; - oslc:range oslc_sysmlv2:CalculationUsage ; + oslc:propertyDefinition oslc_sysml:ownedCalculation ; + oslc:range oslc_sysml:CalculationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33956,8 +34226,8 @@ oslc_sysml_shapes:ownedCalculation a oslc:Property ; oslc_sysml_shapes:ownedCase a oslc:Property ; oslc:name "ownedCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedCase ; - oslc:range oslc_sysmlv2:CaseUsage ; + oslc:propertyDefinition oslc_sysml:ownedCase ; + oslc:range oslc_sysml:CaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33966,8 +34236,8 @@ oslc_sysml_shapes:ownedCase a oslc:Property ; oslc_sysml_shapes:ownedConnection a oslc:Property ; oslc:name "ownedConnection" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedConnection ; - oslc:range oslc_sysmlv2:ConnectorAsUsage ; + oslc:propertyDefinition oslc_sysml:ownedConnection ; + oslc:range oslc_sysml:ConnectorAsUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33976,8 +34246,8 @@ oslc_sysml_shapes:ownedConnection a oslc:Property ; oslc_sysml_shapes:ownedEnumeration a oslc:Property ; oslc:name "ownedEnumeration" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedEnumeration ; - oslc:range oslc_sysmlv2:EnumerationUsage ; + oslc:propertyDefinition oslc_sysml:ownedEnumeration ; + oslc:range oslc_sysml:EnumerationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33986,8 +34256,8 @@ oslc_sysml_shapes:ownedEnumeration a oslc:Property ; oslc_sysml_shapes:ownedFlow a oslc:Property ; oslc:name "ownedFlow" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedFlow ; - oslc:range oslc_sysmlv2:FlowConnectionUsage ; + oslc:propertyDefinition oslc_sysml:ownedFlow ; + oslc:range oslc_sysml:FlowConnectionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -33996,8 +34266,8 @@ oslc_sysml_shapes:ownedFlow a oslc:Property ; oslc_sysml_shapes:ownedInterface a oslc:Property ; oslc:name "ownedInterface" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedInterface ; - oslc:range oslc_sysmlv2:InterfaceUsage ; + oslc:propertyDefinition oslc_sysml:ownedInterface ; + oslc:range oslc_sysml:InterfaceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34006,8 +34276,8 @@ oslc_sysml_shapes:ownedInterface a oslc:Property ; oslc_sysml_shapes:ownedItem a oslc:Property ; oslc:name "ownedItem" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedItem ; - oslc:range oslc_sysmlv2:ItemUsage ; + oslc:propertyDefinition oslc_sysml:ownedItem ; + oslc:range oslc_sysml:ItemUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34016,8 +34286,8 @@ oslc_sysml_shapes:ownedItem a oslc:Property ; oslc_sysml_shapes:ownedMetadata a oslc:Property ; oslc:name "ownedMetadata" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedMetadata ; - oslc:range oslc_sysmlv2:MetadataUsage ; + oslc:propertyDefinition oslc_sysml:ownedMetadata ; + oslc:range oslc_sysml:MetadataUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34026,8 +34296,8 @@ oslc_sysml_shapes:ownedMetadata a oslc:Property ; oslc_sysml_shapes:ownedOccurrence a oslc:Property ; oslc:name "ownedOccurrence" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedOccurrence ; - oslc:range oslc_sysmlv2:OccurrenceUsage ; + oslc:propertyDefinition oslc_sysml:ownedOccurrence ; + oslc:range oslc_sysml:OccurrenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34036,8 +34306,8 @@ oslc_sysml_shapes:ownedOccurrence a oslc:Property ; oslc_sysml_shapes:ownedPart a oslc:Property ; oslc:name "ownedPart" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedPart ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:ownedPart ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34046,8 +34316,8 @@ oslc_sysml_shapes:ownedPart a oslc:Property ; oslc_sysml_shapes:ownedPort a oslc:Property ; oslc:name "ownedPort" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedPort ; - oslc:range oslc_sysmlv2:PortUsage ; + oslc:propertyDefinition oslc_sysml:ownedPort ; + oslc:range oslc_sysml:PortUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34056,8 +34326,8 @@ oslc_sysml_shapes:ownedPort a oslc:Property ; oslc_sysml_shapes:ownedReference a oslc:Property ; oslc:name "ownedReference" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedReference ; - oslc:range oslc_sysmlv2:ReferenceUsage ; + oslc:propertyDefinition oslc_sysml:ownedReference ; + oslc:range oslc_sysml:ReferenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34066,8 +34336,8 @@ oslc_sysml_shapes:ownedReference a oslc:Property ; oslc_sysml_shapes:ownedState a oslc:Property ; oslc:name "ownedState" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedState ; - oslc:range oslc_sysmlv2:StateUsage ; + oslc:propertyDefinition oslc_sysml:ownedState ; + oslc:range oslc_sysml:StateUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34076,8 +34346,8 @@ oslc_sysml_shapes:ownedState a oslc:Property ; oslc_sysml_shapes:ownedTransition a oslc:Property ; oslc:name "ownedTransition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedTransition ; - oslc:range oslc_sysmlv2:TransitionUsage ; + oslc:propertyDefinition oslc_sysml:ownedTransition ; + oslc:range oslc_sysml:TransitionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34086,8 +34356,8 @@ oslc_sysml_shapes:ownedTransition a oslc:Property ; oslc_sysml_shapes:ownedUsage a oslc:Property ; oslc:name "ownedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:ownedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34096,8 +34366,8 @@ oslc_sysml_shapes:ownedUsage a oslc:Property ; oslc_sysml_shapes:ownedUseCase a oslc:Property ; oslc:name "ownedUseCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedUseCase ; - oslc:range oslc_sysmlv2:UseCaseUsage ; + oslc:propertyDefinition oslc_sysml:ownedUseCase ; + oslc:range oslc_sysml:UseCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34106,8 +34376,8 @@ oslc_sysml_shapes:ownedUseCase a oslc:Property ; oslc_sysml_shapes:ownedVerificationCase a oslc:Property ; oslc:name "ownedVerificationCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedVerificationCase ; - oslc:range oslc_sysmlv2:VerificationCaseUsage ; + oslc:propertyDefinition oslc_sysml:ownedVerificationCase ; + oslc:range oslc_sysml:VerificationCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34116,8 +34386,8 @@ oslc_sysml_shapes:ownedVerificationCase a oslc:Property ; oslc_sysml_shapes:ownedView a oslc:Property ; oslc:name "ownedView" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedView ; - oslc:range oslc_sysmlv2:ViewUsage ; + oslc:propertyDefinition oslc_sysml:ownedView ; + oslc:range oslc_sysml:ViewUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34126,8 +34396,8 @@ oslc_sysml_shapes:ownedView a oslc:Property ; oslc_sysml_shapes:ownedViewpoint a oslc:Property ; oslc:name "ownedViewpoint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedViewpoint ; - oslc:range oslc_sysmlv2:ViewpointUsage ; + oslc:propertyDefinition oslc_sysml:ownedViewpoint ; + oslc:range oslc_sysml:ViewpointUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34136,8 +34406,8 @@ oslc_sysml_shapes:ownedViewpoint a oslc:Property ; oslc_sysml_shapes:function a oslc:Property ; oslc:name "function" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:function ; - oslc:range oslc_sysmlv2:Function ; + oslc:propertyDefinition oslc_sysml:function ; + oslc:range oslc_sysml:Function ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34146,8 +34416,8 @@ oslc_sysml_shapes:function a oslc:Property ; oslc_sysml_shapes:ownedSubclassification a oslc:Property ; oslc:name "ownedSubclassification" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedSubclassification ; - oslc:range oslc_sysmlv2:Subclassification ; + oslc:propertyDefinition oslc_sysml:ownedSubclassification ; + oslc:range oslc_sysml:Subclassification ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34156,8 +34426,8 @@ oslc_sysml_shapes:ownedSubclassification a oslc:Property ; oslc_sysml_shapes:individualDefinition a oslc:Property ; oslc:name "individualDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:individualDefinition ; - oslc:range oslc_sysmlv2:OccurrenceDefinition ; + oslc:propertyDefinition oslc_sysml:individualDefinition ; + oslc:range oslc_sysml:OccurrenceDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34166,8 +34436,8 @@ oslc_sysml_shapes:individualDefinition a oslc:Property ; oslc_sysml_shapes:occurrenceDefinition a oslc:Property ; oslc:name "occurrenceDefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:occurrenceDefinition ; - oslc:range oslc_sysmlv2:Class ; + oslc:propertyDefinition oslc_sysml:occurrenceDefinition ; + oslc:range oslc_sysml:Class ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34176,15 +34446,15 @@ oslc_sysml_shapes:occurrenceDefinition a oslc:Property ; oslc_sysml_shapes:portionKind a oslc:Property ; oslc:name "portionKind" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:portionKind ; + oslc:propertyDefinition oslc_sysml:portionKind ; oslc:readOnly false ; dcterms:description "The kind of (temporal) portion of the life of the occurrenceDefinition represented by this OccurrenceUsage, if it is so restricted."^^rdf:XMLLiteral . oslc_sysml_shapes:definition a oslc:Property ; oslc:name "definition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:definition ; - oslc:range oslc_sysmlv2:Classifier ; + oslc:propertyDefinition oslc_sysml:definition ; + oslc:range oslc_sysml:Classifier ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34193,15 +34463,15 @@ oslc_sysml_shapes:definition a oslc:Property ; oslc_sysml_shapes:isReference a oslc:Property ; oslc:name "isReference" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isReference ; + oslc:propertyDefinition oslc_sysml:isReference ; oslc:readOnly false ; dcterms:description "Whether this Usage is a referential Usage, that is, it has isComposite = false."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedAction a oslc:Property ; oslc:name "nestedAction" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedAction ; - oslc:range oslc_sysmlv2:ActionUsage ; + oslc:propertyDefinition oslc_sysml:nestedAction ; + oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34210,8 +34480,8 @@ oslc_sysml_shapes:nestedAction a oslc:Property ; oslc_sysml_shapes:nestedAllocation a oslc:Property ; oslc:name "nestedAllocation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedAllocation ; - oslc:range oslc_sysmlv2:AllocationUsage ; + oslc:propertyDefinition oslc_sysml:nestedAllocation ; + oslc:range oslc_sysml:AllocationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34220,8 +34490,8 @@ oslc_sysml_shapes:nestedAllocation a oslc:Property ; oslc_sysml_shapes:nestedAnalysisCase a oslc:Property ; oslc:name "nestedAnalysisCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedAnalysisCase ; - oslc:range oslc_sysmlv2:AnalysisCaseUsage ; + oslc:propertyDefinition oslc_sysml:nestedAnalysisCase ; + oslc:range oslc_sysml:AnalysisCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34230,8 +34500,8 @@ oslc_sysml_shapes:nestedAnalysisCase a oslc:Property ; oslc_sysml_shapes:nestedAttribute a oslc:Property ; oslc:name "nestedAttribute" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedAttribute ; - oslc:range oslc_sysmlv2:AttributeUsage ; + oslc:propertyDefinition oslc_sysml:nestedAttribute ; + oslc:range oslc_sysml:AttributeUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34240,8 +34510,8 @@ oslc_sysml_shapes:nestedAttribute a oslc:Property ; oslc_sysml_shapes:nestedCalculation a oslc:Property ; oslc:name "nestedCalculation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedCalculation ; - oslc:range oslc_sysmlv2:CalculationUsage ; + oslc:propertyDefinition oslc_sysml:nestedCalculation ; + oslc:range oslc_sysml:CalculationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34250,8 +34520,8 @@ oslc_sysml_shapes:nestedCalculation a oslc:Property ; oslc_sysml_shapes:nestedCase a oslc:Property ; oslc:name "nestedCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedCase ; - oslc:range oslc_sysmlv2:CaseUsage ; + oslc:propertyDefinition oslc_sysml:nestedCase ; + oslc:range oslc_sysml:CaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34260,8 +34530,8 @@ oslc_sysml_shapes:nestedCase a oslc:Property ; oslc_sysml_shapes:nestedConcern a oslc:Property ; oslc:name "nestedConcern" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedConcern ; - oslc:range oslc_sysmlv2:ConcernUsage ; + oslc:propertyDefinition oslc_sysml:nestedConcern ; + oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34270,8 +34540,8 @@ oslc_sysml_shapes:nestedConcern a oslc:Property ; oslc_sysml_shapes:nestedConnection a oslc:Property ; oslc:name "nestedConnection" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedConnection ; - oslc:range oslc_sysmlv2:ConnectorAsUsage ; + oslc:propertyDefinition oslc_sysml:nestedConnection ; + oslc:range oslc_sysml:ConnectorAsUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34280,8 +34550,8 @@ oslc_sysml_shapes:nestedConnection a oslc:Property ; oslc_sysml_shapes:nestedConstraint a oslc:Property ; oslc:name "nestedConstraint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedConstraint ; - oslc:range oslc_sysmlv2:ConstraintUsage ; + oslc:propertyDefinition oslc_sysml:nestedConstraint ; + oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34290,8 +34560,8 @@ oslc_sysml_shapes:nestedConstraint a oslc:Property ; oslc_sysml_shapes:nestedEnumeration a oslc:Property ; oslc:name "nestedEnumeration" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedEnumeration ; - oslc:range oslc_sysmlv2:EnumerationUsage ; + oslc:propertyDefinition oslc_sysml:nestedEnumeration ; + oslc:range oslc_sysml:EnumerationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34300,8 +34570,8 @@ oslc_sysml_shapes:nestedEnumeration a oslc:Property ; oslc_sysml_shapes:nestedFlow a oslc:Property ; oslc:name "nestedFlow" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedFlow ; - oslc:range oslc_sysmlv2:FlowConnectionUsage ; + oslc:propertyDefinition oslc_sysml:nestedFlow ; + oslc:range oslc_sysml:FlowConnectionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34310,8 +34580,8 @@ oslc_sysml_shapes:nestedFlow a oslc:Property ; oslc_sysml_shapes:nestedInterface a oslc:Property ; oslc:name "nestedInterface" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedInterface ; - oslc:range oslc_sysmlv2:InterfaceUsage ; + oslc:propertyDefinition oslc_sysml:nestedInterface ; + oslc:range oslc_sysml:InterfaceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34320,8 +34590,8 @@ oslc_sysml_shapes:nestedInterface a oslc:Property ; oslc_sysml_shapes:nestedItem a oslc:Property ; oslc:name "nestedItem" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedItem ; - oslc:range oslc_sysmlv2:ItemUsage ; + oslc:propertyDefinition oslc_sysml:nestedItem ; + oslc:range oslc_sysml:ItemUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34330,8 +34600,8 @@ oslc_sysml_shapes:nestedItem a oslc:Property ; oslc_sysml_shapes:nestedMetadata a oslc:Property ; oslc:name "nestedMetadata" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedMetadata ; - oslc:range oslc_sysmlv2:MetadataUsage ; + oslc:propertyDefinition oslc_sysml:nestedMetadata ; + oslc:range oslc_sysml:MetadataUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34340,8 +34610,8 @@ oslc_sysml_shapes:nestedMetadata a oslc:Property ; oslc_sysml_shapes:nestedOccurrence a oslc:Property ; oslc:name "nestedOccurrence" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedOccurrence ; - oslc:range oslc_sysmlv2:OccurrenceUsage ; + oslc:propertyDefinition oslc_sysml:nestedOccurrence ; + oslc:range oslc_sysml:OccurrenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34350,8 +34620,8 @@ oslc_sysml_shapes:nestedOccurrence a oslc:Property ; oslc_sysml_shapes:nestedPart a oslc:Property ; oslc:name "nestedPart" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedPart ; - oslc:range oslc_sysmlv2:PartUsage ; + oslc:propertyDefinition oslc_sysml:nestedPart ; + oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34360,8 +34630,8 @@ oslc_sysml_shapes:nestedPart a oslc:Property ; oslc_sysml_shapes:nestedPort a oslc:Property ; oslc:name "nestedPort" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedPort ; - oslc:range oslc_sysmlv2:PortUsage ; + oslc:propertyDefinition oslc_sysml:nestedPort ; + oslc:range oslc_sysml:PortUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34370,8 +34640,8 @@ oslc_sysml_shapes:nestedPort a oslc:Property ; oslc_sysml_shapes:nestedReference a oslc:Property ; oslc:name "nestedReference" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedReference ; - oslc:range oslc_sysmlv2:ReferenceUsage ; + oslc:propertyDefinition oslc_sysml:nestedReference ; + oslc:range oslc_sysml:ReferenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34380,8 +34650,8 @@ oslc_sysml_shapes:nestedReference a oslc:Property ; oslc_sysml_shapes:nestedRendering a oslc:Property ; oslc:name "nestedRendering" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedRendering ; - oslc:range oslc_sysmlv2:RenderingUsage ; + oslc:propertyDefinition oslc_sysml:nestedRendering ; + oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34390,8 +34660,8 @@ oslc_sysml_shapes:nestedRendering a oslc:Property ; oslc_sysml_shapes:nestedRequirement a oslc:Property ; oslc:name "nestedRequirement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedRequirement ; - oslc:range oslc_sysmlv2:RequirementUsage ; + oslc:propertyDefinition oslc_sysml:nestedRequirement ; + oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34400,8 +34670,8 @@ oslc_sysml_shapes:nestedRequirement a oslc:Property ; oslc_sysml_shapes:nestedState a oslc:Property ; oslc:name "nestedState" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedState ; - oslc:range oslc_sysmlv2:StateUsage ; + oslc:propertyDefinition oslc_sysml:nestedState ; + oslc:range oslc_sysml:StateUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34410,8 +34680,8 @@ oslc_sysml_shapes:nestedState a oslc:Property ; oslc_sysml_shapes:nestedTransition a oslc:Property ; oslc:name "nestedTransition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedTransition ; - oslc:range oslc_sysmlv2:TransitionUsage ; + oslc:propertyDefinition oslc_sysml:nestedTransition ; + oslc:range oslc_sysml:TransitionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34420,8 +34690,8 @@ oslc_sysml_shapes:nestedTransition a oslc:Property ; oslc_sysml_shapes:nestedUsage a oslc:Property ; oslc:name "nestedUsage" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:nestedUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34430,8 +34700,8 @@ oslc_sysml_shapes:nestedUsage a oslc:Property ; oslc_sysml_shapes:nestedUseCase a oslc:Property ; oslc:name "nestedUseCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedUseCase ; - oslc:range oslc_sysmlv2:UseCaseUsage ; + oslc:propertyDefinition oslc_sysml:nestedUseCase ; + oslc:range oslc_sysml:UseCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34440,8 +34710,8 @@ oslc_sysml_shapes:nestedUseCase a oslc:Property ; oslc_sysml_shapes:nestedVerificationCase a oslc:Property ; oslc:name "nestedVerificationCase" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedVerificationCase ; - oslc:range oslc_sysmlv2:VerificationCaseUsage ; + oslc:propertyDefinition oslc_sysml:nestedVerificationCase ; + oslc:range oslc_sysml:VerificationCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34450,8 +34720,8 @@ oslc_sysml_shapes:nestedVerificationCase a oslc:Property ; oslc_sysml_shapes:nestedView a oslc:Property ; oslc:name "nestedView" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedView ; - oslc:range oslc_sysmlv2:ViewUsage ; + oslc:propertyDefinition oslc_sysml:nestedView ; + oslc:range oslc_sysml:ViewUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34460,8 +34730,8 @@ oslc_sysml_shapes:nestedView a oslc:Property ; oslc_sysml_shapes:nestedViewpoint a oslc:Property ; oslc:name "nestedViewpoint" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:nestedViewpoint ; - oslc:range oslc_sysmlv2:ViewpointUsage ; + oslc:propertyDefinition oslc_sysml:nestedViewpoint ; + oslc:range oslc_sysml:ViewpointUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34470,8 +34740,8 @@ oslc_sysml_shapes:nestedViewpoint a oslc:Property ; oslc_sysml_shapes:owningDefinition a oslc:Property ; oslc:name "owningDefinition" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningDefinition ; - oslc:range oslc_sysmlv2:Definition ; + oslc:propertyDefinition oslc_sysml:owningDefinition ; + oslc:range oslc_sysml:Definition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34480,8 +34750,8 @@ oslc_sysml_shapes:owningDefinition a oslc:Property ; oslc_sysml_shapes:owningUsage a oslc:Property ; oslc:name "owningUsage" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningUsage ; - oslc:range oslc_sysmlv2:Usage ; + oslc:propertyDefinition oslc_sysml:owningUsage ; + oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34490,8 +34760,8 @@ oslc_sysml_shapes:owningUsage a oslc:Property ; oslc_sysml_shapes:behavior a oslc:Property ; oslc:name "behavior" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:behavior ; - oslc:range oslc_sysmlv2:Behavior ; + oslc:propertyDefinition oslc_sysml:behavior ; + oslc:range oslc_sysml:Behavior ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34500,15 +34770,15 @@ oslc_sysml_shapes:behavior a oslc:Property ; oslc_sysml_shapes:isImplied a oslc:Property ; oslc:name "isImplied" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isImplied ; + oslc:propertyDefinition oslc_sysml:isImplied ; oslc:readOnly false ; dcterms:description "Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedRelatedElement a oslc:Property ; oslc:name "ownedRelatedElement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRelatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:ownedRelatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34517,8 +34787,8 @@ oslc_sysml_shapes:ownedRelatedElement a oslc:Property ; oslc_sysml_shapes:owningRelatedElement a oslc:Property ; oslc:name "owningRelatedElement" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningRelatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:owningRelatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34527,8 +34797,8 @@ oslc_sysml_shapes:owningRelatedElement a oslc:Property ; oslc_sysml_shapes:relatedElement a oslc:Property ; oslc:name "relatedElement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:relatedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:relatedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34537,15 +34807,15 @@ oslc_sysml_shapes:relatedElement a oslc:Property ; oslc_sysml_shapes:direction a oslc:Property ; oslc:name "direction" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:direction ; + oslc:propertyDefinition oslc_sysml:direction ; oslc:readOnly false ; dcterms:description "Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind)."^^rdf:XMLLiteral . oslc_sysml_shapes:endOwningType a oslc:Property ; oslc:name "endOwningType" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:endOwningType ; - oslc:range oslc_sysmlv2:Type ; + oslc:propertyDefinition oslc_sysml:endOwningType ; + oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34554,8 +34824,8 @@ oslc_sysml_shapes:endOwningType a oslc:Property ; oslc_sysml_shapes:featureTarget a oslc:Property ; oslc:name "featureTarget" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:featureTarget ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:featureTarget ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34564,64 +34834,64 @@ oslc_sysml_shapes:featureTarget a oslc:Property ; oslc_sysml_shapes:isComposite a oslc:Property ; oslc:name "isComposite" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isComposite ; + oslc:propertyDefinition oslc_sysml:isComposite ; oslc:readOnly false ; dcterms:description "Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does."^^rdf:XMLLiteral . oslc_sysml_shapes:isDerived a oslc:Property ; oslc:name "isDerived" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isDerived ; + oslc:propertyDefinition oslc_sysml:isDerived ; oslc:readOnly false ; dcterms:description "Whether the values of this Feature can always be computed from the values of other Features."^^rdf:XMLLiteral . oslc_sysml_shapes:isEnd a oslc:Property ; oslc:name "isEnd" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isEnd ; + oslc:propertyDefinition oslc_sysml:isEnd ; oslc:readOnly false ; dcterms:description "Whether or not the this Feature is an end Feature, requiring a different interpretation of the multiplicity of the Feature."^^rdf:XMLLiteral . oslc_sysml_shapes:isNonunique a oslc:Property ; oslc:name "isNonunique" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isNonunique ; + oslc:propertyDefinition oslc_sysml:isNonunique ; oslc:readOnly false ; dcterms:description "isNonunique."^^rdf:XMLLiteral . oslc_sysml_shapes:isOrdered a oslc:Property ; oslc:name "isOrdered" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isOrdered ; + oslc:propertyDefinition oslc_sysml:isOrdered ; oslc:readOnly false ; dcterms:description "Whether an order exists for the values of this Feature or not."^^rdf:XMLLiteral . oslc_sysml_shapes:isPortion a oslc:Property ; oslc:name "isPortion" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isPortion ; + oslc:propertyDefinition oslc_sysml:isPortion ; oslc:readOnly false ; dcterms:description "Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances."^^rdf:XMLLiteral . oslc_sysml_shapes:isReadOnly a oslc:Property ; oslc:name "isReadOnly" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isReadOnly ; + oslc:propertyDefinition oslc_sysml:isReadOnly ; oslc:readOnly false ; dcterms:description "Whether the values of this Feature can change over the lifetime of an instance of the domain."^^rdf:XMLLiteral . oslc_sysml_shapes:isUnique a oslc:Property ; oslc:name "isUnique" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isUnique ; + oslc:propertyDefinition oslc_sysml:isUnique ; oslc:readOnly false ; dcterms:description "Whether or not values for this Feature must have no duplicates or not."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedFeatureChaining a oslc:Property ; oslc:name "ownedFeatureChaining" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedFeatureChaining ; - oslc:range oslc_sysmlv2:FeatureChaining ; + oslc:propertyDefinition oslc_sysml:ownedFeatureChaining ; + oslc:range oslc_sysml:FeatureChaining ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34630,8 +34900,8 @@ oslc_sysml_shapes:ownedFeatureChaining a oslc:Property ; oslc_sysml_shapes:ownedFeatureInverting a oslc:Property ; oslc:name "ownedFeatureInverting" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedFeatureInverting ; - oslc:range oslc_sysmlv2:FeatureInverting ; + oslc:propertyDefinition oslc_sysml:ownedFeatureInverting ; + oslc:range oslc_sysml:FeatureInverting ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34640,8 +34910,8 @@ oslc_sysml_shapes:ownedFeatureInverting a oslc:Property ; oslc_sysml_shapes:ownedRedefinition a oslc:Property ; oslc:name "ownedRedefinition" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRedefinition ; - oslc:range oslc_sysmlv2:Redefinition ; + oslc:propertyDefinition oslc_sysml:ownedRedefinition ; + oslc:range oslc_sysml:Redefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34650,8 +34920,8 @@ oslc_sysml_shapes:ownedRedefinition a oslc:Property ; oslc_sysml_shapes:ownedReferenceSubsetting a oslc:Property ; oslc:name "ownedReferenceSubsetting" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedReferenceSubsetting ; - oslc:range oslc_sysmlv2:ReferenceSubsetting ; + oslc:propertyDefinition oslc_sysml:ownedReferenceSubsetting ; + oslc:range oslc_sysml:ReferenceSubsetting ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34660,8 +34930,8 @@ oslc_sysml_shapes:ownedReferenceSubsetting a oslc:Property ; oslc_sysml_shapes:ownedSubsetting a oslc:Property ; oslc:name "ownedSubsetting" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedSubsetting ; - oslc:range oslc_sysmlv2:Subsetting ; + oslc:propertyDefinition oslc_sysml:ownedSubsetting ; + oslc:range oslc_sysml:Subsetting ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34670,8 +34940,8 @@ oslc_sysml_shapes:ownedSubsetting a oslc:Property ; oslc_sysml_shapes:ownedTypeFeaturing a oslc:Property ; oslc:name "ownedTypeFeaturing" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedTypeFeaturing ; - oslc:range oslc_sysmlv2:TypeFeaturing ; + oslc:propertyDefinition oslc_sysml:ownedTypeFeaturing ; + oslc:range oslc_sysml:TypeFeaturing ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34680,8 +34950,8 @@ oslc_sysml_shapes:ownedTypeFeaturing a oslc:Property ; oslc_sysml_shapes:ownedTyping a oslc:Property ; oslc:name "ownedTyping" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedTyping ; - oslc:range oslc_sysmlv2:FeatureTyping ; + oslc:propertyDefinition oslc_sysml:ownedTyping ; + oslc:range oslc_sysml:FeatureTyping ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34690,8 +34960,8 @@ oslc_sysml_shapes:ownedTyping a oslc:Property ; oslc_sysml_shapes:owningFeatureMembership a oslc:Property ; oslc:name "owningFeatureMembership" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningFeatureMembership ; - oslc:range oslc_sysmlv2:FeatureMembership ; + oslc:propertyDefinition oslc_sysml:owningFeatureMembership ; + oslc:range oslc_sysml:FeatureMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34700,8 +34970,8 @@ oslc_sysml_shapes:owningFeatureMembership a oslc:Property ; oslc_sysml_shapes:directedFeature a oslc:Property ; oslc:name "directedFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:directedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:directedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34710,8 +34980,8 @@ oslc_sysml_shapes:directedFeature a oslc:Property ; oslc_sysml_shapes:endFeature a oslc:Property ; oslc:name "endFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:endFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:endFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34720,8 +34990,8 @@ oslc_sysml_shapes:endFeature a oslc:Property ; oslc_sysml_shapes:featureMembership a oslc:Property ; oslc:name "featureMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:featureMembership ; - oslc:range oslc_sysmlv2:FeatureMembership ; + oslc:propertyDefinition oslc_sysml:featureMembership ; + oslc:range oslc_sysml:FeatureMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34730,8 +35000,8 @@ oslc_sysml_shapes:featureMembership a oslc:Property ; oslc_sysml_shapes:inheritedFeature a oslc:Property ; oslc:name "inheritedFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:inheritedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:inheritedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34740,8 +35010,8 @@ oslc_sysml_shapes:inheritedFeature a oslc:Property ; oslc_sysml_shapes:inheritedMembership a oslc:Property ; oslc:name "inheritedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:inheritedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:inheritedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34750,8 +35020,8 @@ oslc_sysml_shapes:inheritedMembership a oslc:Property ; oslc_sysml_shapes:input a oslc:Property ; oslc:name "input" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:input ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:input ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34760,29 +35030,29 @@ oslc_sysml_shapes:input a oslc:Property ; oslc_sysml_shapes:isAbstract a oslc:Property ; oslc:name "isAbstract" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isAbstract ; + oslc:propertyDefinition oslc_sysml:isAbstract ; oslc:readOnly false ; dcterms:description "Indicates whether instances of this Type must also be instances of at least one of its specialized Types."^^rdf:XMLLiteral . oslc_sysml_shapes:isConjugated a oslc:Property ; oslc:name "isConjugated" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isConjugated ; + oslc:propertyDefinition oslc_sysml:isConjugated ; oslc:readOnly false ; dcterms:description "Indicates whether this Type has an ownedConjugator."^^rdf:XMLLiteral . oslc_sysml_shapes:isSufficient a oslc:Property ; oslc:name "isSufficient" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isSufficient ; + oslc:propertyDefinition oslc_sysml:isSufficient ; oslc:readOnly false ; dcterms:description "Whether all things that meet the classification conditions of this Type must be classified by the Type."^^rdf:XMLLiteral . oslc_sysml_shapes:multiplicity a oslc:Property ; oslc:name "multiplicity" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:multiplicity ; - oslc:range oslc_sysmlv2:Multiplicity ; + oslc:propertyDefinition oslc_sysml:multiplicity ; + oslc:range oslc_sysml:Multiplicity ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34791,8 +35061,8 @@ oslc_sysml_shapes:multiplicity a oslc:Property ; oslc_sysml_shapes:output a oslc:Property ; oslc:name "output" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:output ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:output ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34801,8 +35071,8 @@ oslc_sysml_shapes:output a oslc:Property ; oslc_sysml_shapes:ownedConjugator a oslc:Property ; oslc:name "ownedConjugator" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:ownedConjugator ; - oslc:range oslc_sysmlv2:Conjugation ; + oslc:propertyDefinition oslc_sysml:ownedConjugator ; + oslc:range oslc_sysml:Conjugation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34811,8 +35081,8 @@ oslc_sysml_shapes:ownedConjugator a oslc:Property ; oslc_sysml_shapes:ownedDifferencing a oslc:Property ; oslc:name "ownedDifferencing" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedDifferencing ; - oslc:range oslc_sysmlv2:Differencing ; + oslc:propertyDefinition oslc_sysml:ownedDifferencing ; + oslc:range oslc_sysml:Differencing ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34821,8 +35091,8 @@ oslc_sysml_shapes:ownedDifferencing a oslc:Property ; oslc_sysml_shapes:ownedDisjoining a oslc:Property ; oslc:name "ownedDisjoining" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedDisjoining ; - oslc:range oslc_sysmlv2:Disjoining ; + oslc:propertyDefinition oslc_sysml:ownedDisjoining ; + oslc:range oslc_sysml:Disjoining ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34831,8 +35101,8 @@ oslc_sysml_shapes:ownedDisjoining a oslc:Property ; oslc_sysml_shapes:ownedEndFeature a oslc:Property ; oslc:name "ownedEndFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedEndFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedEndFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34841,8 +35111,8 @@ oslc_sysml_shapes:ownedEndFeature a oslc:Property ; oslc_sysml_shapes:ownedFeature a oslc:Property ; oslc:name "ownedFeature" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedFeature ; - oslc:range oslc_sysmlv2:Feature ; + oslc:propertyDefinition oslc_sysml:ownedFeature ; + oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34851,8 +35121,8 @@ oslc_sysml_shapes:ownedFeature a oslc:Property ; oslc_sysml_shapes:ownedFeatureMembership a oslc:Property ; oslc:name "ownedFeatureMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedFeatureMembership ; - oslc:range oslc_sysmlv2:FeatureMembership ; + oslc:propertyDefinition oslc_sysml:ownedFeatureMembership ; + oslc:range oslc_sysml:FeatureMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34861,8 +35131,8 @@ oslc_sysml_shapes:ownedFeatureMembership a oslc:Property ; oslc_sysml_shapes:ownedIntersecting a oslc:Property ; oslc:name "ownedIntersecting" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedIntersecting ; - oslc:range oslc_sysmlv2:Intersecting ; + oslc:propertyDefinition oslc_sysml:ownedIntersecting ; + oslc:range oslc_sysml:Intersecting ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34871,8 +35141,8 @@ oslc_sysml_shapes:ownedIntersecting a oslc:Property ; oslc_sysml_shapes:ownedSpecialization a oslc:Property ; oslc:name "ownedSpecialization" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedSpecialization ; - oslc:range oslc_sysmlv2:Specialization ; + oslc:propertyDefinition oslc_sysml:ownedSpecialization ; + oslc:range oslc_sysml:Specialization ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34881,8 +35151,8 @@ oslc_sysml_shapes:ownedSpecialization a oslc:Property ; oslc_sysml_shapes:ownedUnioning a oslc:Property ; oslc:name "ownedUnioning" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedUnioning ; - oslc:range oslc_sysmlv2:Unioning ; + oslc:propertyDefinition oslc_sysml:ownedUnioning ; + oslc:range oslc_sysml:Unioning ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34891,8 +35161,8 @@ oslc_sysml_shapes:ownedUnioning a oslc:Property ; oslc_sysml_shapes:member a oslc:Property ; oslc:name "member" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:member ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:member ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34901,8 +35171,8 @@ oslc_sysml_shapes:member a oslc:Property ; oslc_sysml_shapes:membership a oslc:Property ; oslc:name "membership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:membership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:membership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34911,8 +35181,8 @@ oslc_sysml_shapes:membership a oslc:Property ; oslc_sysml_shapes:ownedImport a oslc:Property ; oslc:name "ownedImport" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedImport ; - oslc:range oslc_sysmlv2:Import ; + oslc:propertyDefinition oslc_sysml:ownedImport ; + oslc:range oslc_sysml:Import ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34921,8 +35191,8 @@ oslc_sysml_shapes:ownedImport a oslc:Property ; oslc_sysml_shapes:ownedMember a oslc:Property ; oslc:name "ownedMember" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedMember ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:ownedMember ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34931,8 +35201,8 @@ oslc_sysml_shapes:ownedMember a oslc:Property ; oslc_sysml_shapes:ownedMembership a oslc:Property ; oslc:name "ownedMembership" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedMembership ; - oslc:range oslc_sysmlv2:Membership ; + oslc:propertyDefinition oslc_sysml:ownedMembership ; + oslc:range oslc_sysml:Membership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -34941,7 +35211,7 @@ oslc_sysml_shapes:ownedMembership a oslc:Property ; oslc_sysml_shapes:aliasIds a oslc:Property ; oslc:name "aliasIds" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:aliasIds ; + oslc:propertyDefinition oslc_sysml:aliasIds ; oslc:readOnly false ; dcterms:description "Various alternative identifiers for this Element. Generally, these will be set by tools."^^rdf:XMLLiteral . @@ -34984,14 +35254,14 @@ oslc_sysml_shapes:dctype a oslc:Property ; oslc_sysml_shapes:declaredName a oslc:Property ; oslc:name "declaredName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:declaredName ; + oslc:propertyDefinition oslc_sysml:declaredName ; oslc:readOnly false ; dcterms:description "The declared name of this Element."^^rdf:XMLLiteral . oslc_sysml_shapes:declaredShortName a oslc:Property ; oslc:name "declaredShortName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:declaredShortName ; + oslc:propertyDefinition oslc_sysml:declaredShortName ; oslc:readOnly false ; dcterms:description "An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context."^^rdf:XMLLiteral . @@ -35018,8 +35288,8 @@ oslc_sysml_shapes:description a oslc:Property ; oslc_sysml_shapes:documentation a oslc:Property ; oslc:name "documentation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:documentation ; - oslc:range oslc_sysmlv2:Documentation ; + oslc:propertyDefinition oslc_sysml:documentation ; + oslc:range oslc_sysml:Documentation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -35038,7 +35308,7 @@ oslc_sysml_shapes:elaborates a oslc:Property ; oslc_sysml_shapes:elementId a oslc:Property ; oslc:name "elementId" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:elementId ; + oslc:propertyDefinition oslc_sysml:elementId ; oslc:readOnly false ; dcterms:description "The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element."^^rdf:XMLLiteral . @@ -35078,14 +35348,14 @@ state of the resource and other factors and thus should not be cached."""^^rdf:X oslc_sysml_shapes:isImpliedIncluded a oslc:Property ; oslc:name "isImpliedIncluded" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isImpliedIncluded ; + oslc:propertyDefinition oslc_sysml:isImpliedIncluded ; oslc:readOnly false ; dcterms:description "Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them."^^rdf:XMLLiteral . oslc_sysml_shapes:isLibraryElement a oslc:Property ; oslc:name "isLibraryElement" ; oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_sysmlv2:isLibraryElement ; + oslc:propertyDefinition oslc_sysml:isLibraryElement ; oslc:readOnly false ; dcterms:description "Whether this Element is contained in the ownership tree of a library model."^^rdf:XMLLiteral . @@ -35100,15 +35370,15 @@ oslc_sysml_shapes:modified a oslc:Property ; oslc_sysml_shapes:name a oslc:Property ; oslc:name "name" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:name ; + oslc:propertyDefinition oslc_sysml:name ; oslc:readOnly false ; dcterms:description "The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedAnnotation a oslc:Property ; oslc:name "ownedAnnotation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedAnnotation ; - oslc:range oslc_sysmlv2:Annotation ; + oslc:propertyDefinition oslc_sysml:ownedAnnotation ; + oslc:range oslc_sysml:Annotation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -35117,8 +35387,8 @@ oslc_sysml_shapes:ownedAnnotation a oslc:Property ; oslc_sysml_shapes:ownedElement a oslc:Property ; oslc:name "ownedElement" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedElement ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:ownedElement ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -35127,8 +35397,8 @@ oslc_sysml_shapes:ownedElement a oslc:Property ; oslc_sysml_shapes:ownedRelationship a oslc:Property ; oslc:name "ownedRelationship" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:ownedRelationship ; - oslc:range oslc_sysmlv2:Relationship ; + oslc:propertyDefinition oslc_sysml:ownedRelationship ; + oslc:range oslc_sysml:Relationship ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -35137,8 +35407,8 @@ oslc_sysml_shapes:ownedRelationship a oslc:Property ; oslc_sysml_shapes:owner a oslc:Property ; oslc:name "owner" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owner ; - oslc:range oslc_sysmlv2:Element ; + oslc:propertyDefinition oslc_sysml:owner ; + oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -35147,8 +35417,8 @@ oslc_sysml_shapes:owner a oslc:Property ; oslc_sysml_shapes:owningMembership a oslc:Property ; oslc:name "owningMembership" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningMembership ; - oslc:range oslc_sysmlv2:OwningMembership ; + oslc:propertyDefinition oslc_sysml:owningMembership ; + oslc:range oslc_sysml:OwningMembership ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -35157,8 +35427,8 @@ oslc_sysml_shapes:owningMembership a oslc:Property ; oslc_sysml_shapes:owningNamespace a oslc:Property ; oslc:name "owningNamespace" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningNamespace ; - oslc:range oslc_sysmlv2:Namespace ; + oslc:propertyDefinition oslc_sysml:owningNamespace ; + oslc:range oslc_sysml:Namespace ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -35167,8 +35437,8 @@ oslc_sysml_shapes:owningNamespace a oslc:Property ; oslc_sysml_shapes:owningRelationship a oslc:Property ; oslc:name "owningRelationship" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:owningRelationship ; - oslc:range oslc_sysmlv2:Relationship ; + oslc:propertyDefinition oslc_sysml:owningRelationship ; + oslc:range oslc_sysml:Relationship ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; @@ -35177,7 +35447,7 @@ oslc_sysml_shapes:owningRelationship a oslc:Property ; oslc_sysml_shapes:qualifiedName a oslc:Property ; oslc:name "qualifiedName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:qualifiedName ; + oslc:propertyDefinition oslc_sysml:qualifiedName ; oslc:readOnly false ; dcterms:description "The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element."^^rdf:XMLLiteral . @@ -35218,7 +35488,7 @@ specifications, which could result in multiple values for this property."""^^rdf oslc_sysml_shapes:shortName a oslc:Property ; oslc:name "shortName" ; oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_sysmlv2:shortName ; + oslc:propertyDefinition oslc_sysml:shortName ; oslc:readOnly false ; dcterms:description "The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null."^^rdf:XMLLiteral . @@ -35243,8 +35513,8 @@ oslc_sysml_shapes:source a oslc:Property ; oslc_sysml_shapes:textualRepresentation a oslc:Property ; oslc:name "textualRepresentation" ; oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_sysmlv2:textualRepresentation ; - oslc:range oslc_sysmlv2:TextualRepresentation ; + oslc:propertyDefinition oslc_sysml:textualRepresentation ; + oslc:range oslc_sysml:TextualRepresentation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; diff --git a/specs/sysml/sysml-vocab.ttl b/specs/sysml/sysml-vocab.ttl index 6406ec0..00bbcb1 100644 --- a/specs/sysml/sysml-vocab.ttl +++ b/specs/sysml/sysml-vocab.ttl @@ -15,2974 +15,2985 @@ @prefix dcterms: . @prefix oslc_am: . -@prefix oslc_sysmlv2: . +@prefix oslc_sysml: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix vann: . @prefix xsd: . -oslc_sysmlv2:AcceptActionUsage a rdfs:Class ; +oslc_sysml:AcceptActionUsage a rdfs:Class ; rdfs:label "AcceptActionUsage" ; rdfs:comment "An AcceptActionUsage is an ActionUsage that specifies the acceptance of an incomingTransfer from the Occurrence given by the result of its receiverArgument Expression. (If no receiverArgument is provided, the default is the this context of the AcceptActionUsage.) The payload of the accepted Transfer is output on its payloadParameter. Which Transfers may be accepted is determined by conformance to the typing and (potentially) binding of the payloadParameter." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . -oslc_sysmlv2:ActionDefinition a rdfs:Class ; +oslc_sysml:ActionDefinition a rdfs:Class ; rdfs:label "ActionDefinition" ; rdfs:comment "An ActionDefinition is a Definition that is also a Behavior that defines an Action performed by a system or part of a system." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Behavior, - oslc_sysmlv2:OccurrenceDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Behavior, + oslc_sysml:OccurrenceDefinition . -oslc_sysmlv2:ActionUsage a rdfs:Class ; +oslc_sysml:ActionUsage a rdfs:Class ; rdfs:label "ActionUsage" ; rdfs:comment "An ActionUsage is a Usage that is also a Step, and, so, is typed by a Behavior. Nominally, if the type is an ActionDefinition, an ActionUsage is a Usage of that ActionDefinition within a system. However, other kinds of kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OccurrenceUsage, - oslc_sysmlv2:Step . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OccurrenceUsage, + oslc_sysml:Step . -oslc_sysmlv2:ActorMembership a rdfs:Class ; +oslc_sysml:ActorMembership a rdfs:Class ; rdfs:label "ActorMembership" ; rdfs:comment "An ActorMembership is a ParameterMembership that identifies a PartUsage as an actor parameter, which specifies a role played by an external entity in interaction with the owningType of the ActorMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ParameterMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ParameterMembership . -oslc_sysmlv2:AllocationDefinition a rdfs:Class ; +oslc_sysml:AllocationDefinition a rdfs:Class ; rdfs:label "AllocationDefinition" ; rdfs:comment "An AllocationDefinition is a ConnectionDefinition that specifies that some or all of the responsibility to realize the intent of the source is allocated to the target instances. Such allocations define mappings across the various structures and hierarchies of a system model, perhaps as a precursor to more rigorous specifications and implementations. An AllocationDefinition can itself be refined using nested allocations that give a finer-grained decomposition of the containing allocation mapping." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConnectionDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConnectionDefinition . -oslc_sysmlv2:AllocationUsage a rdfs:Class ; +oslc_sysml:AllocationUsage a rdfs:Class ; rdfs:label "AllocationUsage" ; rdfs:comment "An AllocationUsage is a usage of an AllocationDefinition asserting the allocation of the source feature to the target feature." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConnectionUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConnectionUsage . -oslc_sysmlv2:AnalysisCaseDefinition a rdfs:Class ; +oslc_sysml:AnalysisCaseDefinition a rdfs:Class ; rdfs:label "AnalysisCaseDefinition" ; rdfs:comment "An AnalysisCaseDefinition is a CaseDefinition for the case of carrying out an analysis." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CaseDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CaseDefinition . -oslc_sysmlv2:AnalysisCaseUsage a rdfs:Class ; +oslc_sysml:AnalysisCaseUsage a rdfs:Class ; rdfs:label "AnalysisCaseUsage" ; rdfs:comment "An AnalysisCaseUsage is a Usage of an AnalysisCaseDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CaseUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CaseUsage . -oslc_sysmlv2:AnnotatingElement a rdfs:Class ; +oslc_sysml:AnnotatingElement a rdfs:Class ; rdfs:label "AnnotatingElement" ; rdfs:comment "An AnnotatingElement is an Element that provides additional description of or metadata on some other Element. An AnnotatingElement is either attached to its annotatedElements by Annotation Relationships, or it implicitly annotates its owningNamespace." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Element . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Element . -oslc_sysmlv2:Annotation a rdfs:Class ; +oslc_sysml:Annotation a rdfs:Class ; rdfs:label "Annotation" ; rdfs:comment "An Annotation is a Relationship between an AnnotatingElement and the Element that is annotated by that AnnotatingElement." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . -oslc_sysmlv2:AssertConstraintUsage a rdfs:Class ; +oslc_sysml:AssertConstraintUsage a rdfs:Class ; rdfs:label "AssertConstraintUsage" ; rdfs:comment "An AssertConstraintUsage is a ConstraintUsage that is also an Invariant and, so, is asserted to be true (by default). Unless it is the AssertConstraintUsage itself, the asserted ConstraintUsage is related to the AssertConstraintUsage by a ReferenceSubsetting Relationship." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConstraintUsage, - oslc_sysmlv2:Invariant . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConstraintUsage, + oslc_sysml:Invariant . -oslc_sysmlv2:AssignmentActionUsage a rdfs:Class ; +oslc_sysml:AssignmentActionUsage a rdfs:Class ; rdfs:label "AssignmentActionUsage" ; rdfs:comment "An AssignmentActionUsage is an ActionUsage that is defined, directly or indirectly, by the ActionDefinition AssignmentAction from the Systems Model Library. It specifies that the value of the referent Feature, relative to the target given by the result of the targetArgument Expression, should be set to the result of the valueExpression." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . -oslc_sysmlv2:Association a rdfs:Class ; +oslc_sysml:Association a rdfs:Class ; rdfs:label "Association" ; rdfs:comment "An Association is a Relationship and a Classifier to enable classification of links between things (in the universe). The co-domains (types) of the associationEnd Features are the relatedTypes, as co-domain and participants (linked things) of an Association identify each other." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Classifier, - oslc_sysmlv2:Relationship . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Classifier, + oslc_sysml:Relationship . -oslc_sysmlv2:AssociationStructure a rdfs:Class ; +oslc_sysml:AssociationStructure a rdfs:Class ; rdfs:label "AssociationStructure" ; rdfs:comment "An AssociationStructure is an Association that is also a Structure, classifying link objects that are both links and objects. As objects, link objects can be created and destroyed, and their non-end Features can change over time. However, the values of the end Features of a link object are fixed and cannot change over its lifetime." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Association, - oslc_sysmlv2:Structure . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Association, + oslc_sysml:Structure . -oslc_sysmlv2:AttributeDefinition a rdfs:Class ; +oslc_sysml:AttributeDefinition a rdfs:Class ; rdfs:label "AttributeDefinition" ; rdfs:comment "An AttributeDefinition is a Definition and a DataType of information about a quality or characteristic of a system or part of a system that has no independent identity other than its value. All features of an AttributeDefinition must be referential (non-composite)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:DataType, - oslc_sysmlv2:Definition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:DataType, + oslc_sysml:Definition . -oslc_sysmlv2:AttributeUsage a rdfs:Class ; +oslc_sysml:AttributeUsage a rdfs:Class ; rdfs:label "AttributeUsage" ; rdfs:comment "An AttributeUsage is a Usage whose type is a DataType. Nominally, if the type is an AttributeDefinition, an AttributeUsage is a usage of a AttributeDefinition to represent the value of some system quality or characteristic. However, other kinds of kernel DataTypes are also allowed, to permit use of DataTypes from the Kernel Model Libraries. An AttributeUsage itself as well as all its nested features must be referential (non-composite)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Usage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Usage . -oslc_sysmlv2:Behavior a rdfs:Class ; +oslc_sysml:Behavior a rdfs:Class ; rdfs:label "Behavior" ; rdfs:comment "A Behavior coordinates occurrences of other Behaviors, as well as changes in objects. Behaviors can be decomposed into Steps and be characterized by parameters." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Class . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Class . -oslc_sysmlv2:BindingConnector a rdfs:Class ; +oslc_sysml:BindingConnector a rdfs:Class ; rdfs:label "BindingConnector" ; rdfs:comment "A BindingConnector is a binary Connector that requires its relatedFeatures to identify the same things (have the same values)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Connector . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Connector . -oslc_sysmlv2:BindingConnectorAsUsage a rdfs:Class ; +oslc_sysml:BindingConnectorAsUsage a rdfs:Class ; rdfs:label "BindingConnectorAsUsage" ; rdfs:comment "A BindingConnectorAsUsage is both a BindingConnector and a ConnectorAsUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:BindingConnector, - oslc_sysmlv2:ConnectorAsUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:BindingConnector, + oslc_sysml:ConnectorAsUsage . -oslc_sysmlv2:BooleanExpression a rdfs:Class ; +oslc_sysml:BooleanExpression a rdfs:Class ; rdfs:label "BooleanExpression" ; rdfs:comment "A BooleanExpression is a Boolean-valued Expression whose type is a Predicate. It represents a logical condition resulting from the evaluation of the Predicate." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expression . -oslc_sysmlv2:CalculationDefinition a rdfs:Class ; +oslc_sysml:CalculationDefinition a rdfs:Class ; rdfs:label "CalculationDefinition" ; rdfs:comment "A CalculationDefinition is an ActionDefinition that also defines a Function producing a result." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionDefinition, - oslc_sysmlv2:Function . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionDefinition, + oslc_sysml:Function . -oslc_sysmlv2:CalculationUsage a rdfs:Class ; +oslc_sysml:CalculationUsage a rdfs:Class ; rdfs:label "CalculationUsage" ; rdfs:comment "A CalculationUsage is an ActionUsage that is also an Expression, and, so, is typed by a Function. Nominally, if the type is a CalculationDefinition, a CalculationUsage is a Usage of that CalculationDefinition within a system. However, other kinds of kernel Functions are also allowed, to permit use of Functions from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage, - oslc_sysmlv2:Expression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage, + oslc_sysml:Expression . -oslc_sysmlv2:CaseDefinition a rdfs:Class ; +oslc_sysml:CaseDefinition a rdfs:Class ; rdfs:label "CaseDefinition" ; rdfs:comment "A CaseDefinition is a CalculationDefinition for a process, often involving collecting evidence or data, relative to a subject, possibly involving the collaboration of one or more other actors, producing a result that meets an objective." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CalculationDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CalculationDefinition . -oslc_sysmlv2:CaseUsage a rdfs:Class ; +oslc_sysml:CaseUsage a rdfs:Class ; rdfs:label "CaseUsage" ; rdfs:comment "A CaseUsage is a Usage of a CaseDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CalculationUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CalculationUsage . -oslc_sysmlv2:Class a rdfs:Class ; +oslc_sysml:Class a rdfs:Class ; rdfs:label "Class" ; rdfs:comment "A Class is a Classifier of things (in the universe) that can be distinguished without regard to how they are related to other things (via Features). This means multiple things classified by the same Class can be distinguished, even when they are related other things in exactly the same way." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Classifier . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Classifier . -oslc_sysmlv2:Classifier a rdfs:Class ; +oslc_sysml:Classifier a rdfs:Class ; rdfs:label "Classifier" ; rdfs:comment "A Classifier is a Type that classifies:." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Type . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Type . -oslc_sysmlv2:CollectExpression a rdfs:Class ; +oslc_sysml:CollectExpression a rdfs:Class ; rdfs:label "CollectExpression" ; rdfs:comment "A CollectExpression is an OperatorExpression whose operator is \"collect\", which resolves to the Function ControlFunctions::collect from the Kernel Functions Library." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OperatorExpression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OperatorExpression . -oslc_sysmlv2:Comment a rdfs:Class ; +oslc_sysml:Comment a rdfs:Class ; rdfs:label "Comment" ; rdfs:comment "A Comment is an AnnotatingElement whose body in some way describes its annotatedElements." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:AnnotatingElement . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:AnnotatingElement . -oslc_sysmlv2:ConcernDefinition a rdfs:Class ; +oslc_sysml:ConcernDefinition a rdfs:Class ; rdfs:label "ConcernDefinition" ; rdfs:comment "A ConcernDefinition is a RequirementDefinition that one or more stakeholders may be interested in having addressed. These stakeholders are identified by the ownedStakeholdersof the ConcernDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:RequirementDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:RequirementDefinition . -oslc_sysmlv2:ConcernUsage a rdfs:Class ; +oslc_sysml:ConcernUsage a rdfs:Class ; rdfs:label "ConcernUsage" ; rdfs:comment "A ConcernUsage is a Usage of a ConcernDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:RequirementUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:RequirementUsage . -oslc_sysmlv2:ConjugatedPortDefinition a rdfs:Class ; +oslc_sysml:ConjugatedPortDefinition a rdfs:Class ; rdfs:label "ConjugatedPortDefinition" ; rdfs:comment "A ConjugatedPortDefinition is a PortDefinition that is a PortDefinition of its original PortDefinition. That is, a ConjugatedPortDefinition inherits all the features of the original PortDefinition, but input flows of the original PortDefinition become outputs on the ConjugatedPortDefinition and output flows of the original PortDefinition become inputs on the ConjugatedPortDefinition. Every PortDefinition (that is not itself a ConjugatedPortDefinition) has exactly one corresponding ConjugatedPortDefinition, whose effective name is the name of the originalPortDefinition, with the character ~ prepended." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:PortDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:PortDefinition . -oslc_sysmlv2:ConjugatedPortTyping a rdfs:Class ; +oslc_sysml:ConjugatedPortTyping a rdfs:Class ; rdfs:label "ConjugatedPortTyping" ; rdfs:comment "A ConjugatedPortTyping is a FeatureTyping whose type is a ConjugatedPortDefinition. (This relationship is intended to be an abstract-syntax marker for a special surface notation for conjugated typing of ports.)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureTyping . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureTyping . -oslc_sysmlv2:Conjugation a rdfs:Class ; +oslc_sysml:Conjugation a rdfs:Class ; rdfs:label "Conjugation" ; rdfs:comment "Conjugation is a Relationship between two types in which the conjugatedType inherits all the Features of the originalType, but with all input and output Features reversed. That is, any Features with a direction in relative to the originalType are considered to have an effective direction of out relative to the conjugatedType and, similarly, Features with direction out in the originalType are considered to have an effective direction of in in the conjugatedType. Features with direction inout, or with no direction, in the originalType, are inherited without change." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . -oslc_sysmlv2:ConnectionDefinition a rdfs:Class ; +oslc_sysml:ConnectionDefinition a rdfs:Class ; rdfs:label "ConnectionDefinition" ; rdfs:comment "A ConnectionDefinition is a PartDefinition that is also an AssociationStructure. The end Features of a ConnectionDefinition must be Usages." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:AssociationStructure, - oslc_sysmlv2:PartDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:AssociationStructure, + oslc_sysml:PartDefinition . -oslc_sysmlv2:ConnectionUsage a rdfs:Class ; +oslc_sysml:ConnectionUsage a rdfs:Class ; rdfs:label "ConnectionUsage" ; rdfs:comment "A ConnectionUsage is a ConnectorAsUsage that is also a PartUsage. Nominally, if its type is a ConnectionDefinition, then a ConnectionUsage is a Usage of that ConnectionDefinition, representing a connection between parts of a system. However, other kinds of kernel AssociationStructures are also allowed, to permit use of AssociationStructures from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConnectorAsUsage, - oslc_sysmlv2:PartUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConnectorAsUsage, + oslc_sysml:PartUsage . -oslc_sysmlv2:Connector a rdfs:Class ; +oslc_sysml:Connector a rdfs:Class ; rdfs:label "Connector" ; rdfs:comment "A Connector is a usage of Associations, with links restricted according to instances of the Type in which they are used (domain of the Connector). The associations of the Connector restrict what kinds of things might be linked. The Connector further restricts these links to be between values of Features on instances of its domain." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Feature, - oslc_sysmlv2:Relationship . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Feature, + oslc_sysml:Relationship . -oslc_sysmlv2:ConnectorAsUsage a rdfs:Class ; +oslc_sysml:ConnectorAsUsage a rdfs:Class ; rdfs:label "ConnectorAsUsage" ; rdfs:comment "A ConnectorAsUsage is both a Connector and a Usage. ConnectorAsUsage cannot itself be instantiated in a SysML model, but it is the base class for the concrete classes BindingConnectorAsUsage, SuccessionAsUsage and ConnectionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Connector, - oslc_sysmlv2:Usage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Connector, + oslc_sysml:Usage . -oslc_sysmlv2:ConstraintDefinition a rdfs:Class ; +oslc_sysml:ConstraintDefinition a rdfs:Class ; rdfs:label "ConstraintDefinition" ; rdfs:comment "A ConstraintDefinition is an OccurrenceDefinition that is also a Predicate that defines a constraint that may be asserted to hold on a system or part of a system." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OccurrenceDefinition, - oslc_sysmlv2:Predicate . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OccurrenceDefinition, + oslc_sysml:Predicate . -oslc_sysmlv2:ConstraintUsage a rdfs:Class ; +oslc_sysml:ConstraintUsage a rdfs:Class ; rdfs:label "ConstraintUsage" ; rdfs:comment "A ConstraintUsage is an OccurrenceUsage that is also a BooleanExpression, and, so, is typed by a Predicate. Nominally, if the type is a ConstraintDefinition, a ConstraintUsage is a Usage of that ConstraintDefinition. However, other kinds of kernel Predicates are also allowed, to permit use of Predicates from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:BooleanExpression, - oslc_sysmlv2:OccurrenceUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:BooleanExpression, + oslc_sysml:OccurrenceUsage . -oslc_sysmlv2:ControlNode a rdfs:Class ; +oslc_sysml:ControlNode a rdfs:Class ; rdfs:label "ControlNode" ; rdfs:comment "A ControlNode is an ActionUsage that does not have any inherent behavior but provides constraints on incoming and outgoing Successions that are used to control other Actions. A ControlNode must be a composite owned usage of an ActionDefinition or ActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . -oslc_sysmlv2:DataType a rdfs:Class ; +oslc_sysml:DataType a rdfs:Class ; rdfs:label "DataType" ; rdfs:comment "A DataType is a Classifier of things (in the universe) that can only be distinguished by how they are related to other things (via Features). This means multiple things classified by the same DataType." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Classifier . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Classifier . -oslc_sysmlv2:DecisionNode a rdfs:Class ; +oslc_sysml:DecisionNode a rdfs:Class ; rdfs:label "DecisionNode" ; rdfs:comment "A DecisionNode is a ControlNode that makes a selection from its outgoing Successions." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ControlNode . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ControlNode . -oslc_sysmlv2:Definition a rdfs:Class ; +oslc_sysml:Definition a rdfs:Class ; rdfs:label "Definition" ; rdfs:comment "A Definition is a Classifier of Usages. The actual kinds of Definition that may appear in a model are given by the subclasses of Definition (possibly as extended with user-defined SemanticMetadata)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Classifier . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Classifier . -oslc_sysmlv2:Dependency a rdfs:Class ; +oslc_sysml:Dependency a rdfs:Class ; rdfs:label "Dependency" ; rdfs:comment "A Dependency is a Relationship that indicates that one or more client Elements require one more supplier Elements for their complete specification. In general, this means that a change to one of the supplier Elements may necessitate a change to, or re-specification of, the client Elements." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . -oslc_sysmlv2:Differencing a rdfs:Class ; +oslc_sysml:Differencing a rdfs:Class ; rdfs:label "Differencing" ; rdfs:comment "Differencing is a Relationship that makes its differencingType one of the differencingTypes of its typeDifferenced." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . -oslc_sysmlv2:Disjoining a rdfs:Class ; +oslc_sysml:Disjoining a rdfs:Class ; rdfs:label "Disjoining" ; rdfs:comment "A Disjoining is a Relationship between Types asserted to have interpretations that are not shared (disjoint) between them, identified as typeDisjoined and disjoiningType. For example, a Classifier for mammals is disjoint from a Classifier for minerals, and a Feature for people's parents is disjoint from a Feature for their children." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . -oslc_sysmlv2:Documentation a rdfs:Class ; +oslc_sysml:Documentation a rdfs:Class ; rdfs:label "Documentation" ; rdfs:comment "Documentation is a Comment that specifically documents a documentedElement, which must be its owner." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Comment . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Comment . -oslc_sysmlv2:Element a rdfs:Class ; +oslc_sysml:Element a rdfs:Class ; rdfs:label "Element" ; rdfs:comment "An Element is a constituent of a model that is uniquely identified relative to all other Elements. It can have Relationships with other Elements. Some of these Relationships might imply ownership of other Elements, which means that if an Element is deleted from a model, then so are all the Elements that it owns." ; - rdfs:isDefinedBy oslc_sysmlv2: ; + rdfs:isDefinedBy oslc_sysml: ; rdfs:subClassOf oslc_am:Resource . -oslc_sysmlv2:ElementFilterMembership a rdfs:Class ; +oslc_sysml:ElementFilterMembership a rdfs:Class ; rdfs:label "ElementFilterMembership" ; rdfs:comment "ElementFilterMembership is a Membership between a Namespace and a model-level evaluable Boolean-valued Expression, asserting that imported members of the Namespace should be filtered using the condition Expression. A general Namespace does not define any specific filtering behavior, but such behavior may be defined for various specialized kinds of Namespaces." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OwningMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OwningMembership . -oslc_sysmlv2:EndFeatureMembership a rdfs:Class ; +oslc_sysml:EndFeatureMembership a rdfs:Class ; rdfs:label "EndFeatureMembership" ; rdfs:comment "EndFeatureMembership is a FeatureMembership that requires its memberFeature be owned and have isEnd = true." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . -oslc_sysmlv2:EnumerationDefinition a rdfs:Class ; +oslc_sysml:EnumerationDefinition a rdfs:Class ; rdfs:label "EnumerationDefinition" ; rdfs:comment "An EnumerationDefinition is an AttributeDefinition all of whose instances are given by an explicit list of enumeratedValues. This is realized by requiring that the EnumerationDefinition have isVariation = true, with the enumeratedValues being its variants." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:AttributeDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:AttributeDefinition . -oslc_sysmlv2:EnumerationUsage a rdfs:Class ; +oslc_sysml:EnumerationUsage a rdfs:Class ; rdfs:label "EnumerationUsage" ; rdfs:comment "An EnumerationUsage is an AttributeUsage whose attributeDefinition is an EnumerationDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:AttributeUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:AttributeUsage . -oslc_sysmlv2:EventOccurrenceUsage a rdfs:Class ; +oslc_sysml:EventOccurrenceUsage a rdfs:Class ; rdfs:label "EventOccurrenceUsage" ; rdfs:comment "An EventOccurrenceUsage is an OccurrenceUsage that represents another OccurrenceUsage occurring as a suboccurrence of the containing occurrence of the EventOccurrenceUsage. Unless it is the EventOccurrenceUsage itself, the referenced OccurrenceUsage is related to the EventOccurrenceUsage by a ReferenceSubsetting Relationship." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OccurrenceUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OccurrenceUsage . -oslc_sysmlv2:ExhibitStateUsage a rdfs:Class ; +oslc_sysml:ExhibitStateUsage a rdfs:Class ; rdfs:label "ExhibitStateUsage" ; rdfs:comment "An ExhibitStateUsage is a StateUsage that represents the exhibiting of a StateUsage. Unless it is the StateUsage itself, the StateUsage to be exhibited is related to the ExhibitStateUsage by a ReferenceSubsetting Relationship. An ExhibitStateUsage is also a PerformActionUsage, with its exhibitedState as the performedAction." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:PerformActionUsage, - oslc_sysmlv2:StateUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:PerformActionUsage, + oslc_sysml:StateUsage . -oslc_sysmlv2:Expose a rdfs:Class ; +oslc_sysml:Expose a rdfs:Class ; rdfs:label "Expose" ; rdfs:comment "An Expose is an Import of Memberships into a ViewUsage that provide the Elements to be included in a view. Visibility is always ignored for an Expose (i.e., isImportAll = true)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Import . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Import . -oslc_sysmlv2:Expression a rdfs:Class ; +oslc_sysml:Expression a rdfs:Class ; rdfs:label "Expression" ; rdfs:comment "An Expression is a Step that is typed by a Function. An Expression that also has a Function as its featuringType is a computational step within that Function. An Expression always has a single result parameter, which redefines the result parameter of its defining function. This allows Expressions to be interconnected in tree structures, in which inputs to each Expression in the tree are determined as the results of other Expression in the tree." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Step . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Step . -oslc_sysmlv2:Feature a rdfs:Class ; +oslc_sysml:Feature a rdfs:Class ; rdfs:label "Feature" ; rdfs:comment """A Feature is a Type that classifies relations between multiple things (in the universe). The domain of the relation is the intersection of the featuringTypes of the Feature. (The domain of a Feature with no featuringTyps is implicitly the most general Type Base::Anything from the Kernel Semantic Library.) The co-domain of the relation is the intersection of the types of the Feature. .""" ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Type . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Type . -oslc_sysmlv2:FeatureChainExpression a rdfs:Class ; +oslc_sysml:FeatureChainExpression a rdfs:Class ; rdfs:label "FeatureChainExpression" ; rdfs:comment "A FeatureChainExpression is an OperatorExpression whose operator is \".\", which resolves to the Function ControlFunctions::'.' from the Kernel Functions Library. It evaluates to the result of chaining the result Feature of its single argument Expression with its targetFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OperatorExpression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OperatorExpression . -oslc_sysmlv2:FeatureChaining a rdfs:Class ; +oslc_sysml:FeatureChaining a rdfs:Class ; rdfs:label "FeatureChaining" ; rdfs:comment "FeatureChaining is a Relationship that makes its target Feature one of the chainingFeatures of its owning Feature." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . -oslc_sysmlv2:FeatureDirectionKind a rdfs:Class ; +oslc_sysml:FeatureDirectionKind a rdfs:Class ; rdfs:label "FeatureDirectionKind" ; rdfs:comment "FeatureDirectionKind enumerates the possible kinds of direction that a Feature may be given as a member of a Type." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:FeatureInverting a rdfs:Class ; +oslc_sysml:FeatureInverting a rdfs:Class ; rdfs:label "FeatureInverting" ; rdfs:comment "A FeatureInverting is a Relationship between Features asserting that their interpretations (sequences) are the reverse of each other, identified as featureInverted and invertingFeature. For example, a Feature identifying each person's parents is the inverse of a Feature identifying each person's children. A person identified as a parent of another will identify that other as one of their children." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . -oslc_sysmlv2:FeatureMembership a rdfs:Class ; +oslc_sysml:FeatureMembership a rdfs:Class ; rdfs:label "FeatureMembership" ; rdfs:comment "A FeatureMembership is an OwningMembership between a Feature in an owningType that is also a Featuring Relationship between the Feature and the Type, in which the featuringType is the source and the featureOfType is the target. A FeatureMembership is always owned by its owningType, which is the featuringType for the FeatureMembership considered as a Featuring." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Featuring, - oslc_sysmlv2:OwningMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Featuring, + oslc_sysml:OwningMembership . -oslc_sysmlv2:FeatureReferenceExpression a rdfs:Class ; +oslc_sysml:FeatureReferenceExpression a rdfs:Class ; rdfs:label "FeatureReferenceExpression" ; rdfs:comment "A FeatureReferenceExpression is an Expression whose result is bound to a referent Feature." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expression . -oslc_sysmlv2:FeatureTyping a rdfs:Class ; +oslc_sysml:FeatureTyping a rdfs:Class ; rdfs:label "FeatureTyping" ; rdfs:comment "FeatureTyping is Specialization in which the specific Type is a Feature. This means the set of instances of the (specific) typedFeature is a subset of the set of instances of the (general) type. In the simplest case, the type is a Classifier, whereupon the typedFeature has values that are instances of the Classifier." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Specialization . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Specialization . -oslc_sysmlv2:FeatureValue a rdfs:Class ; +oslc_sysml:FeatureValue a rdfs:Class ; rdfs:label "FeatureValue" ; rdfs:comment "A FeatureValue is a Membership that identifies a particular member Expression that provides the value of the Feature that owns the FeatureValue. The value is specified as either a bound value or an initial value, and as either a concrete or default value. A Feature can have at most one FeatureValue." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OwningMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OwningMembership . -oslc_sysmlv2:Featuring a rdfs:Class ; +oslc_sysml:Featuring a rdfs:Class ; rdfs:label "Featuring" ; rdfs:comment "Featuring is a Relationship between a Type and a Feature that is featured by that Type. It asserts that every instance in the domain of the feature must be classified by the type." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . -oslc_sysmlv2:FlowConnectionDefinition a rdfs:Class ; +oslc_sysml:FlowConnectionDefinition a rdfs:Class ; rdfs:label "FlowConnectionDefinition" ; rdfs:comment "A FlowConnectionDefinition is a ConnectionDefinition and ActionDefinition that is also an Interaction representing flows between Usages." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionDefinition, - oslc_sysmlv2:ConnectionDefinition, - oslc_sysmlv2:Interaction . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionDefinition, + oslc_sysml:ConnectionDefinition, + oslc_sysml:Interaction . -oslc_sysmlv2:FlowConnectionUsage a rdfs:Class ; +oslc_sysml:FlowConnectionUsage a rdfs:Class ; rdfs:label "FlowConnectionUsage" ; rdfs:comment "A FlowConnectionUsage is a ConnectionUsage that is also an ItemFlow." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage, - oslc_sysmlv2:ConnectionUsage, - oslc_sysmlv2:ItemFlow . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage, + oslc_sysml:ConnectionUsage, + oslc_sysml:ItemFlow . -oslc_sysmlv2:ForLoopActionUsage a rdfs:Class ; +oslc_sysml:ForLoopActionUsage a rdfs:Class ; rdfs:label "ForLoopActionUsage" ; rdfs:comment "A ForLoopActionUsage is a LoopActionUsage that specifies that its bodyAction ActionUsage should be performed once for each value, in order, from the sequence of values obtained as the result of the seqArgument Expression, with the loopVariable set to the value for each iteration." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:LoopActionUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:LoopActionUsage . -oslc_sysmlv2:ForkNode a rdfs:Class ; +oslc_sysml:ForkNode a rdfs:Class ; rdfs:label "ForkNode" ; rdfs:comment "A ForkNode is a ControlNode that must be followed by successor Actions as given by all its outgoing Successions." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ControlNode . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ControlNode . -oslc_sysmlv2:FramedConcernMembership a rdfs:Class ; +oslc_sysml:FramedConcernMembership a rdfs:Class ; rdfs:label "FramedConcernMembership" ; rdfs:comment "A FramedConcernMembership is a RequirementConstraintMembership for a framed ConcernUsage of a RequirementDefinition or RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:RequirementConstraintMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:RequirementConstraintMembership . -oslc_sysmlv2:Function a rdfs:Class ; +oslc_sysml:Function a rdfs:Class ; rdfs:label "Function" ; rdfs:comment "A Function is a Behavior that has an out parameter that is identified as its result. A Function represents the performance of a calculation that produces the values of its result parameter. This calculation may be decomposed into Expressions that are steps of the Function." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Behavior . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Behavior . -oslc_sysmlv2:IfActionUsage a rdfs:Class ; +oslc_sysml:IfActionUsage a rdfs:Class ; rdfs:label "IfActionUsage" ; rdfs:comment "An IfActionUsage is an ActionUsage that specifies that the thenAction ActionUsage should be performed if the result of the ifArgument Expression is true. It may also optionally specify an elseAction ActionUsage that is performed if the result of the ifArgument is false." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . -oslc_sysmlv2:Import a rdfs:Class ; +oslc_sysml:Import a rdfs:Class ; rdfs:label "Import" ; rdfs:comment "An Import is an Relationship between its importOwningNamespace and either a Membership (for a MembershipImport) or another Namespace (for a NamespaceImport), which determines a set of Memberships that become importedMemberships of the importOwningNamespace. If isImportAll = false (the default), then only public Memberships are considered \"visible\". If isImportAll = true, then all Memberships are considered \"visible\", regardless of their declared visibility. If isRecursive = true, then visible Memberships are also recursively imported from owned sub-Namespaces." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . -oslc_sysmlv2:IncludeUseCaseUsage a rdfs:Class ; +oslc_sysml:IncludeUseCaseUsage a rdfs:Class ; rdfs:label "IncludeUseCaseUsage" ; rdfs:comment "An IncludeUseCaseUsage is a UseCaseUsage that represents the inclusion of a UseCaseUsage by a UseCaseDefinition or UseCaseUsage. Unless it is the IncludeUseCaseUsage itself, the UseCaseUsage to be included is related to the includedUseCase by a ReferenceSubsetting Relationship. An IncludeUseCaseUsage is also a PerformActionUsage, with its useCaseIncluded as the performedAction." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:PerformActionUsage, - oslc_sysmlv2:UseCaseUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:PerformActionUsage, + oslc_sysml:UseCaseUsage . -oslc_sysmlv2:Interaction a rdfs:Class ; +oslc_sysml:Interaction a rdfs:Class ; rdfs:label "Interaction" ; rdfs:comment "An Interaction is a Behavior that is also an Association, providing a context for multiple objects that have behaviors that impact one another." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Association, - oslc_sysmlv2:Behavior . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Association, + oslc_sysml:Behavior . -oslc_sysmlv2:InterfaceDefinition a rdfs:Class ; +oslc_sysml:InterfaceDefinition a rdfs:Class ; rdfs:label "InterfaceDefinition" ; rdfs:comment "An InterfaceDefinition is a ConnectionDefinition all of whose ends are PortUsages, defining an interface between elements that interact through such ports." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConnectionDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConnectionDefinition . -oslc_sysmlv2:InterfaceUsage a rdfs:Class ; +oslc_sysml:InterfaceUsage a rdfs:Class ; rdfs:label "InterfaceUsage" ; rdfs:comment "An InterfaceUsage is a Usage of an InterfaceDefinition to represent an interface connecting parts of a system through specific ports." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConnectionUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConnectionUsage . -oslc_sysmlv2:Intersecting a rdfs:Class ; +oslc_sysml:Intersecting a rdfs:Class ; rdfs:label "Intersecting" ; rdfs:comment "Intersecting is a Relationship that makes its intersectingType one of the intersectingTypes of its typeIntersected." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . -oslc_sysmlv2:Invariant a rdfs:Class ; +oslc_sysml:Invariant a rdfs:Class ; rdfs:label "Invariant" ; rdfs:comment "An Invariant is a BooleanExpression that is asserted to have a specific Boolean result value. If isNegated = false, then the result is asserted to be true. If isNegated = true, then the result is asserted to be false." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:BooleanExpression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:BooleanExpression . -oslc_sysmlv2:InvocationExpression a rdfs:Class ; +oslc_sysml:InvocationExpression a rdfs:Class ; rdfs:label "InvocationExpression" ; rdfs:comment "An InvocationExpression is an Expression each of whose input parameters are bound to the result of an argument Expression." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expression . -oslc_sysmlv2:ItemDefinition a rdfs:Class ; +oslc_sysml:ItemDefinition a rdfs:Class ; rdfs:label "ItemDefinition" ; rdfs:comment "An ItemDefinition is an OccurrenceDefinition of the Structure of things that may themselves be systems or parts of systems, but may also be things that are acted on by a system or parts of a system, but which do not necessarily perform actions themselves. This includes items that can be exchanged between parts of a system, such as water or electrical signals." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OccurrenceDefinition, - oslc_sysmlv2:Structure . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OccurrenceDefinition, + oslc_sysml:Structure . -oslc_sysmlv2:ItemFeature a rdfs:Class ; +oslc_sysml:ItemFeature a rdfs:Class ; rdfs:label "ItemFeature" ; rdfs:comment "An ItemFeature is the ownedFeature of an ItemFlow that identifies the things carried by the kinds of transfers that are instances of the ItemFlow." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Feature . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Feature . -oslc_sysmlv2:ItemFlow a rdfs:Class ; +oslc_sysml:ItemFlow a rdfs:Class ; rdfs:label "ItemFlow" ; rdfs:comment "An ItemFlow is a Step that represents the transfer of objects or data values from one Feature to another. ItemFlows can take non-zero time to complete." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Connector, - oslc_sysmlv2:Step . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Connector, + oslc_sysml:Step . -oslc_sysmlv2:ItemFlowEnd a rdfs:Class ; +oslc_sysml:ItemFlowEnd a rdfs:Class ; rdfs:label "ItemFlowEnd" ; rdfs:comment "An ItemFlowEnd is a Feature that is one of the connectorEnds giving the source or target of an ItemFlow. For ItemFlows typed by FlowTransfer or its specializations, ItemFlowEnds must have exactly one ownedFeature, which redefines Transfer::source::sourceOutput or Transfer::target::targetInput and redefines the corresponding feature of the relatedElement for its end." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Feature . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Feature . -oslc_sysmlv2:ItemUsage a rdfs:Class ; +oslc_sysml:ItemUsage a rdfs:Class ; rdfs:label "ItemUsage" ; rdfs:comment "An ItemUsage is a ItemUsage whose definition is a Structure. Nominally, if the definition is an ItemDefinition, an ItemUsage is a ItemUsage of that ItemDefinition within a system. However, other kinds of Kernel Structures are also allowed, to permit use of Structures from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OccurrenceUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OccurrenceUsage . -oslc_sysmlv2:JoinNode a rdfs:Class ; +oslc_sysml:JoinNode a rdfs:Class ; rdfs:label "JoinNode" ; rdfs:comment "A JoinNode is a ControlNode that waits for the completion of all the predecessor Actions given by incoming Successions." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ControlNode . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ControlNode . -oslc_sysmlv2:LibraryPackage a rdfs:Class ; +oslc_sysml:LibraryPackage a rdfs:Class ; rdfs:label "LibraryPackage" ; rdfs:comment "A LibraryPackage is a Package that is the container for a model library. A LibraryPackage is itself a library Element as are all Elements that are directly or indirectly contained in it." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Package . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Package . -oslc_sysmlv2:LifeClass a rdfs:Class ; +oslc_sysml:LifeClass a rdfs:Class ; rdfs:label "LifeClass" ; rdfs:comment "A LifeClass is a Class that specializes both the Class Occurrences::Life from the Kernel Semantic Library and a single OccurrenceDefinition, and has a multiplicity of 0..1. This constrains the OccurrenceDefinition being specialized to have at most one instance that is a complete Life." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Class . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Class . -oslc_sysmlv2:LiteralBoolean a rdfs:Class ; +oslc_sysml:LiteralBoolean a rdfs:Class ; rdfs:label "LiteralBoolean" ; rdfs:comment "LiteralBoolean is a LiteralExpression that provides a Boolean value as a result. Its result parameter must have type Boolean." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:LiteralExpression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:LiteralExpression . -oslc_sysmlv2:LiteralExpression a rdfs:Class ; +oslc_sysml:LiteralExpression a rdfs:Class ; rdfs:label "LiteralExpression" ; rdfs:comment "A LiteralExpression is an Expression that provides a basic DataValue as a result." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expression . -oslc_sysmlv2:LiteralInfinity a rdfs:Class ; +oslc_sysml:LiteralInfinity a rdfs:Class ; rdfs:label "LiteralInfinity" ; rdfs:comment "A LiteralInfinity is a LiteralExpression that provides the positive infinity value (*). It's result must have the type Positive." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:LiteralExpression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:LiteralExpression . -oslc_sysmlv2:LiteralInteger a rdfs:Class ; +oslc_sysml:LiteralInteger a rdfs:Class ; rdfs:label "LiteralInteger" ; rdfs:comment "A LiteralInteger is a LiteralExpression that provides an Integer value as a result. Its result parameter must have the type Integer." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:LiteralExpression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:LiteralExpression . -oslc_sysmlv2:LiteralRational a rdfs:Class ; +oslc_sysml:LiteralRational a rdfs:Class ; rdfs:label "LiteralRational" ; rdfs:comment "A LiteralRational is a LiteralExpression that provides a Rational value as a result. Its result parameter must have the type Rational." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:LiteralExpression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:LiteralExpression . -oslc_sysmlv2:LiteralString a rdfs:Class ; +oslc_sysml:LiteralString a rdfs:Class ; rdfs:label "LiteralString" ; rdfs:comment "A LiteralString is a LiteralExpression that provides a String value as a result. Its result parameter must have the type String." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:LiteralExpression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:LiteralExpression . -oslc_sysmlv2:LoopActionUsage a rdfs:Class ; +oslc_sysml:LoopActionUsage a rdfs:Class ; rdfs:label "LoopActionUsage" ; rdfs:comment "A LoopActionUsage is an ActionUsage that specifies that its bodyAction should be performed repeatedly. Its subclasses WhileLoopActionUsage and ForLoopActionUsage provide different ways to determine how many times the bodyAction should be performed." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . -oslc_sysmlv2:Membership a rdfs:Class ; +oslc_sysml:Membership a rdfs:Class ; rdfs:label "Membership" ; rdfs:comment "A Membership is a Relationship between a Namespace and an Element that indicates the Element is a member of (i.e., is contained in) the Namespace. Any memberNames specify how the memberElement is identified in the Namespace and the visibility specifies whether or not the memberElement is publicly visible from outside the Namespace." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . -oslc_sysmlv2:MembershipExpose a rdfs:Class ; +oslc_sysml:MembershipExpose a rdfs:Class ; rdfs:label "MembershipExpose" ; rdfs:comment "A MembershipExpose is an Expose that exposes a specific importedMembership and, if isRecursive = true, additional Memberships recursively." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expose, - oslc_sysmlv2:MembershipImport . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expose, + oslc_sysml:MembershipImport . -oslc_sysmlv2:MembershipImport a rdfs:Class ; +oslc_sysml:MembershipImport a rdfs:Class ; rdfs:label "MembershipImport" ; rdfs:comment "A MembershipImport is an Import that imports its importedMembership into the importOwningNamespace. If isRecursive = true and the memberElement of the importedMembership is a Namespace, then the equivalent of a recursive NamespaceImport is also performed on that Namespace." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Import . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Import . -oslc_sysmlv2:MergeNode a rdfs:Class ; +oslc_sysml:MergeNode a rdfs:Class ; rdfs:label "MergeNode" ; rdfs:comment "A MergeNode is a ControlNode that asserts the merging of its incoming Successions. A MergeNode may have at most one outgoing Successions." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ControlNode . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ControlNode . -oslc_sysmlv2:Metaclass a rdfs:Class ; +oslc_sysml:Metaclass a rdfs:Class ; rdfs:label "Metaclass" ; rdfs:comment "A Metaclass is a Structure used to type MetadataFeatures." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Structure . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Structure . -oslc_sysmlv2:MetadataAccessExpression a rdfs:Class ; +oslc_sysml:MetadataAccessExpression a rdfs:Class ; rdfs:label "MetadataAccessExpression" ; rdfs:comment "A MetadataAccessExpression is an Expression whose result is a sequence of instances of Metaclasses representing all the MetadataFeature annotations of the referencedElement. In addition, the sequence includes an instance of the reflective Metaclass corresponding to the MOF class of the referencedElement, with values for all the abstract syntax properties of the referencedElement." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expression . -oslc_sysmlv2:MetadataDefinition a rdfs:Class ; +oslc_sysml:MetadataDefinition a rdfs:Class ; rdfs:label "MetadataDefinition" ; rdfs:comment "A MetadataDefinition is an ItemDefinition that is also a Metaclass." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ItemDefinition, - oslc_sysmlv2:Metaclass . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ItemDefinition, + oslc_sysml:Metaclass . -oslc_sysmlv2:MetadataFeature a rdfs:Class ; +oslc_sysml:MetadataFeature a rdfs:Class ; rdfs:label "MetadataFeature" ; rdfs:comment "A MetadataFeature is a Feature that is an AnnotatingElement used to annotate another Element with metadata. It is typed by a Metaclass. All its ownedFeatures must redefine features of its metaclass and any feature bindings must be model-level evaluable." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:AnnotatingElement, - oslc_sysmlv2:Feature . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:AnnotatingElement, + oslc_sysml:Feature . -oslc_sysmlv2:MetadataUsage a rdfs:Class ; +oslc_sysml:MetadataUsage a rdfs:Class ; rdfs:label "MetadataUsage" ; rdfs:comment "A MetadataUsage is a Usage and a MetadataFeature, used to annotate other Elements in a system model with metadata. As a MetadataFeature, its type must be a Metaclass, which will nominally be a MetadataDefinition. However, any kernel Metaclass is also allowed, to permit use of Metaclasses from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ItemUsage, - oslc_sysmlv2:MetadataFeature . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ItemUsage, + oslc_sysml:MetadataFeature . -oslc_sysmlv2:Multiplicity a rdfs:Class ; +oslc_sysml:Multiplicity a rdfs:Class ; rdfs:label "Multiplicity" ; rdfs:comment """A Multiplicity is a Feature whose co-domain is a set of natural numbers giving the allowed cardinalities of each typeWithMultiplicity. The cardinality of a Type is defined as follows, depending on whether the Type is a Classifier or Feature. .""" ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Feature . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Feature . -oslc_sysmlv2:MultiplicityRange a rdfs:Class ; +oslc_sysml:MultiplicityRange a rdfs:Class ; rdfs:label "MultiplicityRange" ; rdfs:comment "A MultiplicityRange is a Multiplicity whose value is defined to be the (inclusive) range of natural numbers given by the result of a lowerBound Expression and the result of an upperBound Expression. The result of these Expressions shall be of type Natural. If the result of the upperBound Expression is the unbounded value *, then the specified range includes all natural numbers greater than or equal to the lowerBound value. If no lowerBound Expression, then the default is that the lower bound has the same value as the upper bound, except if the upperBound evaluates to *, in which case the default for the lower bound is 0." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Multiplicity . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Multiplicity . -oslc_sysmlv2:Namespace a rdfs:Class ; +oslc_sysml:Namespace a rdfs:Class ; rdfs:label "Namespace" ; rdfs:comment "A Namespace is an Element that contains other Elements, known as its members, via Membership Relationships with those Elements. The members of a Namespace may be owned by the Namespace, aliased in the Namespace, or imported into the Namespace via Import Relationships." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Element . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Element . -oslc_sysmlv2:NamespaceExpose a rdfs:Class ; +oslc_sysml:NamespaceExpose a rdfs:Class ; rdfs:label "NamespaceExpose" ; rdfs:comment "A NamespaceExpose is an Expose Relationship that exposes the Memberships of a specific importedNamespace and, if isRecursive = true, additional Memberships recursively." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expose, - oslc_sysmlv2:NamespaceImport . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expose, + oslc_sysml:NamespaceImport . -oslc_sysmlv2:NamespaceImport a rdfs:Class ; +oslc_sysml:NamespaceImport a rdfs:Class ; rdfs:label "NamespaceImport" ; rdfs:comment "A NamespaceImport is an Import that imports Memberships from its importedNamespace into the importOwningNamespace. If isRecursive = false, then only the visible Memberships of the importedNamespace are imported. If isRecursive = true, then, in addition, Memberships are recursively imported from any ownedMembers of the importedNamespace that are Namespaces." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Import . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Import . -oslc_sysmlv2:NullExpression a rdfs:Class ; +oslc_sysml:NullExpression a rdfs:Class ; rdfs:label "NullExpression" ; rdfs:comment "A NullExpression is an Expression that results in a null value." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Expression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Expression . -oslc_sysmlv2:ObjectiveMembership a rdfs:Class ; +oslc_sysml:ObjectiveMembership a rdfs:Class ; rdfs:label "ObjectiveMembership" ; rdfs:comment "An ObjectiveMembership is a FeatureMembership that indicates that its ownedObjectiveRequirement is the objective RequirementUsage for its owningType, which must be a CaseDefinition or CaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . -oslc_sysmlv2:OccurrenceDefinition a rdfs:Class ; +oslc_sysml:OccurrenceDefinition a rdfs:Class ; rdfs:label "OccurrenceDefinition" ; rdfs:comment "An OccurrenceDefinition is a Definition of a Class of individuals that have an independent life over time and potentially an extent over space. This includes both structural things and behaviors that act on such structures." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Class, - oslc_sysmlv2:Definition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Class, + oslc_sysml:Definition . -oslc_sysmlv2:OccurrenceUsage a rdfs:Class ; +oslc_sysml:OccurrenceUsage a rdfs:Class ; rdfs:label "OccurrenceUsage" ; rdfs:comment "An OccurrenceUsage is a Usage whose types are all Classes. Nominally, if a type is an OccurrenceDefinition, an OccurrenceUsage is a Usage of that OccurrenceDefinition within a system. However, other types of Kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Usage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Usage . -oslc_sysmlv2:OperatorExpression a rdfs:Class ; +oslc_sysml:OperatorExpression a rdfs:Class ; rdfs:label "OperatorExpression" ; rdfs:comment "An OperatorExpression is an InvocationExpression whose function is determined by resolving its operator in the context of one of the standard packages from the Kernel Function Library." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:InvocationExpression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:InvocationExpression . -oslc_sysmlv2:OwningMembership a rdfs:Class ; +oslc_sysml:OwningMembership a rdfs:Class ; rdfs:label "OwningMembership" ; rdfs:comment "An OwningMembership is a Membership that owns its memberElement as a ownedRelatedElement. The ownedMemberElement becomes an ownedMember of the membershipOwningNamespace." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Membership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Membership . -oslc_sysmlv2:Package a rdfs:Class ; +oslc_sysml:Package a rdfs:Class ; rdfs:label "Package" ; rdfs:comment "A Package is a Namespace used to group Elements, without any instance-level semantics. It may have one or more model-level evaluable filterCondition Expressions used to filter its importedMemberships. Any imported member must meet all of the filterConditions." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Namespace . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Namespace . -oslc_sysmlv2:ParameterMembership a rdfs:Class ; +oslc_sysml:ParameterMembership a rdfs:Class ; rdfs:label "ParameterMembership" ; rdfs:comment "A ParameterMembership is a FeatureMembership that identifies its memberFeature as a parameter, which is always owned, and must have a direction. A ParameterMembership must be owned by a Behavior or a Step." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . -oslc_sysmlv2:PartDefinition a rdfs:Class ; +oslc_sysml:PartDefinition a rdfs:Class ; rdfs:label "PartDefinition" ; rdfs:comment "A PartDefinition is an ItemDefinition of a Class of systems or parts of systems. Note that all parts may be considered items for certain purposes, but not all items are parts that can perform actions within a system." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ItemDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ItemDefinition . -oslc_sysmlv2:PartUsage a rdfs:Class ; +oslc_sysml:PartUsage a rdfs:Class ; rdfs:label "PartUsage" ; rdfs:comment "A PartUsage is a usage of a PartDefinition to represent a system or a part of a system. At least one of the itemDefinitions of the PartUsage must be a PartDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ItemUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ItemUsage . -oslc_sysmlv2:PerformActionUsage a rdfs:Class ; +oslc_sysml:PerformActionUsage a rdfs:Class ; rdfs:label "PerformActionUsage" ; rdfs:comment "A PerformActionUsage is an ActionUsage that represents the performance of an ActionUsage. Unless it is the PerformActionUsage itself, the ActionUsage to be performed is related to the PerformActionUsage by a ReferenceSubsetting relationship. A PerformActionUsage is also an EventOccurrenceUsage, with its performedAction as the eventOccurrence." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage, - oslc_sysmlv2:EventOccurrenceUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage, + oslc_sysml:EventOccurrenceUsage . -oslc_sysmlv2:PortConjugation a rdfs:Class ; +oslc_sysml:PortConjugation a rdfs:Class ; rdfs:label "PortConjugation" ; rdfs:comment "A PortConjugation is a Conjugation Relationship between a PortDefinition and its corresponding ConjugatedPortDefinition. As a result of this Relationship, the ConjugatedPortDefinition inherits all the features of the original PortDefinition, but input flows of the original PortDefinition become outputs on the ConjugatedPortDefinition and output flows of the original PortDefinition become inputs on the ConjugatedPortDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Conjugation . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Conjugation . -oslc_sysmlv2:PortDefinition a rdfs:Class ; +oslc_sysml:PortDefinition a rdfs:Class ; rdfs:label "PortDefinition" ; rdfs:comment "A PortDefinition defines a point at which external entities can connect to and interact with a system or part of a system. Any ownedUsages of a PortDefinition, other than PortUsages, must not be composite." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OccurrenceDefinition, - oslc_sysmlv2:Structure . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OccurrenceDefinition, + oslc_sysml:Structure . -oslc_sysmlv2:PortUsage a rdfs:Class ; +oslc_sysml:PortUsage a rdfs:Class ; rdfs:label "PortUsage" ; rdfs:comment "A PortUsage is a usage of a PortDefinition. A PortUsage itself as well as all its nestedUsages must be referential (non-composite)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OccurrenceUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OccurrenceUsage . -oslc_sysmlv2:PortionKind a rdfs:Class ; +oslc_sysml:PortionKind a rdfs:Class ; rdfs:label "PortionKind" ; rdfs:comment "PortionKind is an enumeration of the specific kinds of Occurrence portions that can be represented by an OccurrenceUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:Predicate a rdfs:Class ; +oslc_sysml:Predicate a rdfs:Class ; rdfs:label "Predicate" ; rdfs:comment "A Predicate is a Function whose result parameter has type Boolean and multiplicity 1..1." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Function . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Function . -oslc_sysmlv2:Redefinition a rdfs:Class ; +oslc_sysml:Redefinition a rdfs:Class ; rdfs:label "Redefinition" ; rdfs:comment "Redefinition is a kind of Subsetting that requires the redefinedFeature and the redefiningFeature to have the same values (on each instance of the domain of the redefiningFeature). This means any restrictions on the redefiningFeature, such as type or multiplicity, also apply to the redefinedFeature (on each instance of the domain of the redefiningFeature), and vice versa. The redefinedFeature might have values for instances of the domain of the redefiningFeature, but only as instances of the domain of the redefinedFeature that happen to also be instances of the domain of the redefiningFeature. This is supported by the constraints inherited from Subsetting on the domains of the redefiningFeature and redefinedFeature. However, these constraints are narrowed for Redefinition to require the owningTypes of the redefiningFeature and redefinedFeature to be different and the redefinedFeature to not be inherited into the owningNamespace of the redefiningFeature.This enables the redefiningFeature to have the same name as the redefinedFeature, if desired." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Subsetting . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Subsetting . -oslc_sysmlv2:ReferenceSubsetting a rdfs:Class ; +oslc_sysml:ReferenceSubsetting a rdfs:Class ; rdfs:label "ReferenceSubsetting" ; rdfs:comment "ReferenceSubsetting is a kind of Subsetting in which the referencedFeature is syntactically distinguished from other Features subsetted by the referencingFeature. ReferenceSubsetting has the same semantics as Subsetting, but the referenceFeature may have a special purpose relative to the referencingFeature. For instance, ReferenceSubsetting is used to identify the relatedFeatures of a Connector." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Subsetting . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Subsetting . -oslc_sysmlv2:ReferenceUsage a rdfs:Class ; +oslc_sysml:ReferenceUsage a rdfs:Class ; rdfs:label "ReferenceUsage" ; rdfs:comment "A ReferenceUsage is a Usage that specifies a non-compositional (isComposite = false) reference to something. The definition of a ReferenceUsage can be any kind of Classifier, with the default being the top-level Classifier Base::Anything from the Kernel Semantic Library. This allows the specification of a generic reference without distinguishing if the thing referenced is an attribute value, item, action, etc." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Usage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Usage . -oslc_sysmlv2:Relationship a rdfs:Class ; +oslc_sysml:Relationship a rdfs:Class ; rdfs:label "Relationship" ; rdfs:comment "A Relationship is an Element that relates other Element. Some of its relatedElements may be owned, in which case those ownedRelatedElements will be deleted from a model if their owningRelationship is. A Relationship may also be owned by another Element, in which case the ownedRelatedElements of the Relationship are also considered to be transitively owned by the owningRelatedElement of the Relationship." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Element . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Element . -oslc_sysmlv2:RenderingDefinition a rdfs:Class ; +oslc_sysml:RenderingDefinition a rdfs:Class ; rdfs:label "RenderingDefinition" ; rdfs:comment "A RenderingDefinition is a PartDefinition that defines a specific rendering of the content of a model view (e.g., symbols, style, layout, etc.)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:PartDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:PartDefinition . -oslc_sysmlv2:RenderingUsage a rdfs:Class ; +oslc_sysml:RenderingUsage a rdfs:Class ; rdfs:label "RenderingUsage" ; rdfs:comment "A RenderingUsage is the usage of a RenderingDefinition to specify the rendering of a specific model view to produce a physical view artifact." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:PartUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:PartUsage . -oslc_sysmlv2:RequirementConstraintKind a rdfs:Class ; +oslc_sysml:RequirementConstraintKind a rdfs:Class ; rdfs:label "RequirementConstraintKind" ; rdfs:comment "A RequirementConstraintKind indicates whether a ConstraintUsage is an assumption or a requirement in a RequirementDefinition or RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:RequirementConstraintMembership a rdfs:Class ; +oslc_sysml:RequirementConstraintMembership a rdfs:Class ; rdfs:label "RequirementConstraintMembership" ; rdfs:comment "A RequirementConstraintMembership is a FeatureMembership for an assumed or required ConstraintUsage of a RequirementDefinition or RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . -oslc_sysmlv2:RequirementDefinition a rdfs:Class ; +oslc_sysml:RequirementDefinition a rdfs:Class ; rdfs:label "RequirementDefinition" ; rdfs:comment "A RequirementDefinition is a ConstraintDefinition that defines a requirement used in the context of a specification as a constraint that a valid solution must satisfy. The specification is relative to a specified subject, possibly in collaboration with one or more external actors." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConstraintDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConstraintDefinition . -oslc_sysmlv2:RequirementUsage a rdfs:Class ; +oslc_sysml:RequirementUsage a rdfs:Class ; rdfs:label "RequirementUsage" ; rdfs:comment "A RequirementUsage is a Usage of a RequirementDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConstraintUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConstraintUsage . -oslc_sysmlv2:RequirementVerificationMembership a rdfs:Class ; +oslc_sysml:RequirementVerificationMembership a rdfs:Class ; rdfs:label "RequirementVerificationMembership" ; rdfs:comment "A RequirementVerificationMembership is a RequirementConstraintMembership used in the objective of a VerificationCase to identify a RequirementUsage that is verified by the VerificationCase." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:RequirementConstraintMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:RequirementConstraintMembership . -oslc_sysmlv2:ResultExpressionMembership a rdfs:Class ; +oslc_sysml:ResultExpressionMembership a rdfs:Class ; rdfs:label "ResultExpressionMembership" ; rdfs:comment "A ResultExpressionMembership is a FeatureMembership that indicates that the ownedResultExpression provides the result values for the Function or Expression that owns it. The owning Function or Expression must contain a BindingConnector between the result parameter of the ownedResultExpression and the result parameter of the owning Function or Expression." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . -oslc_sysmlv2:ReturnParameterMembership a rdfs:Class ; +oslc_sysml:ReturnParameterMembership a rdfs:Class ; rdfs:label "ReturnParameterMembership" ; rdfs:comment "A ReturnParameterMembership is a ParameterMembership that indicates that the ownedMemberParameter is the result parameter of a Function or Expression. The direction of the ownedMemberParameter must be out." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ParameterMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ParameterMembership . -oslc_sysmlv2:SatisfyRequirementUsage a rdfs:Class ; +oslc_sysml:SatisfyRequirementUsage a rdfs:Class ; rdfs:label "SatisfyRequirementUsage" ; rdfs:comment "A SatisfyRequirementUsage is an AssertConstraintUsage that asserts, by default, that a satisfied RequirementUsage is true for a specific satisfyingFeature, or, if isNegated = true, that the RequirementUsage is false. The satisfied RequirementUsage is related to the SatisfyRequirementUsage by a ReferenceSubsetting Relationship." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:AssertConstraintUsage, - oslc_sysmlv2:RequirementUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:AssertConstraintUsage, + oslc_sysml:RequirementUsage . -oslc_sysmlv2:SelectExpression a rdfs:Class ; +oslc_sysml:SelectExpression a rdfs:Class ; rdfs:label "SelectExpression" ; rdfs:comment "A SelectExpression is an OperatorExpression whose operator is \"select\", which resolves to the Function ControlFunctions::select from the Kernel Functions Library." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OperatorExpression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OperatorExpression . -oslc_sysmlv2:SendActionUsage a rdfs:Class ; +oslc_sysml:SendActionUsage a rdfs:Class ; rdfs:label "SendActionUsage" ; rdfs:comment "A SendActionUsage is an ActionUsage that specifies the sending of a payload given by the result of its payloadArgument Expression via a MessageTransfer whose source is given by the result of the senderArgument Expression and whose target is given by the result of the receiverArgument Expression. If no senderArgument is provided, the default is the this context for the action. If no receiverArgument is given, then the receiver is to be determined by, e.g., outgoing Connections from the sender." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . -oslc_sysmlv2:Specialization a rdfs:Class ; +oslc_sysml:Specialization a rdfs:Class ; rdfs:label "Specialization" ; rdfs:comment "Specialization is a Relationship between two Types that requires all instances of the specific type to also be instances of the general Type (i.e., the set of instances of the specific Type is a subset of those of the general Type, which might be the same set)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . -oslc_sysmlv2:StakeholderMembership a rdfs:Class ; +oslc_sysml:StakeholderMembership a rdfs:Class ; rdfs:label "StakeholderMembership" ; rdfs:comment "A StakeholderMembership is a ParameterMembership that identifies a PartUsage as a stakeholderParameter of a RequirementDefinition or RequirementUsage, which specifies a role played by an entity with concerns framed by the owningType." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ParameterMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ParameterMembership . -oslc_sysmlv2:StateDefinition a rdfs:Class ; +oslc_sysml:StateDefinition a rdfs:Class ; rdfs:label "StateDefinition" ; rdfs:comment "A StateDefinition is the Definition of the Behavior of a system or part of a system in a certain state condition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionDefinition . -oslc_sysmlv2:StateSubactionKind a rdfs:Class ; +oslc_sysml:StateSubactionKind a rdfs:Class ; rdfs:label "StateSubactionKind" ; rdfs:comment "A StateSubactionKind indicates whether the action of a StateSubactionMembership is an entry, do or exit action." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:StateSubactionMembership a rdfs:Class ; +oslc_sysml:StateSubactionMembership a rdfs:Class ; rdfs:label "StateSubactionMembership" ; rdfs:comment "A StateSubactionMembership is a FeatureMembership for an entry, do or exit ActionUsage of a StateDefinition or StateUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . -oslc_sysmlv2:StateUsage a rdfs:Class ; +oslc_sysml:StateUsage a rdfs:Class ; rdfs:label "StateUsage" ; rdfs:comment """A StateUsage is an ActionUsage that is nominally the Usage of a StateDefinition. However, other kinds of kernel Behaviors are also allowed as types, to permit use of Behaviors .""" ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . -oslc_sysmlv2:Step a rdfs:Class ; +oslc_sysml:Step a rdfs:Class ; rdfs:label "Step" ; rdfs:comment "A Step is a Feature that is typed by one or more Behaviors. Steps may be used by one Behavior to coordinate the performance of other Behaviors, supporting a steady refinement of behavioral descriptions. Steps can be ordered in time and can be connected using ItemFlows to specify things flowing between their parameters." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Feature . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Feature . -oslc_sysmlv2:Structure a rdfs:Class ; +oslc_sysml:Structure a rdfs:Class ; rdfs:label "Structure" ; rdfs:comment "A Structure is a Class of objects in the modeled universe that are primarily structural in nature. While such an object is not itself behavioral, it may be involved in and acted on by Behaviors, and it may be the performer of some of them." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Class . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Class . -oslc_sysmlv2:Subclassification a rdfs:Class ; +oslc_sysml:Subclassification a rdfs:Class ; rdfs:label "Subclassification" ; rdfs:comment "Subclassification is Specialization in which both the specific and general Types are Classifier. This means all instances of the specific Classifier are also instances of the general Classifier." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Specialization . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Specialization . -oslc_sysmlv2:SubjectMembership a rdfs:Class ; +oslc_sysml:SubjectMembership a rdfs:Class ; rdfs:label "SubjectMembership" ; rdfs:comment "A SubjectMembership is a ParameterMembership that indicates that its ownedSubjectParameter is the subject of its owningType. The owningType of a SubjectMembership must be a RequirementDefinition, RequirementUsage, CaseDefinition, or CaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ParameterMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ParameterMembership . -oslc_sysmlv2:Subsetting a rdfs:Class ; +oslc_sysml:Subsetting a rdfs:Class ; rdfs:label "Subsetting" ; rdfs:comment "Subsetting is Specialization in which the specific and general Types are Features. This means all values of the subsettingFeature (on instances of its domain, i.e., the intersection of its featuringTypes) are values of the subsettedFeature on instances of its domain. To support this the domain of the subsettingFeature must be the same or specialize (at least indirectly) the domain of the subsettedFeature (via Specialization), and the co-domain (intersection of the types) of the subsettingFeature must specialize the co-domain of the subsettedFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Specialization . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Specialization . -oslc_sysmlv2:Succession a rdfs:Class ; +oslc_sysml:Succession a rdfs:Class ; rdfs:label "Succession" ; rdfs:comment "A Succession is a binary Connector that requires its relatedFeatures to happen separately in time." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Connector . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Connector . -oslc_sysmlv2:SuccessionAsUsage a rdfs:Class ; +oslc_sysml:SuccessionAsUsage a rdfs:Class ; rdfs:label "SuccessionAsUsage" ; rdfs:comment "A SuccessionAsUsage is both a ConnectorAsUsage and a Succession." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ConnectorAsUsage, - oslc_sysmlv2:Succession . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ConnectorAsUsage, + oslc_sysml:Succession . -oslc_sysmlv2:SuccessionFlowConnectionUsage a rdfs:Class ; +oslc_sysml:SuccessionFlowConnectionUsage a rdfs:Class ; rdfs:label "SuccessionFlowConnectionUsage" ; rdfs:comment "A SuccessionFlowConnectionUsage is a FlowConnectionUsage that is also a SuccessionItemFlow." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FlowConnectionUsage, - oslc_sysmlv2:SuccessionItemFlow . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FlowConnectionUsage, + oslc_sysml:SuccessionItemFlow . -oslc_sysmlv2:SuccessionItemFlow a rdfs:Class ; +oslc_sysml:SuccessionItemFlow a rdfs:Class ; rdfs:label "SuccessionItemFlow" ; rdfs:comment "A SuccessionItemFlow is an ItemFlow that also provides temporal ordering. It classifies Transfers that cannot start until the source Occurrence has completed and that must complete before the target Occurrence can start." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ItemFlow, - oslc_sysmlv2:Succession . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ItemFlow, + oslc_sysml:Succession . -oslc_sysmlv2:TextualRepresentation a rdfs:Class ; +oslc_sysml:TerminateActionUsage a rdfs:Class ; + rdfs:label "TerminateActionUsage" ; + rdfs:comment "A TerminateActionUsage is an ActionUsage that directly or indirectly specializes the ActionDefinition TerminateAction from the Systems Model Library, which causes a given terminatedOccurrence to end during its performance. By default, the terminatedOccurrence is the featuring instance (that) of the performance of the TerminateActionUsage, generally the performance of its immediately containing ActionDefinition or ActionUsage." ; + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . + +oslc_sysml:TextualRepresentation a rdfs:Class ; rdfs:label "TextualRepresentation" ; rdfs:comment "A TextualRepresentation is an AnnotatingElement whose body represents the representedElement in a given language. The representedElement must be the owner of the TextualRepresentation. The named language can be a natural language, in which case the body is an informal representation, or an artificial language, in which case the body is expected to be a formal, machine-parsable representation." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:AnnotatingElement . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:AnnotatingElement . -oslc_sysmlv2:TransitionFeatureKind a rdfs:Class ; +oslc_sysml:TransitionFeatureKind a rdfs:Class ; rdfs:label "TransitionFeatureKind" ; rdfs:comment "A TransitionActionKind indicates whether the transitionFeature of a TransitionFeatureMembership is a trigger, guard or effect." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:TransitionFeatureMembership a rdfs:Class ; +oslc_sysml:TransitionFeatureMembership a rdfs:Class ; rdfs:label "TransitionFeatureMembership" ; rdfs:comment "A TransitionFeatureMembership is a FeatureMembership for a trigger, guard or effect of a TransitionUsage, whose transitionFeature is a AcceptActionUsage, Boolean-valued Expression or ActionUsage, depending on its kind. ." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . -oslc_sysmlv2:TransitionUsage a rdfs:Class ; +oslc_sysml:TransitionUsage a rdfs:Class ; rdfs:label "TransitionUsage" ; rdfs:comment "A TransitionUsage is an ActionUsage representing a triggered transition between ActionUsages or StateUsages. When triggered by a triggerAction, when its guardExpression is true, the TransitionUsage asserts that its source is exited, then its effectAction (if any) is performed, and then its target is entered." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:ActionUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:ActionUsage . -oslc_sysmlv2:TriggerInvocationExpression a rdfs:Class ; +oslc_sysml:TriggerInvocationExpression a rdfs:Class ; rdfs:label "TriggerInvocationExpression" ; rdfs:comment "A TriggerInvocationExpression is an InvocationExpression that invokes one of the trigger Functions from the Kernel Semantic Library Triggers package, as indicated by its kind." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:InvocationExpression . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:InvocationExpression . -oslc_sysmlv2:TriggerKind a rdfs:Class ; +oslc_sysml:TriggerKind a rdfs:Class ; rdfs:label "TriggerKind" ; rdfs:comment "TriggerKind enumerates the kinds of triggers that can be represented by a TriggerInvocationExpression." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:Type a rdfs:Class ; +oslc_sysml:Type a rdfs:Class ; rdfs:label "Type" ; rdfs:comment "A Type is a Namespace that is the most general kind of Element supporting the semantics of classification. A Type may be a Classifier or a Feature, defining conditions on what is classified by the Type (see also the description of isSufficient)." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Namespace . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Namespace . -oslc_sysmlv2:TypeFeaturing a rdfs:Class ; +oslc_sysml:TypeFeaturing a rdfs:Class ; rdfs:label "TypeFeaturing" ; rdfs:comment "A TypeFeaturing is a Featuring Relationship in which the featureOfType is the source and the featuringType is the target." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Featuring . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Featuring . -oslc_sysmlv2:Unioning a rdfs:Class ; +oslc_sysml:Unioning a rdfs:Class ; rdfs:label "Unioning" ; rdfs:comment "Unioning is a Relationship that makes its unioningType one of the unioningTypes of its typeUnioned." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Relationship . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Relationship . -oslc_sysmlv2:Usage a rdfs:Class ; +oslc_sysml:Usage a rdfs:Class ; rdfs:label "Usage" ; rdfs:comment "A Usage is a usage of a Definition. A Usage may only be an ownedFeature of a Definition or another Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:Feature . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:Feature . -oslc_sysmlv2:UseCaseDefinition a rdfs:Class ; +oslc_sysml:UseCaseDefinition a rdfs:Class ; rdfs:label "UseCaseDefinition" ; rdfs:comment "A UseCaseDefinition is a CaseDefinition that specifies a set of actions performed by its subject, in interaction with one or more actors external to the subject. The objective is to yield an observable result that is of value to one or more of the actors." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CaseDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CaseDefinition . -oslc_sysmlv2:UseCaseUsage a rdfs:Class ; +oslc_sysml:UseCaseUsage a rdfs:Class ; rdfs:label "UseCaseUsage" ; rdfs:comment "A UseCaseUsage is a Usage of a UseCaseDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CaseUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CaseUsage . -oslc_sysmlv2:VariantMembership a rdfs:Class ; +oslc_sysml:VariantMembership a rdfs:Class ; rdfs:label "VariantMembership" ; rdfs:comment "A VariantMembership is a Membership between a variation point Definition or Usage and a Usage that represents a variant in the context of that variation. The membershipOwningNamespace for the VariantMembership must be either a Definition or a Usage with isVariation = true." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:OwningMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:OwningMembership . -oslc_sysmlv2:VerificationCaseDefinition a rdfs:Class ; +oslc_sysml:VerificationCaseDefinition a rdfs:Class ; rdfs:label "VerificationCaseDefinition" ; rdfs:comment "A VerificationCaseDefinition is a CaseDefinition for the purpose of verification of the subject of the case against its requirements." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CaseDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CaseDefinition . -oslc_sysmlv2:VerificationCaseUsage a rdfs:Class ; +oslc_sysml:VerificationCaseUsage a rdfs:Class ; rdfs:label "VerificationCaseUsage" ; rdfs:comment "A VerificationCaseUsage is a Usage of a VerificationCaseDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:CaseUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:CaseUsage . -oslc_sysmlv2:ViewDefinition a rdfs:Class ; +oslc_sysml:ViewDefinition a rdfs:Class ; rdfs:label "ViewDefinition" ; rdfs:comment "A ViewDefinition is a PartDefinition that specifies how a view artifact is constructed to satisfy a viewpoint. It specifies a viewConditions to define the model content to be presented and a viewRendering to define how the model content is presented." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:PartDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:PartDefinition . -oslc_sysmlv2:ViewRenderingMembership a rdfs:Class ; +oslc_sysml:ViewRenderingMembership a rdfs:Class ; rdfs:label "ViewRenderingMembership" ; rdfs:comment "A ViewRenderingMembership is a FeatureMembership that identifies the viewRendering of a ViewDefinition or ViewUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:FeatureMembership . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:FeatureMembership . -oslc_sysmlv2:ViewUsage a rdfs:Class ; +oslc_sysml:ViewUsage a rdfs:Class ; rdfs:label "ViewUsage" ; rdfs:comment "A ViewUsage is a usage of a ViewDefinition to specify the generation of a view of the members of a collection of exposedNamespaces. The ViewUsage can satisfy more viewpoints than its definition, and it can specialize the viewRendering specified by its definition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:PartUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:PartUsage . -oslc_sysmlv2:ViewpointDefinition a rdfs:Class ; +oslc_sysml:ViewpointDefinition a rdfs:Class ; rdfs:label "ViewpointDefinition" ; rdfs:comment "A ViewpointDefinition is a RequirementDefinition that specifies one or more stakeholder concerns that are to be satisfied by creating a view of a model." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:RequirementDefinition . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:RequirementDefinition . -oslc_sysmlv2:ViewpointUsage a rdfs:Class ; +oslc_sysml:ViewpointUsage a rdfs:Class ; rdfs:label "ViewpointUsage" ; rdfs:comment "A ViewpointUsage is a Usage of a ViewpointDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:RequirementUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:RequirementUsage . -oslc_sysmlv2:VisibilityKind a rdfs:Class ; +oslc_sysml:VisibilityKind a rdfs:Class ; rdfs:label "VisibilityKind" ; rdfs:comment "VisibilityKind is an enumeration whose literals specify the visibility of a Membership of an Element in a Namespace outside of that Namespace. Note that \"visibility\" specifically restricts whether an Element in a Namespace may be referenced by name from outside the Namespace and only otherwise restricts access to an Element as provided by specific constraints in the abstract syntax (e.g., preventing the import or inheritance of private Elements)." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:WhileLoopActionUsage a rdfs:Class ; +oslc_sysml:WhileLoopActionUsage a rdfs:Class ; rdfs:label "WhileLoopActionUsage" ; rdfs:comment "A WhileLoopActionUsage is a LoopActionUsage that specifies that the bodyAction ActionUsage should be performed repeatedly while the result of the whileArgument Expression is true or until the result of the untilArgument Expression (if provided) is true. The whileArgument Expression is evaluated before each (possible) performance of the bodyAction, and the untilArgument Expression is evaluated after each performance of the bodyAction." ; - rdfs:isDefinedBy oslc_sysmlv2: ; - rdfs:subClassOf oslc_sysmlv2:LoopActionUsage . + rdfs:isDefinedBy oslc_sysml: ; + rdfs:subClassOf oslc_sysml:LoopActionUsage . -oslc_sysmlv2:action a rdf:Property ; +oslc_sysml:action a rdf:Property ; rdfs:label "action" ; rdfs:comment """ActionDefinition: The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition. StateSubactionMembership: The ActionUsage that is the ownedMemberFeature of this StateSubactionMembership.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:actionDefinition a rdf:Property ; +oslc_sysml:actionDefinition a rdf:Property ; rdfs:label "actionDefinition" ; rdfs:comment "ActionUsage: The Behaviors that are the types of this ActionUsage. Nominally, these would be ActionDefinitions, but other kinds of Kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:actorParameter a rdf:Property ; +oslc_sysml:actorParameter a rdf:Property ; rdfs:label "actorParameter" ; rdfs:comment """RequirementUsage: The parameters of this RequirementUsage that represent actors involved in the requirement. RequirementDefinition: The parameters of this RequirementDefinition that represent actors involved in the requirement. CaseUsage: The parameters of this CaseUsage that represent actors involved in the case. CaseDefinition: The parameters of this CaseDefinition that represent actors involved in the case.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:after a oslc_sysmlv2:TriggerKind ; +oslc_sysml:after a oslc_sysml:TriggerKind ; rdfs:label "after" ; rdfs:comment "Indicates a relative time trigger, corresponding to the TriggerAfter Function from the Triggers model in the Kernel Semantic Library." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:aliasIds a rdf:Property ; +oslc_sysml:aliasIds a rdf:Property ; rdfs:label "aliasIds" ; rdfs:comment "Element: Various alternative identifiers for this Element. Generally, these will be set by tools." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:allocation a rdf:Property ; +oslc_sysml:allocation a rdf:Property ; rdfs:label "allocation" ; rdfs:comment "AllocationDefinition: The AllocationUsages that refine the allocation mapping defined by this AllocationDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:allocationDefinition a rdf:Property ; +oslc_sysml:allocationDefinition a rdf:Property ; rdfs:label "allocationDefinition" ; rdfs:comment "AllocationUsage: The AllocationDefinitions that are the types of this AllocationUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:analysisCaseDefinition a rdf:Property ; +oslc_sysml:analysisCaseDefinition a rdf:Property ; rdfs:label "analysisCaseDefinition" ; rdfs:comment "AnalysisCaseUsage: The AnalysisCaseDefinition that is the definition of this AnalysisCaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:annotatedElement a rdf:Property ; +oslc_sysml:annotatedElement a rdf:Property ; rdfs:label "annotatedElement" ; rdfs:comment """AnnotatingElement: The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement. Annotation: The Element that is annotated by the annotatingElement of this Annotation.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:annotatingElement a rdf:Property ; +oslc_sysml:annotatingElement a rdf:Property ; rdfs:label "annotatingElement" ; rdfs:comment "Annotation: The AnnotatingElement that annotates the annotatedElement of this Annotation." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:annotation a rdf:Property ; +oslc_sysml:annotation a rdf:Property ; rdfs:label "annotation" ; rdfs:comment "AnnotatingElement: The Annotations that relate this AnnotatingElement to its annotatedElements." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:argument a rdf:Property ; +oslc_sysml:argument a rdf:Property ; rdfs:label "argument" ; rdfs:comment "InvocationExpression: The value Expressions of the FeatureValues of the owned input parameters of the InvocationExpression." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:assertedConstraint a rdf:Property ; +oslc_sysml:assertedConstraint a rdf:Property ; rdfs:label "assertedConstraint" ; rdfs:comment "AssertConstraintUsage: The ConstraintUsage to be performed by the AssertConstraintUsage. It is the referenceFeature of the ownedReferenceSubsetting for the AssertConstraintUsage, if there is one, and, otherwise, the AssertConstraintUsage itself." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:association a rdf:Property ; +oslc_sysml:association a rdf:Property ; rdfs:label "association" ; rdfs:comment "Connector: The Associations that type the Connector." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:associationEnd a rdf:Property ; +oslc_sysml:associationEnd a rdf:Property ; rdfs:label "associationEnd" ; rdfs:comment "Association: The features of the Association that identify the things that can be related by it. A concrete Association must have at least two associationEnds. When it has exactly two, the Association is called a binary Association." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:assumedConstraint a rdf:Property ; +oslc_sysml:assumedConstraint a rdf:Property ; rdfs:label "assumedConstraint" ; rdfs:comment """RequirementUsage: The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption. RequirementDefinition: The owned ConstraintUsages that represent assumptions of this RequirementDefinition, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = assumption.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:assumption a oslc_sysmlv2:RequirementConstraintKind ; +oslc_sysml:assumption a oslc_sysml:RequirementConstraintKind ; rdfs:label "assumption" ; rdfs:comment "Indicates that a member ConstraintUsage of a RequirementDefinition or RequirementUsage represents an assumption." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:at a oslc_sysmlv2:TriggerKind ; +oslc_sysml:at a oslc_sysml:TriggerKind ; rdfs:label "at" ; rdfs:comment "Indicates an absolute time trigger, corresponding to the TriggerAt Function from the Triggers model in the Kernel Semantic Library." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:attributeDefinition a rdf:Property ; +oslc_sysml:attributeDefinition a rdf:Property ; rdfs:label "attributeDefinition" ; rdfs:comment "AttributeUsage: The DataTypes that are the types of this AttributeUsage. Nominally, these are AttributeDefinitions, but other kinds of kernel DataTypes are also allowed, to permit use of DataTypes from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:behavior a rdf:Property ; +oslc_sysml:behavior a rdf:Property ; rdfs:label "behavior" ; rdfs:comment "Step: The Behaviors that type this Step." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:body a rdf:Property ; +oslc_sysml:body a rdf:Property ; rdfs:label "body" ; rdfs:comment """Comment: The annotation text for the Comment. TextualRepresentation: The textual representation of the representedElement in the given language.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:bodyAction a rdf:Property ; +oslc_sysml:bodyAction a rdf:Property ; rdfs:label "bodyAction" ; rdfs:comment "LoopActionUsage: The ActionUsage to be performed repeatedly by the LoopActionUsage. It is the second parameter of the LoopActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:bound a rdf:Property ; +oslc_sysml:bound a rdf:Property ; rdfs:label "bound" ; rdfs:comment "MultiplicityRange: The owned Expressions of the MultiplicityRange whose results provide its bounds. These must be the only ownedMembers of the MultiplicityRange." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:calculation a rdf:Property ; +oslc_sysml:calculation a rdf:Property ; rdfs:label "calculation" ; rdfs:comment "CalculationDefinition: The actions of this CalculationDefinition that are CalculationUsages." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:calculationDefinition a rdf:Property ; +oslc_sysml:calculationDefinition a rdf:Property ; rdfs:label "calculationDefinition" ; rdfs:comment "CalculationUsage: The Function that is the type of this CalculationUsage. Nominally, this would be a CalculationDefinition, but a kernel Function is also allowed, to permit use of Functions from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:caseDefinition a rdf:Property ; +oslc_sysml:caseDefinition a rdf:Property ; rdfs:label "caseDefinition" ; rdfs:comment "CaseUsage: The CaseDefinition that is the type of this CaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:chainingFeature a rdf:Property ; +oslc_sysml:chainingFeature a rdf:Property ; rdfs:label "chainingFeature" ; rdfs:comment """Feature: The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. FeatureChaining: The Feature whose values partly determine values of featureChained, as described in Feature::chainingFeature.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:client a rdf:Property ; +oslc_sysml:client a rdf:Property ; rdfs:label "client" ; rdfs:comment "Dependency: The Element or Elements dependent on the supplier Elements." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:concernDefinition a rdf:Property ; +oslc_sysml:concernDefinition a rdf:Property ; rdfs:label "concernDefinition" ; rdfs:comment "ConcernUsage: The ConcernDefinition that is the single type of this ConcernUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:condition a rdf:Property ; +oslc_sysml:condition a rdf:Property ; rdfs:label "condition" ; rdfs:comment "ElementFilterMembership: The model-level evaluable Boolean-valued Expression used to filter the imported members of the membershipOwningNamespace of this ElementFilterMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:conjugatedPortDefinition a rdf:Property ; +oslc_sysml:conjugatedPortDefinition a rdf:Property ; rdfs:label "conjugatedPortDefinition" ; rdfs:comment """PortDefinition: The that is conjugate to this PortDefinition. PortConjugation: The ConjugatedPortDefinition that is conjugate to the originalPortDefinition. ConjugatedPortTyping: The type of this ConjugatedPortTyping considered as a FeatureTyping, which must be a ConjugatedPortDefinition.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:conjugatedType a rdf:Property ; +oslc_sysml:conjugatedType a rdf:Property ; rdfs:label "conjugatedType" ; rdfs:comment "Conjugation: The Type that is the result of applying Conjugation to the originalType." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:connectionDefinition a rdf:Property ; +oslc_sysml:connectionDefinition a rdf:Property ; rdfs:label "connectionDefinition" ; rdfs:comment "ConnectionUsage: The AssociationStructures that are the types of this ConnectionUsage. Nominally, these are , but other kinds of Kernel AssociationStructures are also allowed, to permit use of AssociationStructures from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:connectionEnd a rdf:Property ; +oslc_sysml:connectionEnd a rdf:Property ; rdfs:label "connectionEnd" ; rdfs:comment "ConnectionDefinition: The Usages that define the things related by the ConnectionDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:connectorEnd a rdf:Property ; +oslc_sysml:connectorEnd a rdf:Property ; rdfs:label "connectorEnd" ; rdfs:comment "Connector: The endFeatures of a Connector, which redefine the endFeatures of the associations of the Connector. The connectorEnds determine via ReferenceSubsetting Relationships which Features are related by the Connector." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:constraintDefinition a rdf:Property ; +oslc_sysml:constraintDefinition a rdf:Property ; rdfs:label "constraintDefinition" ; rdfs:comment "ConstraintUsage: The (single) Predicate that is the type of this ConstraintUsage. Nominally, this will be a ConstraintDefinition, but other kinds of Predicates are also allowed, to permit use of Predicates from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:declaredName a rdf:Property ; +oslc_sysml:declaredName a rdf:Property ; rdfs:label "declaredName" ; rdfs:comment "Element: The declared name of this Element." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:declaredShortName a rdf:Property ; +oslc_sysml:declaredShortName a rdf:Property ; rdfs:label "declaredShortName" ; rdfs:comment "Element: An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:definition a rdf:Property ; +oslc_sysml:definition a rdf:Property ; rdfs:label "definition" ; rdfs:comment "Usage: The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:differencingType a rdf:Property ; +oslc_sysml:differencingType a rdf:Property ; rdfs:label "differencingType" ; rdfs:comment """Type: The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Differencing: Type that partly determines interpretations of typeDifferenced, as described in Type::differencingType.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:directedFeature a rdf:Property ; +oslc_sysml:directedFeature a rdf:Property ; rdfs:label "directedFeature" ; rdfs:comment "Type: The features of this Type that have a non-null direction." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:directedUsage a rdf:Property ; +oslc_sysml:directedUsage a rdf:Property ; rdfs:label "directedUsage" ; rdfs:comment """Usage: The usages of this Usage that are directedFeatures. Definition: The usages of this Definition that are directedFeatures.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:direction a rdf:Property ; +oslc_sysml:direction a rdf:Property ; rdfs:label "direction" ; rdfs:comment "Feature: Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind)." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:disjoiningType a rdf:Property ; +oslc_sysml:disjoiningType a rdf:Property ; rdfs:label "disjoiningType" ; rdfs:comment "Disjoining: Type asserted to be disjoint with the typeDisjoined." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:do a oslc_sysmlv2:StateSubactionKind ; +oslc_sysml:do a oslc_sysml:StateSubactionKind ; rdfs:label "do" ; rdfs:comment "Indicates that the action of a StateSubactionMembership is a doAction." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:doAction a rdf:Property ; +oslc_sysml:doAction a rdf:Property ; rdfs:label "doAction" ; rdfs:comment """StateUsage: The ActionUsage of this StateUsage to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = do. StateDefinition: The ActionUsage of this StateDefinition to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = do.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:documentation a rdf:Property ; +oslc_sysml:documentation a rdf:Property ; rdfs:label "documentation" ; rdfs:comment "Element: The Documentation owned by this Element." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:documentedElement a rdf:Property ; +oslc_sysml:documentedElement a rdf:Property ; rdfs:label "documentedElement" ; rdfs:comment "Documentation: The Element that is documented by this Documentation." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:effect a oslc_sysmlv2:TransitionFeatureKind ; +oslc_sysml:effect a oslc_sysml:TransitionFeatureKind ; rdfs:label "effect" ; rdfs:comment "Indicates that the transitionFeature of a TransitionFeatureMembership is an effectAction." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:effectAction a rdf:Property ; +oslc_sysml:effectAction a rdf:Property ; rdfs:label "effectAction" ; rdfs:comment "TransitionUsage: The ActionUsages that define the effects of this TransitionUsage, which are the ownedFeatures of the TransitionUsage related to it by TransitionFeatureMemberships with kind = effect, which must all be ActionUsages." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:effectStep a rdf:Property ; +oslc_sysml:effectStep a rdf:Property ; rdfs:label "effectStep" ; rdfs:comment "Succession: Steps that represent occurrences that are side effects of the transitionStep occurring." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:elementId a rdf:Property ; +oslc_sysml:elementId a rdf:Property ; rdfs:label "elementId" ; rdfs:comment "Element: The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:elseAction a rdf:Property ; +oslc_sysml:elseAction a rdf:Property ; rdfs:label "elseAction" ; rdfs:comment "IfActionUsage: The ActionUsage that is to be performed if the result of the ifArgument is false. It is the (optional) third parameter of the IfActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:endFeature a rdf:Property ; +oslc_sysml:endFeature a rdf:Property ; rdfs:label "endFeature" ; rdfs:comment "Type: All features of this Type with isEnd = true." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:endOwningType a rdf:Property ; +oslc_sysml:endOwningType a rdf:Property ; rdfs:label "endOwningType" ; rdfs:comment "Feature: The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:entry a oslc_sysmlv2:StateSubactionKind ; +oslc_sysml:entry a oslc_sysml:StateSubactionKind ; rdfs:label "entry" ; rdfs:comment "Indicates that the action of a StateSubactionMembership is an entryAction." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:entryAction a rdf:Property ; +oslc_sysml:entryAction a rdf:Property ; rdfs:label "entryAction" ; rdfs:comment """StateUsage: The ActionUsage of this StateUsage to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = entry. StateDefinition: The ActionUsage of this StateDefinition to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = entry.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:enumeratedValue a rdf:Property ; +oslc_sysml:enumeratedValue a rdf:Property ; rdfs:label "enumeratedValue" ; rdfs:comment "EnumerationDefinition: EnumerationUsages of this EnumerationDefinitionthat have distinct, fixed values. Each enumeratedValue specifies one of the allowed instances of the EnumerationDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:enumerationDefinition a rdf:Property ; +oslc_sysml:enumerationDefinition a rdf:Property ; rdfs:label "enumerationDefinition" ; rdfs:comment "EnumerationUsage: The single EnumerationDefinition that is the type of this EnumerationUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:eventOccurrence a rdf:Property ; +oslc_sysml:eventOccurrence a rdf:Property ; rdfs:label "eventOccurrence" ; rdfs:comment "EventOccurrenceUsage: The OccurrenceUsage referenced as an event by this EventOccurrenceUsage. It is the referenceFeature of the ownedReferenceSubsetting for the EventOccurrenceUsage, if there is one, and, otherwise, the EventOccurrenceUsage itself." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:exhibitedState a rdf:Property ; +oslc_sysml:exhibitedState a rdf:Property ; rdfs:label "exhibitedState" ; rdfs:comment "ExhibitStateUsage: The StateUsage to be exhibited by the ExhibitStateUsage. It is the performedAction of the ExhibitStateUsage considered as a PerformActionUsage, which must be a StateUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:exit a oslc_sysmlv2:StateSubactionKind ; +oslc_sysml:exit a oslc_sysml:StateSubactionKind ; rdfs:label "exit" ; rdfs:comment "Indicates that the action of a StateSubactionMembership is an exitAction." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:exitAction a rdf:Property ; +oslc_sysml:exitAction a rdf:Property ; rdfs:label "exitAction" ; rdfs:comment """StateUsage: The ActionUsage of this StateUsage to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = exit. StateDefinition: The ActionUsage of this StateDefinition to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateDefinition by a StateSubactionMembership with kind = exit.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:exposedElement a rdf:Property ; +oslc_sysml:exposedElement a rdf:Property ; rdfs:label "exposedElement" ; rdfs:comment "ViewUsage: The Elements that are exposed by this ViewUsage, which are those memberElements of the imported Memberships from all the Expose Relationships that meet all the owned and inherited viewConditions." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:expression a rdf:Property ; +oslc_sysml:expression a rdf:Property ; rdfs:label "expression" ; rdfs:comment "Function: The Expressions that are steps in the calculation of the result of this Function." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:feature a rdf:Property ; +oslc_sysml:feature a rdf:Property ; rdfs:label "feature" ; - rdfs:comment """Type: The ownedMemberFeatures of the featureMemberships of this Type. -Featuring: The Feature that is featured by the featuringType.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:comment """Featuring: The Feature that is featured by the featuringType. +Type: The ownedMemberFeatures of the featureMemberships of this Type.""" ; + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:featureChained a rdf:Property ; +oslc_sysml:featureChained a rdf:Property ; rdfs:label "featureChained" ; rdfs:comment "FeatureChaining: The Feature whose values are partly determined by values of the chainingFeature, as described in Feature::chainingFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:featureInverted a rdf:Property ; +oslc_sysml:featureInverted a rdf:Property ; rdfs:label "featureInverted" ; rdfs:comment "FeatureInverting: The Feature that is an inverse of the invertingFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:featureMembership a rdf:Property ; +oslc_sysml:featureMembership a rdf:Property ; rdfs:label "featureMembership" ; rdfs:comment "Type: The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships)." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:featureOfType a rdf:Property ; +oslc_sysml:featureOfType a rdf:Property ; rdfs:label "featureOfType" ; rdfs:comment "TypeFeaturing: The Feature that is featured by the featuringType. It is the source of the TypeFeaturing." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:featureTarget a rdf:Property ; +oslc_sysml:featureTarget a rdf:Property ; rdfs:label "featureTarget" ; rdfs:comment "Feature: The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:featureWithValue a rdf:Property ; +oslc_sysml:featureWithValue a rdf:Property ; rdfs:label "featureWithValue" ; rdfs:comment "FeatureValue: The Feature to be provided a value." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:featuringType a rdf:Property ; +oslc_sysml:featuringType a rdf:Property ; rdfs:label "featuringType" ; - rdfs:comment """Feature: Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. -TypeFeaturing: The Type that features the featureOfType. It is the target of the TypeFeaturing.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:comment """TypeFeaturing: The Type that features the featureOfType. It is the target of the TypeFeaturing. +Feature: Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature.""" ; + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:filterCondition a rdf:Property ; +oslc_sysml:filterCondition a rdf:Property ; rdfs:label "filterCondition" ; rdfs:comment "Package: The model-level evaluable Boolean-valued Expression used to filter the members of this Package, which are owned by the Package are via ElementFilterMemberships." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:flowConnectionDefinition a rdf:Property ; +oslc_sysml:flowConnectionDefinition a rdf:Property ; rdfs:label "flowConnectionDefinition" ; rdfs:comment "FlowConnectionUsage: The Interactions that are the types of this FlowConnectionUsage. Nominally, these are FlowConnectionDefinitions, but other kinds of Kernel Interactions are also allowed, to permit use of Interactions from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:framedConcern a rdf:Property ; +oslc_sysml:framedConcern a rdf:Property ; rdfs:label "framedConcern" ; rdfs:comment """RequirementUsage: The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage. RequirementDefinition: The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:function a rdf:Property ; +oslc_sysml:function a rdf:Property ; rdfs:label "function" ; rdfs:comment "Expression: The Function that types this Expression." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:general a rdf:Property ; +oslc_sysml:general a rdf:Property ; rdfs:label "general" ; rdfs:comment "Specialization: A Type with a superset of all instances of the specific Type, which might be the same set." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:guard a oslc_sysmlv2:TransitionFeatureKind ; +oslc_sysml:guard a oslc_sysml:TransitionFeatureKind ; rdfs:label "guard" ; rdfs:comment "Indicates that the transitionFeature of a TransitionFeatureMembership is a guardExpression." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:guardExpression a rdf:Property ; +oslc_sysml:guardExpression a rdf:Property ; rdfs:label "guardExpression" ; rdfs:comment """Succession: Expressions that must evaluate to true before the transitionStep can occur. TransitionUsage: The Expressions that define the guards of this TransitionUsage, which are the ownedFeatures of the TransitionUsage related to it by TransitionFeatureMemberships with kind = guard, which must all be Expressions.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ifArgument a rdf:Property ; +oslc_sysml:ifArgument a rdf:Property ; rdfs:label "ifArgument" ; rdfs:comment "IfActionUsage: The Expression whose result determines whether the thenAction or (optionally) the elseAction is performed. It is the first parameter of the IfActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:importOwningNamespace a rdf:Property ; +oslc_sysml:importOwningNamespace a rdf:Property ; rdfs:label "importOwningNamespace" ; rdfs:comment "Import: The Namespace into which Memberships are imported by this Import, which must be the owningRelatedElement of the Import." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:importedElement a rdf:Property ; +oslc_sysml:importedElement a rdf:Property ; rdfs:label "importedElement" ; rdfs:comment "Import: The effectively imported Element for this Import. For a MembershipImport, this is the memberElement of the importedMembership. For a NamespaceImport, it is the importedNamespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:importedMembership a rdf:Property ; +oslc_sysml:importedMembership a rdf:Property ; rdfs:label "importedMembership" ; rdfs:comment """Namespace: The Memberships in this Namespace that result from the ownedImports of this Namespace. MembershipImport: The Membership to be imported.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:importedNamespace a rdf:Property ; +oslc_sysml:importedNamespace a rdf:Property ; rdfs:label "importedNamespace" ; rdfs:comment "NamespaceImport: The Namespace whose visible Memberships are imported by this NamespaceImport." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:in a oslc_sysmlv2:FeatureDirectionKind ; +oslc_sysml:in a oslc_sysml:FeatureDirectionKind ; rdfs:label "in" ; rdfs:comment "Values of the Feature on each instance of its domain are determined externally to that instance and used internally." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:includedUseCase a rdf:Property ; +oslc_sysml:includedUseCase a rdf:Property ; rdfs:label "includedUseCase" ; rdfs:comment """UseCaseUsage: The UseCaseUsages that are included by this UseCaseUse, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseUsage. UseCaseDefinition: The UseCaseUsages that are included by this UseCaseDefinition, which are the useCaseIncludeds of the IncludeUseCaseUsages owned by this UseCaseDefinition.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:individualDefinition a rdf:Property ; +oslc_sysml:individualDefinition a rdf:Property ; rdfs:label "individualDefinition" ; rdfs:comment "OccurrenceUsage: The at most one occurrenceDefinition that has isIndividual = true." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:inheritedFeature a rdf:Property ; +oslc_sysml:inheritedFeature a rdf:Property ; rdfs:label "inheritedFeature" ; rdfs:comment "Type: All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:inheritedMembership a rdf:Property ; +oslc_sysml:inheritedMembership a rdf:Property ; rdfs:label "inheritedMembership" ; rdfs:comment "Type: All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:inout a oslc_sysmlv2:FeatureDirectionKind ; +oslc_sysml:inout a oslc_sysml:FeatureDirectionKind ; rdfs:label "inout" ; rdfs:comment "Values of the Feature on each instance are determined either as in or out directions, or both." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:input a rdf:Property ; +oslc_sysml:input a rdf:Property ; rdfs:label "input" ; rdfs:comment "Type: All features related to this Type by FeatureMemberships that have direction in or inout." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:interaction a rdf:Property ; +oslc_sysml:interaction a rdf:Property ; rdfs:label "interaction" ; rdfs:comment "ItemFlow: The Interactions that type this ItemFlow. Interactions are both Associations and Behaviors, which can type Connectors and Steps, respectively." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:interfaceDefinition a rdf:Property ; +oslc_sysml:interfaceDefinition a rdf:Property ; rdfs:label "interfaceDefinition" ; rdfs:comment "InterfaceUsage: The InterfaceDefinitions that type this InterfaceUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:interfaceEnd a rdf:Property ; +oslc_sysml:interfaceEnd a rdf:Property ; rdfs:label "interfaceEnd" ; rdfs:comment """InterfaceDefinition: The PortUsages that are the connectionEnds of this InterfaceDefinition. .""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:intersectingType a rdf:Property ; +oslc_sysml:intersectingType a rdf:Property ; rdfs:label "intersectingType" ; rdfs:comment """Type: The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Intersecting: Type that partly determines interpretations of typeIntersected, as described in Type::intersectingType.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:invertingFeature a rdf:Property ; +oslc_sysml:invertingFeature a rdf:Property ; rdfs:label "invertingFeature" ; rdfs:comment "FeatureInverting: The Feature that is an inverse of the invertedFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isAbstract a rdf:Property ; +oslc_sysml:isAbstract a rdf:Property ; rdfs:label "isAbstract" ; rdfs:comment "Type: Indicates whether instances of this Type must also be instances of at least one of its specialized Types." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isComposite a rdf:Property ; +oslc_sysml:isComposite a rdf:Property ; rdfs:label "isComposite" ; rdfs:comment "Feature: Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isConjugated a rdf:Property ; +oslc_sysml:isConjugated a rdf:Property ; rdfs:label "isConjugated" ; rdfs:comment "Type: Indicates whether this Type has an ownedConjugator." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isDefault a rdf:Property ; +oslc_sysml:isDefault a rdf:Property ; rdfs:label "isDefault" ; rdfs:comment "FeatureValue: Whether this FeatureValue is a concrete specification of the bound or initial value of the featureWithValue, or just a default value that may be overridden." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isDerived a rdf:Property ; +oslc_sysml:isDerived a rdf:Property ; rdfs:label "isDerived" ; rdfs:comment "Feature: Whether the values of this Feature can always be computed from the values of other Features." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isEnd a rdf:Property ; +oslc_sysml:isEnd a rdf:Property ; rdfs:label "isEnd" ; rdfs:comment "Feature: Whether or not the this Feature is an end Feature, requiring a different interpretation of the multiplicity of the Feature." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isImplied a rdf:Property ; +oslc_sysml:isImplied a rdf:Property ; rdfs:label "isImplied" ; rdfs:comment "Relationship: Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isImpliedIncluded a rdf:Property ; +oslc_sysml:isImpliedIncluded a rdf:Property ; rdfs:label "isImpliedIncluded" ; rdfs:comment "Element: Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isImportAll a rdf:Property ; +oslc_sysml:isImportAll a rdf:Property ; rdfs:label "isImportAll" ; rdfs:comment "Import: Whether to import memberships without regard to declared visibility." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isIndividual a rdf:Property ; +oslc_sysml:isIndividual a rdf:Property ; rdfs:label "isIndividual" ; rdfs:comment """OccurrenceUsage: Whether this OccurrenceUsage represents the usage of the specific individual (or portion of it) represented by its individualDefinition. OccurrenceDefinition: Whether this OccurrenceDefinition is constrained to represent single individual.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isInitial a rdf:Property ; +oslc_sysml:isInitial a rdf:Property ; rdfs:label "isInitial" ; rdfs:comment "FeatureValue: Whether this FeatureValue specifies a bound value or an initial value for the featureWithValue." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isLibraryElement a rdf:Property ; +oslc_sysml:isLibraryElement a rdf:Property ; rdfs:label "isLibraryElement" ; rdfs:comment "Element: Whether this Element is contained in the ownership tree of a library model." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isModelLevelEvaluable a rdf:Property ; +oslc_sysml:isModelLevelEvaluable a rdf:Property ; rdfs:label "isModelLevelEvaluable" ; rdfs:comment """Expression: Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model. Function: Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isNegated a rdf:Property ; +oslc_sysml:isNegated a rdf:Property ; rdfs:label "isNegated" ; rdfs:comment "Invariant: Whether this Invariant is asserted to be false rather than true." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isNonunique a rdf:Property ; +oslc_sysml:isNonunique a rdf:Property ; rdfs:label "isNonunique" ; rdfs:comment "Feature: isNonunique." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isOrdered a rdf:Property ; +oslc_sysml:isOrdered a rdf:Property ; rdfs:label "isOrdered" ; rdfs:comment "Feature: Whether an order exists for the values of this Feature or not." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isParallel a rdf:Property ; +oslc_sysml:isParallel a rdf:Property ; rdfs:label "isParallel" ; rdfs:comment """StateUsage: Whether the nestedStates of this StateUsage are to all be performed in parallel. If true, none of the nestedActions (which include nestedStates) may have any incoming or outgoing Transitions. If false, only one nestedState may be performed at a time. StateDefinition: Whether the ownedStates of this StateDefinition are to all be performed in parallel. If true, none of the ownedActions (which includes ownedStates) may have any incoming or outgoing Transitions. If false, only one ownedState may be performed at a time.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isPortion a rdf:Property ; +oslc_sysml:isPortion a rdf:Property ; rdfs:label "isPortion" ; rdfs:comment "Feature: Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isReadOnly a rdf:Property ; +oslc_sysml:isReadOnly a rdf:Property ; rdfs:label "isReadOnly" ; rdfs:comment "Feature: Whether the values of this Feature can change over the lifetime of an instance of the domain." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isRecursive a rdf:Property ; +oslc_sysml:isRecursive a rdf:Property ; rdfs:label "isRecursive" ; rdfs:comment "Import: Whether to recursively import Memberships from visible, owned sub-Namespaces." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isReference a rdf:Property ; +oslc_sysml:isReference a rdf:Property ; rdfs:label "isReference" ; rdfs:comment "Usage: Whether this Usage is a referential Usage, that is, it has isComposite = false." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isStandard a rdf:Property ; +oslc_sysml:isStandard a rdf:Property ; rdfs:label "isStandard" ; rdfs:comment "LibraryPackage: Whether this LibraryPackage contains a standard library model. This should only be set to true for LibraryPackages in the standard Kernel Model Libraries or in normative model libraries for a language built on KerML." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isSufficient a rdf:Property ; +oslc_sysml:isSufficient a rdf:Property ; rdfs:label "isSufficient" ; rdfs:comment "Type: Whether all things that meet the classification conditions of this Type must be classified by the Type." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isUnique a rdf:Property ; +oslc_sysml:isUnique a rdf:Property ; rdfs:label "isUnique" ; rdfs:comment "Feature: Whether or not values for this Feature must have no duplicates or not." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:isVariation a rdf:Property ; +oslc_sysml:isVariation a rdf:Property ; rdfs:label "isVariation" ; rdfs:comment """Usage: Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Definition: Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:itemDefinition a rdf:Property ; +oslc_sysml:itemDefinition a rdf:Property ; rdfs:label "itemDefinition" ; rdfs:comment "ItemUsage: The Structures that are the definitions of this ItemUsage. Nominally, these are ItemDefinitions, but other kinds of Kernel Structures are also allowed, to permit use of Structures from the Kernel Library." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:itemFeature a rdf:Property ; +oslc_sysml:itemFeature a rdf:Property ; rdfs:label "itemFeature" ; rdfs:comment "ItemFlow: The ownedFeature of the ItemFlow that is an ItemFeature (if any)." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:itemFlowEnd a rdf:Property ; +oslc_sysml:itemFlowEnd a rdf:Property ; rdfs:label "itemFlowEnd" ; rdfs:comment "ItemFlow: The connectorEnds of this ItemFlow that are ItemFlowEnds." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:itemType a rdf:Property ; +oslc_sysml:itemType a rdf:Property ; rdfs:label "itemType" ; rdfs:comment "ItemFlow: The type of values transferred, which is the type of the itemFeature of the ItemFlow." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:kind a rdf:Property ; +oslc_sysml:kind a rdf:Property ; rdfs:label "kind" ; - rdfs:comment """RequirementConstraintMembership: Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage. -StateSubactionMembership: Whether this StateSubactionMembership is for an entry, do or exit ActionUsage. + rdfs:comment """StateSubactionMembership: Whether this StateSubactionMembership is for an entry, do or exit ActionUsage. TransitionFeatureMembership: Whether this TransitionFeatureMembership is for a trigger, guard or effect. +RequirementConstraintMembership: Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage. TriggerInvocationExpression: Indicates which of the Functions from the Triggers model in the Kernel Semantic Library is to be invoked by this TriggerInvocationExpression.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:language a rdf:Property ; +oslc_sysml:language a rdf:Property ; rdfs:label "language" ; rdfs:comment "TextualRepresentation: The natural or artifical language in which the body text is written." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:lifeClass a rdf:Property ; +oslc_sysml:lifeClass a rdf:Property ; rdfs:label "lifeClass" ; rdfs:comment "OccurrenceDefinition: If isIndividual is true, a LifeClass that specializes this OccurrenceDefinition, restricting it to represent an individual." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:locale a rdf:Property ; +oslc_sysml:locale a rdf:Property ; rdfs:label "locale" ; rdfs:comment "Comment: Identification of the language of the body text and, optionally, the region and/or encoding. The format shall be a POSIX locale conformant to ISO/IEC 15897, with the format [language[_territory][.codeset][@modifier]]." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:loopVariable a rdf:Property ; +oslc_sysml:loopVariable a rdf:Property ; rdfs:label "loopVariable" ; rdfs:comment "ForLoopActionUsage: The ownedFeature of this ForLoopActionUsage that acts as the loop variable, which is assigned the successive values of the input sequence on each iteration. It is the ownedFeature that redefines ForLoopAction::var." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:lowerBound a rdf:Property ; +oslc_sysml:lowerBound a rdf:Property ; rdfs:label "lowerBound" ; rdfs:comment "MultiplicityRange: The Expression whose result provides the lower bound of the MultiplicityRange. If no lowerBound Expression is given, then the lower bound shall have the same value as the upper bound, unless the upper bound is unbounded (*), in which case the lower bound shall be 0." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:member a rdf:Property ; +oslc_sysml:member a rdf:Property ; rdfs:label "member" ; rdfs:comment "Namespace: The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:memberElement a rdf:Property ; +oslc_sysml:memberElement a rdf:Property ; rdfs:label "memberElement" ; rdfs:comment "Membership: The Element that becomes a member of the membershipOwningNamespace due to this Membership." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:memberElementId a rdf:Property ; +oslc_sysml:memberElementId a rdf:Property ; rdfs:label "memberElementId" ; rdfs:comment "Membership: The elementId of the memberElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:memberName a rdf:Property ; +oslc_sysml:memberName a rdf:Property ; rdfs:label "memberName" ; rdfs:comment "Membership: The name of the memberElement relative to the membershipOwningNamespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:memberShortName a rdf:Property ; +oslc_sysml:memberShortName a rdf:Property ; rdfs:label "memberShortName" ; rdfs:comment "Membership: The short name of the memberElement relative to the membershipOwningNamespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:membership a rdf:Property ; +oslc_sysml:membership a rdf:Property ; rdfs:label "membership" ; rdfs:comment "Namespace: All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:membershipOwningNamespace a rdf:Property ; +oslc_sysml:membershipOwningNamespace a rdf:Property ; rdfs:label "membershipOwningNamespace" ; rdfs:comment "Membership: The Namespace of which the memberElement becomes a member due to this Membership." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:metaclass a rdf:Property ; +oslc_sysml:metaclass a rdf:Property ; rdfs:label "metaclass" ; rdfs:comment "MetadataFeature: The type of this MetadataFeature, which must be a Metaclass." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:metadataDefinition a rdf:Property ; +oslc_sysml:metadataDefinition a rdf:Property ; rdfs:label "metadataDefinition" ; rdfs:comment "MetadataUsage: The MetadataDefinition that is the definition of this MetadataUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:multiplicity a rdf:Property ; +oslc_sysml:multiplicity a rdf:Property ; rdfs:label "multiplicity" ; rdfs:comment "Type: An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:name a rdf:Property ; +oslc_sysml:name a rdf:Property ; rdfs:label "name" ; rdfs:comment "Element: The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedAction a rdf:Property ; +oslc_sysml:nestedAction a rdf:Property ; rdfs:label "nestedAction" ; rdfs:comment "Usage: The ActionUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedAllocation a rdf:Property ; +oslc_sysml:nestedAllocation a rdf:Property ; rdfs:label "nestedAllocation" ; rdfs:comment "Usage: The AllocationUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedAnalysisCase a rdf:Property ; +oslc_sysml:nestedAnalysisCase a rdf:Property ; rdfs:label "nestedAnalysisCase" ; rdfs:comment "Usage: The AnalysisCaseUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedAttribute a rdf:Property ; +oslc_sysml:nestedAttribute a rdf:Property ; rdfs:label "nestedAttribute" ; rdfs:comment "Usage: The code>AttributeUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedCalculation a rdf:Property ; +oslc_sysml:nestedCalculation a rdf:Property ; rdfs:label "nestedCalculation" ; rdfs:comment "Usage: The CalculationUsage that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedCase a rdf:Property ; +oslc_sysml:nestedCase a rdf:Property ; rdfs:label "nestedCase" ; rdfs:comment "Usage: The CaseUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedConcern a rdf:Property ; +oslc_sysml:nestedConcern a rdf:Property ; rdfs:label "nestedConcern" ; rdfs:comment "Usage: The ConcernUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedConnection a rdf:Property ; +oslc_sysml:nestedConnection a rdf:Property ; rdfs:label "nestedConnection" ; rdfs:comment "Usage: The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages and SuccessionAsUsages, even though these are ConnectorAsUsages but not ConnectionUsages." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedConstraint a rdf:Property ; +oslc_sysml:nestedConstraint a rdf:Property ; rdfs:label "nestedConstraint" ; rdfs:comment "Usage: The ConstraintUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedEnumeration a rdf:Property ; +oslc_sysml:nestedEnumeration a rdf:Property ; rdfs:label "nestedEnumeration" ; rdfs:comment "Usage: The code>EnumerationUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedFlow a rdf:Property ; +oslc_sysml:nestedFlow a rdf:Property ; rdfs:label "nestedFlow" ; rdfs:comment "Usage: The code>FlowConnectionUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedInterface a rdf:Property ; +oslc_sysml:nestedInterface a rdf:Property ; rdfs:label "nestedInterface" ; rdfs:comment "Usage: The InterfaceUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedItem a rdf:Property ; +oslc_sysml:nestedItem a rdf:Property ; rdfs:label "nestedItem" ; rdfs:comment "Usage: The ItemUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedMetadata a rdf:Property ; +oslc_sysml:nestedMetadata a rdf:Property ; rdfs:label "nestedMetadata" ; rdfs:comment "Usage: The MetadataUsages that are nestedUsages of this of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedOccurrence a rdf:Property ; +oslc_sysml:nestedOccurrence a rdf:Property ; rdfs:label "nestedOccurrence" ; rdfs:comment "Usage: The OccurrenceUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedPart a rdf:Property ; +oslc_sysml:nestedPart a rdf:Property ; rdfs:label "nestedPart" ; rdfs:comment "Usage: The PartUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedPort a rdf:Property ; +oslc_sysml:nestedPort a rdf:Property ; rdfs:label "nestedPort" ; rdfs:comment "Usage: The PortUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedReference a rdf:Property ; +oslc_sysml:nestedReference a rdf:Property ; rdfs:label "nestedReference" ; rdfs:comment "Usage: The ReferenceUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedRendering a rdf:Property ; +oslc_sysml:nestedRendering a rdf:Property ; rdfs:label "nestedRendering" ; rdfs:comment "Usage: The RenderingUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedRequirement a rdf:Property ; +oslc_sysml:nestedRequirement a rdf:Property ; rdfs:label "nestedRequirement" ; rdfs:comment "Usage: The RequirementUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedState a rdf:Property ; +oslc_sysml:nestedState a rdf:Property ; rdfs:label "nestedState" ; rdfs:comment "Usage: The StateUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedTransition a rdf:Property ; +oslc_sysml:nestedTransition a rdf:Property ; rdfs:label "nestedTransition" ; rdfs:comment "Usage: The TransitionUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedUsage a rdf:Property ; +oslc_sysml:nestedUsage a rdf:Property ; rdfs:label "nestedUsage" ; rdfs:comment "Usage: The Usages that are ownedFeatures of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedUseCase a rdf:Property ; +oslc_sysml:nestedUseCase a rdf:Property ; rdfs:label "nestedUseCase" ; rdfs:comment "Usage: The UseCaseUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedVerificationCase a rdf:Property ; +oslc_sysml:nestedVerificationCase a rdf:Property ; rdfs:label "nestedVerificationCase" ; rdfs:comment "Usage: The VerificationCaseUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedView a rdf:Property ; +oslc_sysml:nestedView a rdf:Property ; rdfs:label "nestedView" ; rdfs:comment "Usage: The ViewUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:nestedViewpoint a rdf:Property ; +oslc_sysml:nestedViewpoint a rdf:Property ; rdfs:label "nestedViewpoint" ; rdfs:comment "Usage: The ViewpointUsages that are nestedUsages of this Usage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:objectiveRequirement a rdf:Property ; +oslc_sysml:objectiveRequirement a rdf:Property ; rdfs:label "objectiveRequirement" ; rdfs:comment """CaseUsage: The RequirementUsage representing the objective of this CaseUsage. CaseDefinition: The RequirementUsage representing the objective of this CaseDefinition.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:occurrenceDefinition a rdf:Property ; +oslc_sysml:occurrenceDefinition a rdf:Property ; rdfs:label "occurrenceDefinition" ; rdfs:comment "OccurrenceUsage: The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:operand a rdf:Property ; +oslc_sysml:operand a rdf:Property ; rdfs:label "operand" ; rdfs:comment "InvocationExpression: operand." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:operator a rdf:Property ; +oslc_sysml:operator a rdf:Property ; rdfs:label "operator" ; rdfs:comment "OperatorExpression: An operator symbol that names a corresponding Function from one of the standard packages from the Kernel Function Library ." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:originalPortDefinition a rdf:Property ; +oslc_sysml:originalPortDefinition a rdf:Property ; rdfs:label "originalPortDefinition" ; rdfs:comment """ConjugatedPortDefinition: The original PortDefinition for this ConjugatedPortDefinition, which is the owningNamespace of the ConjugatedPortDefinition. PortConjugation: The PortDefinition being conjugated.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:originalType a rdf:Property ; +oslc_sysml:originalType a rdf:Property ; rdfs:label "originalType" ; rdfs:comment "Conjugation: The Type to be conjugated." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:out a oslc_sysmlv2:FeatureDirectionKind ; +oslc_sysml:out a oslc_sysml:FeatureDirectionKind ; rdfs:label "out" ; rdfs:comment "Values of the Feature on each instance of its domain are determined internally to that instance and used externally." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:output a rdf:Property ; +oslc_sysml:output a rdf:Property ; rdfs:label "output" ; rdfs:comment "Type: All features related to this Type by FeatureMemberships that have direction out or inout." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedAction a rdf:Property ; +oslc_sysml:ownedAction a rdf:Property ; rdfs:label "ownedAction" ; rdfs:comment "Definition: The ActionUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedActorParameter a rdf:Property ; +oslc_sysml:ownedActorParameter a rdf:Property ; rdfs:label "ownedActorParameter" ; rdfs:comment "ActorMembership: The PartUsage specifying the actor." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedAllocation a rdf:Property ; +oslc_sysml:ownedAllocation a rdf:Property ; rdfs:label "ownedAllocation" ; rdfs:comment "Definition: The AllocationUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedAnalysisCase a rdf:Property ; +oslc_sysml:ownedAnalysisCase a rdf:Property ; rdfs:label "ownedAnalysisCase" ; rdfs:comment "Definition: The AnalysisCaseUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedAnnotatingRelationship a rdf:Property ; +oslc_sysml:ownedAnnotatingRelationship a rdf:Property ; rdfs:label "ownedAnnotatingRelationship" ; rdfs:comment "AnnotatingElement: The ownedRelationships of this AnnotatingElement that are Annotations, for which this AnnotatingElement is the annotatingElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedAnnotation a rdf:Property ; +oslc_sysml:ownedAnnotation a rdf:Property ; rdfs:label "ownedAnnotation" ; rdfs:comment "Element: The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedAttribute a rdf:Property ; +oslc_sysml:ownedAttribute a rdf:Property ; rdfs:label "ownedAttribute" ; rdfs:comment "Definition: The AttributeUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedCalculation a rdf:Property ; +oslc_sysml:ownedCalculation a rdf:Property ; rdfs:label "ownedCalculation" ; rdfs:comment "Definition: The CalculationUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedCase a rdf:Property ; +oslc_sysml:ownedCase a rdf:Property ; rdfs:label "ownedCase" ; rdfs:comment "Definition: The code>CaseUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedConcern a rdf:Property ; +oslc_sysml:ownedConcern a rdf:Property ; rdfs:label "ownedConcern" ; rdfs:comment """Definition: The ConcernUsages that are ownedUsages of this Definition. FramedConcernMembership: The ConcernUsage that is the ownedConstraint of this FramedConcernMembership.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedConjugator a rdf:Property ; +oslc_sysml:ownedConjugator a rdf:Property ; rdfs:label "ownedConjugator" ; rdfs:comment "Type: A Conjugation owned by this Type for which the Type is the originalType." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedConnection a rdf:Property ; +oslc_sysml:ownedConnection a rdf:Property ; rdfs:label "ownedConnection" ; rdfs:comment "Definition: The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages and SuccessionAsUsages, even though these are ConnectorAsUsages but not ConnectionUsages." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedConstraint a rdf:Property ; +oslc_sysml:ownedConstraint a rdf:Property ; rdfs:label "ownedConstraint" ; rdfs:comment """Definition: The ConstraintUsages that are ownedUsages of this Definition. RequirementConstraintMembership: The ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedDifferencing a rdf:Property ; +oslc_sysml:ownedDifferencing a rdf:Property ; rdfs:label "ownedDifferencing" ; rdfs:comment "Type: The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedDisjoining a rdf:Property ; +oslc_sysml:ownedDisjoining a rdf:Property ; rdfs:label "ownedDisjoining" ; rdfs:comment "Type: The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedElement a rdf:Property ; +oslc_sysml:ownedElement a rdf:Property ; rdfs:label "ownedElement" ; rdfs:comment "Element: The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedEndFeature a rdf:Property ; +oslc_sysml:ownedEndFeature a rdf:Property ; rdfs:label "ownedEndFeature" ; rdfs:comment "Type: All endFeatures of this Type that are ownedFeatures." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedEnumeration a rdf:Property ; +oslc_sysml:ownedEnumeration a rdf:Property ; rdfs:label "ownedEnumeration" ; rdfs:comment "Definition: The EnumerationUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedFeature a rdf:Property ; +oslc_sysml:ownedFeature a rdf:Property ; rdfs:label "ownedFeature" ; rdfs:comment "Type: The ownedMemberFeatures of the ownedFeatureMemberships of this Type." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedFeatureChaining a rdf:Property ; +oslc_sysml:ownedFeatureChaining a rdf:Property ; rdfs:label "ownedFeatureChaining" ; rdfs:comment "Feature: The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedFeatureInverting a rdf:Property ; +oslc_sysml:ownedFeatureInverting a rdf:Property ; rdfs:label "ownedFeatureInverting" ; rdfs:comment "Feature: The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedFeatureMembership a rdf:Property ; +oslc_sysml:ownedFeatureMembership a rdf:Property ; rdfs:label "ownedFeatureMembership" ; rdfs:comment "Type: The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedFlow a rdf:Property ; +oslc_sysml:ownedFlow a rdf:Property ; rdfs:label "ownedFlow" ; rdfs:comment "Definition: The FlowConnectionUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedImport a rdf:Property ; +oslc_sysml:ownedImport a rdf:Property ; rdfs:label "ownedImport" ; rdfs:comment "Namespace: The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedInterface a rdf:Property ; +oslc_sysml:ownedInterface a rdf:Property ; rdfs:label "ownedInterface" ; rdfs:comment "Definition: The InterfaceUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedIntersecting a rdf:Property ; +oslc_sysml:ownedIntersecting a rdf:Property ; rdfs:label "ownedIntersecting" ; rdfs:comment "Type: The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedItem a rdf:Property ; +oslc_sysml:ownedItem a rdf:Property ; rdfs:label "ownedItem" ; rdfs:comment "Definition: The ItemUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedMember a rdf:Property ; +oslc_sysml:ownedMember a rdf:Property ; rdfs:label "ownedMember" ; rdfs:comment "Namespace: The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedMemberElement a rdf:Property ; +oslc_sysml:ownedMemberElement a rdf:Property ; rdfs:label "ownedMemberElement" ; rdfs:comment "OwningMembership: The Element that becomes an ownedMember of the membershipOwningNamespace due to this OwningMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedMemberElementId a rdf:Property ; +oslc_sysml:ownedMemberElementId a rdf:Property ; rdfs:label "ownedMemberElementId" ; rdfs:comment "OwningMembership: The elementId of the ownedMemberElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedMemberFeature a rdf:Property ; +oslc_sysml:ownedMemberFeature a rdf:Property ; rdfs:label "ownedMemberFeature" ; rdfs:comment "FeatureMembership: The Feature that this FeatureMembership relates to its owningType, making it an ownedFeature of the owningType." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedMemberName a rdf:Property ; +oslc_sysml:ownedMemberName a rdf:Property ; rdfs:label "ownedMemberName" ; rdfs:comment "OwningMembership: The name of the ownedMemberElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedMemberParameter a rdf:Property ; +oslc_sysml:ownedMemberParameter a rdf:Property ; rdfs:label "ownedMemberParameter" ; rdfs:comment "ParameterMembership: The Feature that is identified as a parameter by this ParameterMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedMemberShortName a rdf:Property ; +oslc_sysml:ownedMemberShortName a rdf:Property ; rdfs:label "ownedMemberShortName" ; rdfs:comment "OwningMembership: The shortName of the ownedMemberElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedMembership a rdf:Property ; +oslc_sysml:ownedMembership a rdf:Property ; rdfs:label "ownedMembership" ; rdfs:comment "Namespace: The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedMetadata a rdf:Property ; +oslc_sysml:ownedMetadata a rdf:Property ; rdfs:label "ownedMetadata" ; rdfs:comment "Definition: The MetadataUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedObjectiveRequirement a rdf:Property ; +oslc_sysml:ownedObjectiveRequirement a rdf:Property ; rdfs:label "ownedObjectiveRequirement" ; rdfs:comment "ObjectiveMembership: The RequirementUsage that is the ownedMemberFeature of this RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedOccurrence a rdf:Property ; +oslc_sysml:ownedOccurrence a rdf:Property ; rdfs:label "ownedOccurrence" ; rdfs:comment "Definition: The OccurrenceUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedPart a rdf:Property ; +oslc_sysml:ownedPart a rdf:Property ; rdfs:label "ownedPart" ; rdfs:comment "Definition: The PartUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedPort a rdf:Property ; +oslc_sysml:ownedPort a rdf:Property ; rdfs:label "ownedPort" ; rdfs:comment "Definition: The PortUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedPortConjugator a rdf:Property ; +oslc_sysml:ownedPortConjugator a rdf:Property ; rdfs:label "ownedPortConjugator" ; rdfs:comment "ConjugatedPortDefinition: The PortConjugation that is the ownedConjugator of this ConjugatedPortDefinition, linking it to its originalPortDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedRedefinition a rdf:Property ; +oslc_sysml:ownedRedefinition a rdf:Property ; rdfs:label "ownedRedefinition" ; rdfs:comment "Feature: The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedReference a rdf:Property ; +oslc_sysml:ownedReference a rdf:Property ; rdfs:label "ownedReference" ; rdfs:comment "Definition: The ReferenceUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedReferenceSubsetting a rdf:Property ; +oslc_sysml:ownedReferenceSubsetting a rdf:Property ; rdfs:label "ownedReferenceSubsetting" ; rdfs:comment "Feature: The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedRelatedElement a rdf:Property ; +oslc_sysml:ownedRelatedElement a rdf:Property ; rdfs:label "ownedRelatedElement" ; rdfs:comment "Relationship: The relatedElements of this Relationship that are owned by the Relationship." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedRelationship a rdf:Property ; +oslc_sysml:ownedRelationship a rdf:Property ; rdfs:label "ownedRelationship" ; rdfs:comment "Element: The Relationships for which this Element is the owningRelatedElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedRendering a rdf:Property ; +oslc_sysml:ownedRendering a rdf:Property ; rdfs:label "ownedRendering" ; rdfs:comment """Definition: The RenderingUsages that are ownedUsages of this Definition. ViewRenderingMembership: The owned RenderingUsage that is either itself the referencedRendering or subsets the referencedRendering.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedRequirement a rdf:Property ; +oslc_sysml:ownedRequirement a rdf:Property ; rdfs:label "ownedRequirement" ; rdfs:comment """Definition: The RequirementUsages that are ownedUsages of this Definition. RequirementVerificationMembership: The owned RequirementUsage that acts as the ownedConstraint for this RequirementVerificationMembership. This will either be the verifiedRequirement, or it will subset the verifiedRequirement.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedResultExpression a rdf:Property ; +oslc_sysml:ownedResultExpression a rdf:Property ; rdfs:label "ownedResultExpression" ; rdfs:comment "ResultExpressionMembership: The Expression that provides the result for the owner of the ResultExpressionMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedSpecialization a rdf:Property ; +oslc_sysml:ownedSpecialization a rdf:Property ; rdfs:label "ownedSpecialization" ; rdfs:comment "Type: The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedStakeholderParameter a rdf:Property ; +oslc_sysml:ownedStakeholderParameter a rdf:Property ; rdfs:label "ownedStakeholderParameter" ; rdfs:comment "StakeholderMembership: The PartUsage specifying the stakeholder." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedState a rdf:Property ; +oslc_sysml:ownedState a rdf:Property ; rdfs:label "ownedState" ; rdfs:comment "Definition: The StateUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedSubclassification a rdf:Property ; +oslc_sysml:ownedSubclassification a rdf:Property ; rdfs:label "ownedSubclassification" ; rdfs:comment "Classifier: The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedSubjectParameter a rdf:Property ; +oslc_sysml:ownedSubjectParameter a rdf:Property ; rdfs:label "ownedSubjectParameter" ; rdfs:comment "SubjectMembership: The UsageownedMemberParameter of this SubjectMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedSubsetting a rdf:Property ; +oslc_sysml:ownedSubsetting a rdf:Property ; rdfs:label "ownedSubsetting" ; rdfs:comment "Feature: The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedTransition a rdf:Property ; +oslc_sysml:ownedTransition a rdf:Property ; rdfs:label "ownedTransition" ; rdfs:comment "Definition: The TransitionUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedTypeFeaturing a rdf:Property ; +oslc_sysml:ownedTypeFeaturing a rdf:Property ; rdfs:label "ownedTypeFeaturing" ; rdfs:comment "Feature: The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedTyping a rdf:Property ; +oslc_sysml:ownedTyping a rdf:Property ; rdfs:label "ownedTyping" ; rdfs:comment "Feature: The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedUnioning a rdf:Property ; +oslc_sysml:ownedUnioning a rdf:Property ; rdfs:label "ownedUnioning" ; rdfs:comment "Type: The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedUsage a rdf:Property ; +oslc_sysml:ownedUsage a rdf:Property ; rdfs:label "ownedUsage" ; rdfs:comment "Definition: The Usages that are ownedFeatures of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedUseCase a rdf:Property ; +oslc_sysml:ownedUseCase a rdf:Property ; rdfs:label "ownedUseCase" ; rdfs:comment "Definition: The UseCaseUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedVariantUsage a rdf:Property ; +oslc_sysml:ownedVariantUsage a rdf:Property ; rdfs:label "ownedVariantUsage" ; rdfs:comment "VariantMembership: The Usage that represents a variant in the context of the owningVariationDefinition or owningVariationUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedVerificationCase a rdf:Property ; +oslc_sysml:ownedVerificationCase a rdf:Property ; rdfs:label "ownedVerificationCase" ; rdfs:comment "Definition: The VerificationCaseUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedView a rdf:Property ; +oslc_sysml:ownedView a rdf:Property ; rdfs:label "ownedView" ; rdfs:comment "Definition: The ViewUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:ownedViewpoint a rdf:Property ; +oslc_sysml:ownedViewpoint a rdf:Property ; rdfs:label "ownedViewpoint" ; rdfs:comment "Definition: The ViewpointUsages that are ownedUsages of this Definition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:owner a rdf:Property ; +oslc_sysml:owner a rdf:Property ; rdfs:label "owner" ; rdfs:comment "Element: The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:owningAnnotatedElement a rdf:Property ; +oslc_sysml:owningAnnotatedElement a rdf:Property ; rdfs:label "owningAnnotatedElement" ; rdfs:comment "Annotation: The annotatedElement of this Annotation, when it is also its owningRelatedElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:owningAnnotatingElement a rdf:Property ; +oslc_sysml:owningAnnotatingElement a rdf:Property ; rdfs:label "owningAnnotatingElement" ; rdfs:comment "Annotation: The annotatingElement of this Annotation, when it is also its owningRelatedElement." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:owningClassifier a rdf:Property ; +oslc_sysml:owningClassifier a rdf:Property ; rdfs:label "owningClassifier" ; rdfs:comment "Subclassification: The Classifier that owns this Subclassification relationship, which must also be its subclassifier." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:owningDefinition a rdf:Property ; +oslc_sysml:owningDefinition a rdf:Property ; rdfs:label "owningDefinition" ; rdfs:comment "Usage: The Definition that owns this Usage (if any)." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:owningFeature a rdf:Property ; +oslc_sysml:owningFeature a rdf:Property ; rdfs:label "owningFeature" ; rdfs:comment """Subsetting: A subsettingFeature that is also the owningRelatedElement of this Subsetting. FeatureTyping: A typedFeature that is also the owningRelatedElement of this FeatureTyping. FeatureInverting: A featureInverted that is also the owningRelatedElement of this FeatureInverting.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:owningFeatureMembership a rdf:Property ; +oslc_sysml:owningFeatureMembership a rdf:Property ; rdfs:label "owningFeatureMembership" ; rdfs:comment "Feature: The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:owningFeatureOfType a rdf:Property ; +oslc_sysml:owningFeatureOfType a rdf:Property ; rdfs:label "owningFeatureOfType" ; rdfs:comment "TypeFeaturing: A featureOfType that is also the owningRelatedElement of this TypeFeaturing." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:owningMembership a rdf:Property ; +oslc_sysml:owningMembership a rdf:Property ; rdfs:label "owningMembership" ; rdfs:comment "Element: The owningRelationship of this Element, if that Relationship is a Membership." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:owningNamespace a rdf:Property ; +oslc_sysml:owningNamespace a rdf:Property ; rdfs:label "owningNamespace" ; rdfs:comment "Element: The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:owningRelatedElement a rdf:Property ; +oslc_sysml:owningRelatedElement a rdf:Property ; rdfs:label "owningRelatedElement" ; rdfs:comment "Relationship: The relatedElement of this Relationship that owns the Relationship, if any." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:owningRelationship a rdf:Property ; +oslc_sysml:owningRelationship a rdf:Property ; rdfs:label "owningRelationship" ; rdfs:comment "Element: The Relationship for which this Element is an ownedRelatedElement, if any." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:owningType a rdf:Property ; +oslc_sysml:owningType a rdf:Property ; rdfs:label "owningType" ; rdfs:comment """Specialization: The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement. FeatureMembership: The Type that owns this FeatureMembership. Feature: The Type that is the owningType of the owningFeatureMembership of this Feature. Conjugation: The conjugatedType of this Conjugation that is also its owningRelatedElement. Disjoining: A typeDisjoined that is also an owningRelatedElement.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:owningUsage a rdf:Property ; +oslc_sysml:owningUsage a rdf:Property ; rdfs:label "owningUsage" ; rdfs:comment "Usage: The Usage in which this Usage is nested (if any)." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:parameter a rdf:Property ; +oslc_sysml:parameter a rdf:Property ; rdfs:label "parameter" ; - rdfs:comment """Step: The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. -Behavior: The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:comment """Behavior: The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior. +Step: The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step.""" ; + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:partDefinition a rdf:Property ; +oslc_sysml:partDefinition a rdf:Property ; rdfs:label "partDefinition" ; rdfs:comment "PartUsage: The itemDefinitions of this PartUsage that are PartDefinitions." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:payloadArgument a rdf:Property ; +oslc_sysml:payloadArgument a rdf:Property ; rdfs:label "payloadArgument" ; rdfs:comment """AcceptActionUsage: An Expression whose result is bound to the payload parameter of this AcceptActionUsage. If provided, the AcceptActionUsage will only accept a Transfer with exactly this payload. SendActionUsage: An Expression whose result is bound to the payload input parameter of this SendActionUsage.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:payloadParameter a rdf:Property ; +oslc_sysml:payloadParameter a rdf:Property ; rdfs:label "payloadParameter" ; rdfs:comment "AcceptActionUsage: The nestedReference of this AcceptActionUsage that redefines the payload output parameter of the base AcceptActionUsage AcceptAction from the Systems Model Library." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:performedAction a rdf:Property ; +oslc_sysml:performedAction a rdf:Property ; rdfs:label "performedAction" ; rdfs:comment "PerformActionUsage: The ActionUsage to be performed by this PerformedActionUsage. It is the eventOccurrence of the PerformActionUsage considered as an EventOccurrenceUsage, which must be an ActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:portDefinition a rdf:Property ; +oslc_sysml:portDefinition a rdf:Property ; rdfs:label "portDefinition" ; rdfs:comment """PortUsage: The occurrenceDefinitions of this PortUsage, which must all be PortDefinitions. ConjugatedPortTyping: The originalPortDefinition of the conjugatedPortDefinition of this ConjugatedPortTyping.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:portionKind a rdf:Property ; +oslc_sysml:portionKind a rdf:Property ; rdfs:label "portionKind" ; rdfs:comment "OccurrenceUsage: The kind of (temporal) portion of the life of the occurrenceDefinition represented by this OccurrenceUsage, if it is so restricted." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:predicate a rdf:Property ; +oslc_sysml:predicate a rdf:Property ; rdfs:label "predicate" ; rdfs:comment "BooleanExpression: The Predicate that types this BooleanExpression." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:private a oslc_sysmlv2:VisibilityKind ; +oslc_sysml:private a oslc_sysml:VisibilityKind ; rdfs:label "private" ; rdfs:comment "Indicates a Membership is not visible outside its owning Namespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:protected a oslc_sysmlv2:VisibilityKind ; +oslc_sysml:protected a oslc_sysml:VisibilityKind ; rdfs:label "protected" ; rdfs:comment "An intermediate level of visibility between public and private. By default, it is equivalent to private for the purposes of normal access to and import of Elements from a Namespace. However, other Relationships may be specified to include Memberships with protected visibility in the list of memberships for a Namespace (e.g., Specialization)." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:public a oslc_sysmlv2:VisibilityKind ; +oslc_sysml:public a oslc_sysml:VisibilityKind ; rdfs:label "public" ; rdfs:comment "Indicates that a Membership is publicly visible outside its owning Namespace." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:qualifiedName a rdf:Property ; +oslc_sysml:qualifiedName a rdf:Property ; rdfs:label "qualifiedName" ; rdfs:comment "Element: The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:receiverArgument a rdf:Property ; +oslc_sysml:receiverArgument a rdf:Property ; rdfs:label "receiverArgument" ; rdfs:comment """AcceptActionUsage: An Expression whose result is bound to the receiver input parameter of this AcceptActionUsage. SendActionUsage: An Expression whose result is bound to the receiver input parameter of this SendActionUsage.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:redefinedFeature a rdf:Property ; +oslc_sysml:redefinedFeature a rdf:Property ; rdfs:label "redefinedFeature" ; rdfs:comment "Redefinition: The Feature that is redefined by the redefiningFeature of this Redefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:redefiningFeature a rdf:Property ; +oslc_sysml:redefiningFeature a rdf:Property ; rdfs:label "redefiningFeature" ; rdfs:comment "Redefinition: The Feature that is redefining the redefinedFeature of this Redefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:referencedConcern a rdf:Property ; +oslc_sysml:referencedConcern a rdf:Property ; rdfs:label "referencedConcern" ; rdfs:comment "FramedConcernMembership: The ConcernUsage that is referenced through this FramedConcernMembership. It is the referencedConstraint of the FramedConcernMembership considered as a RequirementConstraintMembership, which must be a ConcernUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:referencedConstraint a rdf:Property ; +oslc_sysml:referencedConstraint a rdf:Property ; rdfs:label "referencedConstraint" ; rdfs:comment "RequirementConstraintMembership: The ConstraintUsage that is referenced through this RequirementConstraintMembership. It is the referencedFeature of the ownedReferenceSubsetting of the ownedConstraint, if there is one, and, otherwise, the ownedConstraint itself." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:referencedElement a rdf:Property ; +oslc_sysml:referencedElement a rdf:Property ; rdfs:label "referencedElement" ; rdfs:comment "MetadataAccessExpression: The Element whose metadata is being accessed." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:referencedFeature a rdf:Property ; +oslc_sysml:referencedFeature a rdf:Property ; rdfs:label "referencedFeature" ; rdfs:comment "ReferenceSubsetting: The Feature that is referenced by the referencingFeature of this ReferenceSubsetting." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:referencedRendering a rdf:Property ; +oslc_sysml:referencedRendering a rdf:Property ; rdfs:label "referencedRendering" ; rdfs:comment "ViewRenderingMembership: The RenderingUsage that is referenced through this ViewRenderingMembership. It is the referencedFeature of the ownedReferenceSubsetting for the ownedRendering, if there is one, and, otherwise, the ownedRendering itself." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:referencingFeature a rdf:Property ; +oslc_sysml:referencingFeature a rdf:Property ; rdfs:label "referencingFeature" ; rdfs:comment "ReferenceSubsetting: The Feature that owns this ReferenceSubsetting relationship, which is also its subsettingFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:referent a rdf:Property ; +oslc_sysml:referent a rdf:Property ; rdfs:label "referent" ; rdfs:comment """FeatureReferenceExpression: The Feature that is referenced by this FeatureReferenceExpression, which is its first non-parameter member. AssignmentActionUsage: The Feature whose value is to be set.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:relatedElement a rdf:Property ; +oslc_sysml:relatedElement a rdf:Property ; rdfs:label "relatedElement" ; rdfs:comment "Relationship: The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:relatedFeature a rdf:Property ; +oslc_sysml:relatedFeature a rdf:Property ; rdfs:label "relatedFeature" ; rdfs:comment "Connector: The Features that are related by this Connector considered as a Relationship and that restrict the links it identifies, given by the referenced Features of the connectorEnds of the Connector." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:relatedType a rdf:Property ; +oslc_sysml:relatedType a rdf:Property ; rdfs:label "relatedType" ; rdfs:comment "Association: The types of the associationEnds of the Association, which are the relatedElements of the Association considered as a Relationship." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:rendering a rdf:Property ; +oslc_sysml:rendering a rdf:Property ; rdfs:label "rendering" ; rdfs:comment "RenderingDefinition: The usages of a RenderingDefinition that are RenderingUsages." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:renderingDefinition a rdf:Property ; +oslc_sysml:renderingDefinition a rdf:Property ; rdfs:label "renderingDefinition" ; rdfs:comment "RenderingUsage: The RenderingDefinition that is the definition of this RenderingUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:representedElement a rdf:Property ; +oslc_sysml:representedElement a rdf:Property ; rdfs:label "representedElement" ; rdfs:comment "TextualRepresentation: The Element that is represented by this TextualRepresentation." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:reqId a rdf:Property ; +oslc_sysml:reqId a rdf:Property ; rdfs:label "reqId" ; rdfs:comment """RequirementUsage: An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage. RequirementDefinition: An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:requiredConstraint a rdf:Property ; +oslc_sysml:requiredConstraint a rdf:Property ; rdfs:label "requiredConstraint" ; rdfs:comment """RequirementUsage: The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement. RequirementDefinition: The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:requirement a oslc_sysmlv2:RequirementConstraintKind ; +oslc_sysml:requirement a oslc_sysml:RequirementConstraintKind ; rdfs:label "requirement" ; rdfs:comment "Indicates that a member ConstraintUsage of a RequirementDefinition or RequirementUsagerepresents an requirement." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:requirementDefinition a rdf:Property ; +oslc_sysml:requirementDefinition a rdf:Property ; rdfs:label "requirementDefinition" ; rdfs:comment "RequirementUsage: The RequirementDefinition that is the single definition of this RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:result a rdf:Property ; +oslc_sysml:result a rdf:Property ; rdfs:label "result" ; rdfs:comment """Expression: result. Function: The result parameter of the Function, which is owned by the Function via a ReturnParameterMembership.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:resultExpression a rdf:Property ; +oslc_sysml:resultExpression a rdf:Property ; rdfs:label "resultExpression" ; rdfs:comment """AnalysisCaseUsage: An Expression used to compute the result of the AnalysisCaseUsage, owned via a ResultExpressionMembership. AnalysisCaseDefinition: An Expression used to compute the result of the AnalysisCaseDefinition, owned via a ResultExpressionMembership.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:satisfiedRequirement a rdf:Property ; +oslc_sysml:satisfiedRequirement a rdf:Property ; rdfs:label "satisfiedRequirement" ; rdfs:comment "SatisfyRequirementUsage: The RequirementUsage that is satisfied by the satisfyingSubject of this SatisfyRequirementUsage. It is the assertedConstraint of the SatisfyRequirementUsage considered as an AssertConstraintUsage, which must be a RequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:satisfiedViewpoint a rdf:Property ; +oslc_sysml:satisfiedViewpoint a rdf:Property ; rdfs:label "satisfiedViewpoint" ; rdfs:comment """ViewUsage: The nestedRequirements of this ViewUsage that are ViewpointUsages for (additional) viewpoints satisfied by the ViewUsage. ViewDefinition: The composite ownedRequirements of this ViewDefinition that are ViewpointUsages for viewpoints satisfied by the ViewDefinition.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:satisfyingFeature a rdf:Property ; +oslc_sysml:satisfyingFeature a rdf:Property ; rdfs:label "satisfyingFeature" ; rdfs:comment "SatisfyRequirementUsage: The Feature that represents the actual subject that is asserted to satisfy the satisfiedRequirement. The satisfyingFeature is bound to the subjectParameter of the SatisfyRequirementUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:senderArgument a rdf:Property ; +oslc_sysml:senderArgument a rdf:Property ; rdfs:label "senderArgument" ; rdfs:comment "SendActionUsage: An Expression whose result is bound to the sender input parameter of this SendActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:seqArgument a rdf:Property ; +oslc_sysml:seqArgument a rdf:Property ; rdfs:label "seqArgument" ; rdfs:comment "ForLoopActionUsage: The Expression whose result provides the sequence of values to which the loopVariable is set for each iterative performance of the bodyAction. It is the Expression whose result is bound to the seq input parameter of this ForLoopActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:shortName a rdf:Property ; +oslc_sysml:shortName a rdf:Property ; rdfs:label "shortName" ; rdfs:comment "Element: The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:snapshot a oslc_sysmlv2:PortionKind ; +oslc_sysml:snapshot a oslc_sysml:PortionKind ; rdfs:label "snapshot" ; rdfs:comment "A snapshot of an Occurrence (a time slice with zero duration)." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:source a rdf:Property ; +oslc_sysml:source a rdf:Property ; rdfs:label "source" ; rdfs:comment """Relationship: The relatedElements from which this Relationship is considered to be directed. TransitionUsage: The source ActionUsage of this TransitionUsage, which becomes the source of the succession for the TransitionUsage.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:sourceFeature a rdf:Property ; +oslc_sysml:sourceFeature a rdf:Property ; rdfs:label "sourceFeature" ; rdfs:comment "Connector: The source relatedFeature for this Connector. It is the first relatedFeature." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:sourceOutputFeature a rdf:Property ; +oslc_sysml:sourceOutputFeature a rdf:Property ; rdfs:label "sourceOutputFeature" ; rdfs:comment "ItemFlow: The Feature that provides the items carried by the ItemFlow. It must be an owned output of the source of the ItemFlow." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:sourceType a rdf:Property ; +oslc_sysml:sourceType a rdf:Property ; rdfs:label "sourceType" ; rdfs:comment "Association: The source relatedType for this Association. It is the first relatedType of the Association." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:specific a rdf:Property ; +oslc_sysml:specific a rdf:Property ; rdfs:label "specific" ; rdfs:comment "Specialization: A Type with a subset of all instances of the general Type, which might be the same set." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:stakeholderParameter a rdf:Property ; +oslc_sysml:stakeholderParameter a rdf:Property ; rdfs:label "stakeholderParameter" ; rdfs:comment """RequirementUsage: The parameters of this RequirementUsage that represent stakeholders for the requirement. RequirementDefinition: The parameters of this RequirementDefinition that represent stakeholders for th requirement.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:state a rdf:Property ; +oslc_sysml:state a rdf:Property ; rdfs:label "state" ; rdfs:comment "StateDefinition: The StateUsages, which are actions in the StateDefinition, that specify the discrete states in the behavior defined by the StateDefinition." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:stateDefinition a rdf:Property ; +oslc_sysml:stateDefinition a rdf:Property ; rdfs:label "stateDefinition" ; rdfs:comment "StateUsage: The Behaviors that are the types of this StateUsage. Nominally, these would be StateDefinitions, but kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:step a rdf:Property ; +oslc_sysml:step a rdf:Property ; rdfs:label "step" ; rdfs:comment "Behavior: The Steps that make up this Behavior." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:subclassifier a rdf:Property ; +oslc_sysml:subclassifier a rdf:Property ; rdfs:label "subclassifier" ; rdfs:comment "Subclassification: The more specific Classifier in this Subclassification." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:subjectParameter a rdf:Property ; +oslc_sysml:subjectParameter a rdf:Property ; rdfs:label "subjectParameter" ; rdfs:comment """RequirementUsage: The parameter of this RequirementUsage that represents its subject. RequirementDefinition: The parameter of this RequirementDefinition that represents its subject. CaseUsage: The parameter of this CaseUsage that represents its subject. CaseDefinition: The parameter of this CaseDefinition that represents its subject.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:subsettedFeature a rdf:Property ; +oslc_sysml:subsettedFeature a rdf:Property ; rdfs:label "subsettedFeature" ; rdfs:comment "Subsetting: The Feature that is subsetted by the subsettingFeature of this Subsetting." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:subsettingFeature a rdf:Property ; +oslc_sysml:subsettingFeature a rdf:Property ; rdfs:label "subsettingFeature" ; rdfs:comment "Subsetting: The Feature that is a subset of the subsettedFeature of this Subsetting." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:succession a rdf:Property ; +oslc_sysml:succession a rdf:Property ; rdfs:label "succession" ; rdfs:comment "TransitionUsage: The Succession that is the ownedFeature of this TransitionUsage, which, if the TransitionUsage is triggered, asserts the temporal ordering of the source and target." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:superclassifier a rdf:Property ; +oslc_sysml:superclassifier a rdf:Property ; rdfs:label "superclassifier" ; rdfs:comment "Subclassification: The more general Classifier in this Subclassification." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:supplier a rdf:Property ; +oslc_sysml:supplier a rdf:Property ; rdfs:label "supplier" ; rdfs:comment "Dependency: The Element or Elements on which the client Elements depend in some respect." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:target a rdf:Property ; +oslc_sysml:target a rdf:Property ; rdfs:label "target" ; rdfs:comment """Relationship: The relatedElements to which this Relationship is considered to be directed. TransitionUsage: The target ActionUsage of this TransitionUsage, which is the targetFeature of the succession for the TransitionUsage.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:targetArgument a rdf:Property ; +oslc_sysml:targetArgument a rdf:Property ; rdfs:label "targetArgument" ; rdfs:comment "AssignmentActionUsage: The Expression whose value is an occurrence in the domain of the referent Feature, for which the value of the referent will be set to the result of the valueExpression by this AssignmentActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:targetFeature a rdf:Property ; +oslc_sysml:targetFeature a rdf:Property ; rdfs:label "targetFeature" ; - rdfs:comment """FeatureChainExpression: The Feature that is accessed by this FeatureChainExpression, which is its first non-parameter member. -Connector: The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:comment """Connector: The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature. +FeatureChainExpression: The Feature that is accessed by this FeatureChainExpression, which is its first non-parameter member.""" ; + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:targetInputFeature a rdf:Property ; +oslc_sysml:targetInputFeature a rdf:Property ; rdfs:label "targetInputFeature" ; rdfs:comment "ItemFlow: The Feature that receives the values carried by the ItemFlow. It must be an owned output of the target participant of the ItemFlow." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:targetType a rdf:Property ; +oslc_sysml:targetType a rdf:Property ; rdfs:label "targetType" ; rdfs:comment "Association: The target relatedTypes for this Association. This includes all the relatedTypes other than the sourceType." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . + +oslc_sysml:terminatedOccurrenceArgument a rdf:Property ; + rdfs:label "terminatedOccurrenceArgument" ; + rdfs:comment "TerminateActionUsage: The Expression that is the featureValue of the terminateOccurrence parameter of this TerminateActionUsage." ; + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:text a rdf:Property ; +oslc_sysml:text a rdf:Property ; rdfs:label "text" ; rdfs:comment """RequirementUsage: An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage. RequirementDefinition: An optional textual statement of the requirement represented by this RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:textualRepresentation a rdf:Property ; +oslc_sysml:textualRepresentation a rdf:Property ; rdfs:label "textualRepresentation" ; rdfs:comment "Element: The TextualRepresentations that annotate this Element." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:thenAction a rdf:Property ; +oslc_sysml:thenAction a rdf:Property ; rdfs:label "thenAction" ; rdfs:comment "IfActionUsage: The ActionUsage that is to be performed if the result of the ifArgument is true. It is the second parameter of the IfActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:timeslice a oslc_sysmlv2:PortionKind ; +oslc_sysml:timeslice a oslc_sysml:PortionKind ; rdfs:label "timeslice" ; rdfs:comment "A time slice of an Occurrence (a portion over time)." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:transitionFeature a rdf:Property ; +oslc_sysml:transitionFeature a rdf:Property ; rdfs:label "transitionFeature" ; rdfs:comment "TransitionFeatureMembership: The Step that is the ownedMemberFeature of this TransitionFeatureMembership." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:transitionStep a rdf:Property ; +oslc_sysml:transitionStep a rdf:Property ; rdfs:label "transitionStep" ; rdfs:comment "Succession: A Step that is typed by the Behavior TransitionPerformances::TransitionPerformance (from the Kernel Semantic Library) that has this Succession as its transitionLink." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:trigger a oslc_sysmlv2:TransitionFeatureKind ; +oslc_sysml:trigger a oslc_sysml:TransitionFeatureKind ; rdfs:label "trigger" ; rdfs:comment "Indicates that the transitionFeature of a TransitionFeatureMembership is a triggerAction." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:triggerAction a rdf:Property ; +oslc_sysml:triggerAction a rdf:Property ; rdfs:label "triggerAction" ; rdfs:comment "TransitionUsage: The AcceptActionUsages that define the triggers of this TransitionUsage, which are the ownedFeatures of the TransitionUsage related to it by TransitionFeatureMemberships with kind = trigger, which must all be AcceptActionUsages." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:triggerStep a rdf:Property ; +oslc_sysml:triggerStep a rdf:Property ; rdfs:label "triggerStep" ; rdfs:comment "Succession: Steps that map incoming events to the timing of occurrences of the transitionStep. The values of triggerStep subset the list of acceptable events to be received by a Behavior or the object that performs it." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:type a rdf:Property ; +oslc_sysml:type a rdf:Property ; rdfs:label "type" ; rdfs:comment """Featuring: The Type that features the featureOfType. Feature: Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. FeatureTyping: The Type that is being applied by this FeatureTyping.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:typeDifferenced a rdf:Property ; +oslc_sysml:typeDifferenced a rdf:Property ; rdfs:label "typeDifferenced" ; rdfs:comment "Differencing: Type with interpretations partly determined by differencingType, as described in Type::differencingType." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:typeDisjoined a rdf:Property ; +oslc_sysml:typeDisjoined a rdf:Property ; rdfs:label "typeDisjoined" ; rdfs:comment "Disjoining: Type asserted to be disjoint with the disjoiningType." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:typeIntersected a rdf:Property ; +oslc_sysml:typeIntersected a rdf:Property ; rdfs:label "typeIntersected" ; rdfs:comment "Intersecting: Type with interpretations partly determined by intersectingType, as described in Type::intersectingType." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:typeUnioned a rdf:Property ; +oslc_sysml:typeUnioned a rdf:Property ; rdfs:label "typeUnioned" ; rdfs:comment "Unioning: Type with interpretations partly determined by unioningType, as described in Type::unioningType." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:typedFeature a rdf:Property ; +oslc_sysml:typedFeature a rdf:Property ; rdfs:label "typedFeature" ; rdfs:comment "FeatureTyping: The Feature that has a type determined by this FeatureTyping." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:unioningType a rdf:Property ; +oslc_sysml:unioningType a rdf:Property ; rdfs:label "unioningType" ; rdfs:comment """Type: The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Unioning: Type that partly determines interpretations of typeUnioned, as described in Type::unioningType.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:untilArgument a rdf:Property ; +oslc_sysml:untilArgument a rdf:Property ; rdfs:label "untilArgument" ; rdfs:comment "WhileLoopActionUsage: The Expression whose result, if false, determines that the bodyAction should continue to be performed. It is the (optional) third owned parameter of the WhileLoopActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:upperBound a rdf:Property ; +oslc_sysml:upperBound a rdf:Property ; rdfs:label "upperBound" ; rdfs:comment "MultiplicityRange: The Expression whose result is the upper bound of the MultiplicityRange." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:usage a rdf:Property ; +oslc_sysml:usage a rdf:Property ; rdfs:label "usage" ; rdfs:comment """Usage: The Usages that are features of this Usage (not necessarily owned). Definition: The Usages that are features of this Definition (not necessarily owned).""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:useCaseDefinition a rdf:Property ; +oslc_sysml:useCaseDefinition a rdf:Property ; rdfs:label "useCaseDefinition" ; rdfs:comment "UseCaseUsage: The UseCaseDefinition that is the definition of this UseCaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:useCaseIncluded a rdf:Property ; +oslc_sysml:useCaseIncluded a rdf:Property ; rdfs:label "useCaseIncluded" ; rdfs:comment "IncludeUseCaseUsage: The UseCaseUsage to be included by this IncludeUseCaseUsage. It is the performedAction of the IncludeUseCaseUsage considered as a PerformActionUsage, which must be a UseCaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:value a rdf:Property ; +oslc_sysml:value a rdf:Property ; rdfs:label "value" ; rdfs:comment """LiteralRational: The value whose rational approximation is the result of evaluating this LiteralRational. +LiteralBoolean: The Boolean value that is the result of evaluating this LiteralBoolean. LiteralInteger: The Integer value that is the result of evaluating this LiteralInteger. LiteralString: The String value that is the result of evaluating this LiteralString. -LiteralBoolean: The Boolean value that is the result of evaluating this LiteralBoolean. FeatureValue: The Expression that provides the value of the featureWithValue as its result.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:valueExpression a rdf:Property ; +oslc_sysml:valueExpression a rdf:Property ; rdfs:label "valueExpression" ; rdfs:comment "AssignmentActionUsage: The Expression whose result is to be assigned to the referent Feature." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:variant a rdf:Property ; +oslc_sysml:variant a rdf:Property ; rdfs:label "variant" ; rdfs:comment """Usage: The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Definition: The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:variantMembership a rdf:Property ; +oslc_sysml:variantMembership a rdf:Property ; rdfs:label "variantMembership" ; rdfs:comment """Usage: The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Definition: The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:verificationCaseDefinition a rdf:Property ; +oslc_sysml:verificationCaseDefinition a rdf:Property ; rdfs:label "verificationCaseDefinition" ; rdfs:comment "VerificationCaseUsage: The VerificationCase that is the definition of this VerificationCaseUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:verifiedRequirement a rdf:Property ; +oslc_sysml:verifiedRequirement a rdf:Property ; rdfs:label "verifiedRequirement" ; rdfs:comment """VerificationCaseUsage: The RequirementUsages verified by this VerificationCaseUsage, which are the verifiedRequirements of all RequirementVerificationMemberships of the objectiveRequirement. VerificationCaseDefinition: The RequirementUsages verified by this VerificationCaseDefinition, which are the verifiedRequirements of all RequirementVerificationMemberships of the objectiveRequirement. RequirementVerificationMembership: The RequirementUsage that is identified as being verified. It is the referencedConstraint of the RequirementVerificationMembership considered as a RequirementConstraintMembership, which must be a RequirementUsage.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:view a rdf:Property ; +oslc_sysml:view a rdf:Property ; rdfs:label "view" ; rdfs:comment "ViewDefinition: The usages of this ViewDefinition that are ViewUsages." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:viewCondition a rdf:Property ; +oslc_sysml:viewCondition a rdf:Property ; rdfs:label "viewCondition" ; rdfs:comment """ViewUsage: The Expressions related to this ViewUsage by ElementFilterMemberships, which specify conditions on Elements to be rendered in a view. ViewDefinition: The Expressions related to this ViewDefinition by ElementFilterMemberships, which specify conditions on Elements to be rendered in a view.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:viewDefinition a rdf:Property ; +oslc_sysml:viewDefinition a rdf:Property ; rdfs:label "viewDefinition" ; rdfs:comment "ViewUsage: The ViewDefinition that is the definition of this ViewUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:viewRendering a rdf:Property ; +oslc_sysml:viewRendering a rdf:Property ; rdfs:label "viewRendering" ; rdfs:comment """ViewUsage: The RenderingUsage to be used to render views defined by this ViewUsage, which is the referencedRendering of the ViewRenderingMembership of the ViewUsage. ViewDefinition: The RenderingUsage to be used to render views defined by this ViewDefinition, which is the referencedRendering of the ViewRenderingMembership of the ViewDefinition.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:viewpointDefinition a rdf:Property ; +oslc_sysml:viewpointDefinition a rdf:Property ; rdfs:label "viewpointDefinition" ; rdfs:comment "ViewpointUsage: The ViewpointDefinition that is the definition of this ViewpointUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:viewpointStakeholder a rdf:Property ; +oslc_sysml:viewpointStakeholder a rdf:Property ; rdfs:label "viewpointStakeholder" ; rdfs:comment """ViewpointUsage: The PartUsages that identify the stakeholders with concerns framed by this ViewpointUsage, which are the owned and inherited stakeholderParameters of the framedConcerns of this ViewpointUsage. ViewpointDefinition: The PartUsages that identify the stakeholders with concerns framed by this ViewpointDefinition, which are the owned and inherited stakeholderParameters of the framedConcerns of this ViewpointDefinition.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:visibility a rdf:Property ; +oslc_sysml:visibility a rdf:Property ; rdfs:label "visibility" ; rdfs:comment """Membership: Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace. Import: The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private.""" ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:when a oslc_sysmlv2:TriggerKind ; +oslc_sysml:when a oslc_sysml:TriggerKind ; rdfs:label "when" ; rdfs:comment "Indicates a change trigger, corresponding to the TriggerWhen Function from the Triggers model in the Kernel Semantic Library." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2:whileArgument a rdf:Property ; +oslc_sysml:whileArgument a rdf:Property ; rdfs:label "whileArgument" ; rdfs:comment "WhileLoopActionUsage: The Expression whose result, if true, determines that the bodyAction should continue to be performed. It is the first owned parameter of the WhileLoopActionUsage." ; - rdfs:isDefinedBy oslc_sysmlv2: . + rdfs:isDefinedBy oslc_sysml: . -oslc_sysmlv2: a owl:Ontology ; +oslc_sysml: a owl:Ontology ; rdfs:label "OSLC SysML v2 Vocabulary" ; dcterms:dateCopyrighted "2012-2024" ; dcterms:description "All vocabulary URIs defined in the OSLC SysML v2 namespace."^^rdf:XMLLiteral ; @@ -2993,5 +3004,5 @@ oslc_sysmlv2: a owl:Ontology ; dcterms:publisher ; dcterms:source ; dcterms:title "OSLC SysML v2 Vocabulary" ; - vann:preferredNamespacePrefix "oslc_sysmlv2" . + vann:preferredNamespacePrefix "oslc_sysml" .