@prefix dcterms: . @prefix jazz_am: . @prefix oslc: . @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:description "

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

"^^rdf:XMLLiteral ; 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_sysml:AcceptActionUsage ; 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 "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 "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_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 "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_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 "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 "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 "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 "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 "An Expression whose result is bound to the receiver input parameter of this AcceptActionUsage."^^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 "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 "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 represented by its individualDefinition."^^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 ], [ 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 ], 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:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:payloadParameter, 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 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."^^rdf:XMLLiteral ; dcterms:title "AcceptActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ActionDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ActionDefinition ; oslc:property [ 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 "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 "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 "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 "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 ], [ 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 "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 "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_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^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 "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 "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 Definition (not necessarily owned)."^^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 "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 "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 "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 ], 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:feature, 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: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:step, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; dcterms:description "An ActionDefinition is a Definition that is also a Behavior that defines an Action performed by a system or part of a system."^^rdf:XMLLiteral ; dcterms:title "ActionDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ActionUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ActionUsage ; 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 "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 "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 "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_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_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 "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 "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 represented by its individualDefinition."^^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 "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 "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 "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 "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_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:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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 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."^^rdf:XMLLiteral ; dcterms:title "ActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ActorMembershipShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ActorMembership ; oslc:property [ 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 "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 "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_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: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:ownedActorParameter, 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 "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."^^rdf:XMLLiteral ; dcterms:title "ActorMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AllocationDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:AllocationDefinition ; 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 at most one thing."^^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 "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 "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 "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 "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 "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 "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 "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 "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 "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 "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 Definition (not necessarily owned)."^^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 "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 "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_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:allocation, 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:feature, 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: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:targetType, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; dcterms:description "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."^^rdf:XMLLiteral ; dcterms:title "AllocationDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AllocationUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:AllocationUsage ; 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 "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 "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 "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 "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 "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_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition."^^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 "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 "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 "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 "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 "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 "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 "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:allocationDefinition, 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:crossFeature, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:defaultFeaturingType, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; dcterms:description "An AllocationUsage is a usage of an AllocationDefinition asserting the allocation of the source feature to the target feature."^^rdf:XMLLiteral ; dcterms:title "AllocationUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AnalysisCaseDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:AnalysisCaseDefinition ; oslc:property [ 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 "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 Definition (not necessarily owned)."^^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 "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 "isIndividual" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^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 "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 ], [ 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 "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_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 "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 "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 "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 parameters of this CaseDefinition that represent actors involved in the case."^^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 RequirementUsage representing the objective of this CaseDefinition."^^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 ], [ 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 object or value that is the result of evaluating the Function."^^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 CaseDefinition that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; 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 "An Expression used to compute the result of the AnalysisCaseDefinition, owned via a ResultExpressionMembership."^^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 "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 "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 "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:calculation, 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:feature, 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: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:step, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; dcterms:description "An AnalysisCaseDefinition is a CaseDefinition for the case of carrying out an analysis."^^rdf:XMLLiteral ; dcterms:title "AnalysisCaseDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AnalysisCaseUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:AnalysisCaseUsage ; 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 "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 "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 "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 "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 RequirementUsage representing the objective of this CaseUsage."^^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 "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 "An Expression used to compute the result of the AnalysisCaseUsage, owned via a ResultExpressionMembership."^^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 "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 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 "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 "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 "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_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_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 "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 "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 parameters of this CaseUsage that represent actors involved in the case."^^rdf:XMLLiteral ], oslc_sysml_shapes:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:analysisCaseDefinition, oslc_sysml_shapes:behavior, oslc_sysml_shapes:calculationDefinition, oslc_sysml_shapes:caseDefinition, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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 AnalysisCaseUsage is a Usage of an AnalysisCaseDefinition."^^rdf:XMLLiteral ; dcterms:title "AnalysisCaseUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AnnotatingElementShape a oslc:ResourceShape ; oslc:describes oslc_sysml:AnnotatingElement ; oslc:property [ 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 ], 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: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:modified, oslc_sysml_shapes:name, oslc_sysml_shapes:ownedAnnotatingRelationship, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:owner, oslc_sysml_shapes:owningAnnotatingRelationship, 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 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 . oslc_sysml_shapes:AnnotationShape a oslc:ResourceShape ; 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 "annotatedElement" ; oslc:occurs oslc:Exactly-one ; 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 "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:annotatingElement, 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:ownedAnnotatingElement, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:owner, oslc_sysml_shapes:owningAnnotatedElement, oslc_sysml_shapes:owningAnnotatingElement, 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 Annotation is a Relationship between an AnnotatingElement and the Element that is annotated by that AnnotatingElement."^^rdf:XMLLiteral ; dcterms:title "AnnotationShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AssertConstraintUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:AssertConstraintUsage ; oslc:property [ 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 "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 "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 "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_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 "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 "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 "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_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_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_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: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 "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 represented by its individualDefinition."^^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_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:assertedConstraint, oslc_sysml_shapes:behavior, oslc_sysml_shapes:constraintDefinition, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isNegated, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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: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 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."^^rdf:XMLLiteral ; dcterms:title "AssertConstraintUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AssignmentActionUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:AssignmentActionUsage ; oslc:property [ 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 "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 "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 "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 "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 "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 whose value is to be set."^^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_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 "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 "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 represented by its individualDefinition."^^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 "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 "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 "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 "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:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:targetArgument, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type, oslc_sysml_shapes:valueExpression ; dcterms:description "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."^^rdf:XMLLiteral ; dcterms:title "AssignmentActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AssociationShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Association ; 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 "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 "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 "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 "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 "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: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:feature, 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:targetType, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes: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 . oslc_sysml_shapes:AssociationStructureShape a oslc:ResourceShape ; oslc:describes oslc_sysml:AssociationStructure ; oslc:property [ 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 "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 "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: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 "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_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: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:feature, 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:targetType, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes: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 . oslc_sysml_shapes:AttributeDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:AttributeDefinition ; 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 Definition (not necessarily owned)."^^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 "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 "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 "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 "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 "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 "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: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 "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 "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 "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 "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: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:feature, 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: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 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)."^^rdf:XMLLiteral ; dcterms:title "AttributeDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:AttributeUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:AttributeUsage ; oslc:property [ 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 "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 "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_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_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 "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 "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_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: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_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 "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:attributeDefinition, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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: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 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)."^^rdf:XMLLiteral ; dcterms:title "AttributeUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:BehaviorShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Behavior ; oslc:property [ 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 "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: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 "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 "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: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:feature, 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 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 . oslc_sysml_shapes:BindingConnectorAsUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:BindingConnectorAsUsage ; 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 "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 "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 "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 "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 "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 "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_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 "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: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 "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_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 "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 "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:association, oslc_sysml_shapes:connectorEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:defaultFeaturingType, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:type ; dcterms:description "A BindingConnectorAsUsage is both a BindingConnector and a ConnectorAsUsage."^^rdf:XMLLiteral ; dcterms:title "BindingConnectorAsUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:BindingConnectorShape a oslc:ResourceShape ; oslc:describes oslc_sysml:BindingConnector ; oslc:property [ 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 "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 "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: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 "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 "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 "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 "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 "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 "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:association, oslc_sysml_shapes:connectorEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:defaultFeaturingType, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes: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 . oslc_sysml_shapes:BooleanExpressionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:BooleanExpression ; 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 Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those 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_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_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 "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 "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 "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: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_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 "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:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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:predicate, 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 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 . oslc_sysml_shapes:CalculationDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:CalculationDefinition ; 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 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_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 "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 ], [ 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 "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_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 "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 "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 "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 Definition (not necessarily owned)."^^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 "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 object or value that is the result of evaluating the Function."^^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 at most one thing."^^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 "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 ], [ 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 "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_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:calculation, 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:feature, 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: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:step, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; dcterms:description "A CalculationDefinition is an ActionDefinition that also defines a Function producing a result.."^^rdf:XMLLiteral ; dcterms:title "CalculationDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CalculationUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:CalculationUsage ; 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 "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 "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 "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 "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 "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 "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 "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 "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 "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 "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 "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 "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 "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 represented by its individualDefinition."^^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:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:calculationDefinition, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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 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."^^rdf:XMLLiteral ; dcterms:title "CalculationUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CaseDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:CaseDefinition ; oslc:property [ 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 "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 ], [ 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 "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 "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 "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 RequirementUsage representing the objective of this CaseDefinition."^^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_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 "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 "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 "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 "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 "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 object or value that is the result of evaluating the Function."^^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 at most one thing."^^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 "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 CaseDefinition that represents its subject."^^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 ], [ 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 Definition (not necessarily owned)."^^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 parameters of this CaseDefinition that represent actors involved in the case."^^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 "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 ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:calculation, 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:feature, 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: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:step, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; dcterms:description "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."^^rdf:XMLLiteral ; dcterms:title "CaseDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CaseUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:CaseUsage ; oslc:property [ 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 "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 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_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_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 "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 "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 "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_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_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 "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 "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 "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 "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 represented by its individualDefinition."^^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 RequirementUsage representing the objective of this CaseUsage."^^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 "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_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: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, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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 CaseUsage is a Usage of a CaseDefinition."^^rdf:XMLLiteral ; dcterms:title "CaseUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ClassShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Class ; oslc:property [ 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_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_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_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, 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:feature, 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 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 . oslc_sysml_shapes:ClassifierShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Classifier ; oslc:property [ 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 "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: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 "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, 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:feature, 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 Classifier is a Type that classifies:."^^rdf:XMLLiteral ; dcterms:title "ClassifierShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CollectExpressionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:CollectExpression ; oslc:property [ 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 "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: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_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: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_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: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 "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 ], [ 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 "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:argument, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:instantiatedType, oslc_sysml_shapes:isAbstract, oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, oslc_sysml_shapes:operator, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, oslc_sysml_shapes:ownedCrossSubsetting, 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 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_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_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 ], 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: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:locale, oslc_sysml_shapes:modified, oslc_sysml_shapes:name, oslc_sysml_shapes:ownedAnnotatingRelationship, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:owner, oslc_sysml_shapes:owningAnnotatingRelationship, 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 Comment is an AnnotatingElement whose body in some way describes its annotatedElements."^^rdf:XMLLiteral ; dcterms:title "CommentShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConcernDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ConcernDefinition ; 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 "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 "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 RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement."^^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 "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 "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 "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 Definition (not necessarily owned)."^^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 object or value that is the result of evaluating the Function."^^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 parameters of this RequirementDefinition that represent actors involved in the requirement."^^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 "isIndividual" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^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 RequirementDefinition that represents its subject."^^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 ], [ 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 RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; 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 "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 "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 RequirementDefinition that represent stakeholders for th requirement."^^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 "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 "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 "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 "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 "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 RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition."^^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 "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 ], 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:feature, 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: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:step, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; dcterms:description "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."^^rdf:XMLLiteral ; dcterms:title "ConcernDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConcernUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ConcernUsage ; oslc:property [ 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 "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 "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_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_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 "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 "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 "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 "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 "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; 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 RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^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 "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 represented by its individualDefinition."^^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 "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 parameters of this RequirementUsage that represent actors involved in the requirement."^^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 "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 "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 "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 "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 "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 "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 "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 "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 "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:behavior, oslc_sysml_shapes:concernDefinition, oslc_sysml_shapes:constraintDefinition, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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 ConcernUsage is a Usage of a ConcernDefinition."^^rdf:XMLLiteral ; dcterms:title "ConcernUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConjugatedPortDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ConjugatedPortDefinition ; oslc:property [ 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 "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 that is conjugate to this PortDefinition.."^^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 Definition (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 "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_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_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 "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 "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 "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 "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 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_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_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^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 "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: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:feature, 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: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:ownedPortConjugator, 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 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."^^rdf:XMLLiteral ; dcterms:title "ConjugatedPortDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConjugatedPortTypingShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ConjugatedPortTyping ; 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 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_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 "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 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 "portDefinition" ; oslc:occurs oslc:Exactly-one ; 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 "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 type of this ConjugatedPortTyping considered as a FeatureTyping, which must be a ConjugatedPortDefinition."^^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: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 "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.)."^^rdf:XMLLiteral ; dcterms:title "ConjugatedPortTypingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConjugationShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Conjugation ; 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 "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 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_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, 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 "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 . oslc_sysml_shapes:ConnectionDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ConnectionDefinition ; oslc:property [ 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 "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 "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_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^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 "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 "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 "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 "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 "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 "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_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 "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 "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 "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 "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 Definition (not necessarily owned)."^^rdf:XMLLiteral ], 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:feature, 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: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:targetType, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; dcterms:description "A ConnectionDefinition is a PartDefinition that is also an AssociationStructure. The end Features of a ConnectionDefinition must be Usages."^^rdf:XMLLiteral ; dcterms:title "ConnectionDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConnectionUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ConnectionUsage ; oslc:property [ 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_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 "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 "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 "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 ], [ 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 "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 "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 represented by its individualDefinition."^^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 "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_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 "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 "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 ], 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:crossFeature, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:defaultFeaturingType, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; dcterms:description "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."^^rdf:XMLLiteral ; dcterms:title "ConnectionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConnectorAsUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ConnectorAsUsage ; 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: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 "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 "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 "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 "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 "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 "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 "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 "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_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: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 "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 "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 ], 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:crossFeature, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:defaultFeaturingType, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:type ; dcterms:description "A ConnectorAsUsage is both a Connector and a Usage. ConnectorAsUsage cannot itself be instantiated in a SysML model, but it is a base class for the concrete classes BindingConnectorAsUsage, SuccessionAsUsage, ConnectionUsage and FlowConnectionUsage."^^rdf:XMLLiteral ; dcterms:title "ConnectorAsUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConnectorShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Connector ; 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 "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 "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 "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 "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 "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 "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 "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 "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_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:association, oslc_sysml_shapes:connectorEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:defaultFeaturingType, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes: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 . oslc_sysml_shapes:ConstraintDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ConstraintDefinition ; 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 at most one thing."^^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 "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 "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 "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 "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 "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 "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 "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 "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 "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 Definition (not necessarily owned)."^^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 object or value that is the result of evaluating the Function."^^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 ], [ 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, 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:feature, 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: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:step, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; dcterms:description "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."^^rdf:XMLLiteral ; dcterms:title "ConstraintDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConstraintUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ConstraintUsage ; oslc:property [ 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 "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 represented by its individualDefinition."^^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 "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 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 "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_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 "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 "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 "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 "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_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: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 "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 "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 "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:behavior, oslc_sysml_shapes:constraintDefinition, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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: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 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."^^rdf:XMLLiteral ; dcterms:title "ConstraintUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ConstructorExpressionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ConstructorExpression ; oslc:property [ 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 "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 "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 "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 "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_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_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 "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 "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 "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, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:instantiatedType, oslc_sysml_shapes:isAbstract, oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 ConstructorExpression is an InstantiationExpression whose result specializes its instantiatedType, binding some or all of the features of the instantiatedType to the results of its argument Expressions."^^rdf:XMLLiteral ; dcterms:title "ConstructorExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ControlNodeShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ControlNode ; oslc:property [ 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 "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 "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 "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 represented by its individualDefinition."^^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_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: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 "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 "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 "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_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 ], [ 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 "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:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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 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."^^rdf:XMLLiteral ; dcterms:title "ControlNodeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:CrossSubsettingShape a oslc:ResourceShape ; oslc:describes oslc_sysml:CrossSubsetting ; 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 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 ], [ a oslc:Property ; 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 "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_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:crossedFeature, oslc_sysml_shapes:crossingFeature, 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 "CrossSubsetting is a kind of Subsetting for end Features, as identified by crossingFeature, to subset a chained Feature, identified by crossedFeature. It navigates to instances of the end Feature’s type from instances of other end Feature types on the same owningType (at least two end Features are required for any of them to have a CrossSubsetting)."^^rdf:XMLLiteral ; dcterms:title "CrossSubsettingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DataTypeShape a oslc:ResourceShape ; oslc:describes oslc_sysml:DataType ; oslc:property [ 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 "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: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 "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, 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:feature, 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 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 . oslc_sysml_shapes:DecisionNodeShape a oslc:ResourceShape ; oslc:describes oslc_sysml:DecisionNode ; oslc:property [ 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 "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 "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 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 represented by its individualDefinition."^^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 ], [ 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 "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 "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 "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 "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 "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 "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_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, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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 DecisionNode is a ControlNode that makes a selection from its outgoing Successions."^^rdf:XMLLiteral ; dcterms:title "DecisionNodeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Definition ; oslc:property [ 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 "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 "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_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 "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_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: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 Definition (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 "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 "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 "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 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, 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:feature, 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: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 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)."^^rdf:XMLLiteral ; dcterms:title "DefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:DependencyShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Dependency ; 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_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:client, 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:supplier, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes: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 . oslc_sysml_shapes:DifferencingShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Differencing ; 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 "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_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: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 . oslc_sysml_shapes:DisjoiningShape a oslc:ResourceShape ; 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 "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 "A typeDisjoined that is also an 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, 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:disjoiningType, 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: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 . oslc_sysml_shapes:DocumentationShape a oslc:ResourceShape ; 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_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 ], 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:documentation, oslc_sysml_shapes:documentedElement, 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:locale, oslc_sysml_shapes:modified, oslc_sysml_shapes:name, oslc_sysml_shapes:ownedAnnotatingRelationship, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:owner, oslc_sysml_shapes:owningAnnotatingRelationship, 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 "Documentation is a Comment that specifically documents a documentedElement, which must be its owner."^^rdf:XMLLiteral ; dcterms:title "DocumentationShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ElementFilterMembershipShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ElementFilterMembership ; 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_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 "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, 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: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 "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 . oslc_sysml_shapes:ElementShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Element ; oslc:property 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:modified, oslc_sysml_shapes:name, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedElement, 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 "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 . oslc_sysml_shapes:EndFeatureMembershipShape a oslc:ResourceShape ; oslc:describes oslc_sysml:EndFeatureMembership ; 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: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 "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 "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 ], 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 "EndFeatureMembership is a FeatureMembership that requires its memberFeature be owned and have isEnd = true."^^rdf:XMLLiteral ; dcterms:title "EndFeatureMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:EnumerationDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:EnumerationDefinition ; oslc:property [ 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 "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_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_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 "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 "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 "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 "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 "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 "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 "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 Definition (not necessarily owned)."^^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 "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, 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:enumeratedValue, oslc_sysml_shapes:external, oslc_sysml_shapes:feature, 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: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 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."^^rdf:XMLLiteral ; dcterms:title "EnumerationDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:EnumerationUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:EnumerationUsage ; oslc:property [ 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_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_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_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: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 "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_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_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 "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 "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: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 "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 "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:attributeDefinition, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:enumerationDefinition, oslc_sysml_shapes:external, oslc_sysml_shapes:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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: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 EnumerationUsage is an AttributeUsage whose attributeDefinition is an EnumerationDefinition."^^rdf:XMLLiteral ; dcterms:title "EnumerationUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:EventOccurrenceUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:EventOccurrenceUsage ; oslc:property [ 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 "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_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 "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 "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 "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 "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 "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 "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 "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 represented by its individualDefinition."^^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 "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, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:eventOccurrence, oslc_sysml_shapes:external, oslc_sysml_shapes:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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 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."^^rdf:XMLLiteral ; dcterms:title "EventOccurrenceUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ExhibitStateUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ExhibitStateUsage ; 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 "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 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 "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_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 "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 "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 "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 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 "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 "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_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_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 "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 "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 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: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 "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 "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 "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 represented by its individualDefinition."^^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:crossFeature, 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:eventOccurrence, oslc_sysml_shapes:exhibitedState, oslc_sysml_shapes:external, oslc_sysml_shapes:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:performedAction, 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 "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."^^rdf:XMLLiteral ; dcterms:title "ExhibitStateUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ExposeShape a oslc:ResourceShape ; 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 "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 "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: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 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)."^^rdf:XMLLiteral ; dcterms:title "ExposeShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ExpressionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Expression ; oslc:property [ 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 "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 "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 "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 "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: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 "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_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_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:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 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 . oslc_sysml_shapes:FeatureChainExpressionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:FeatureChainExpression ; 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 "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 "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 "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 "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 "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 "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 "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 "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 "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 "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 Feature that is accessed by this FeatureChainExpression, which is its first non-parameter member.

."^^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:crossFeature, 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:feature, 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:instantiatedType, oslc_sysml_shapes:isAbstract, oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, oslc_sysml_shapes:operator, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, oslc_sysml_shapes:ownedCrossSubsetting, 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 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_sysml:FeatureChaining ; 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_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: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 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, 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:featureChained, 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 "FeatureChaining is a Relationship that makes its target Feature one of the chainingFeatures of its owning Feature."^^rdf:XMLLiteral ; dcterms:title "FeatureChainingShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureInvertingShape a oslc:ResourceShape ; oslc:describes oslc_sysml:FeatureInverting ; 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_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 "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 "A featureInverted that is also the owningRelatedElement of this FeatureInverting."^^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:featureInverted, oslc_sysml_shapes:identifier, oslc_sysml_shapes:instanceShape, oslc_sysml_shapes:invertingFeature, 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 "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 . oslc_sysml_shapes:FeatureMembershipShape a oslc:ResourceShape ; oslc:describes oslc_sysml:FeatureMembership ; 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 "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_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_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, 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 FeatureMembership is an OwningMembership between an ownedMemberFeature and an owningType. If the ownedMemberFeature has isVariable = false, then the FeatureMembership implies that the owningType is also a featuringType of the ownedMemberFeature. If the ownedMemberFeature has isVariable = true, then the FeatureMembership implies that the ownedMemberFeature is featured by the snapshots of the owningType, which must specialize the Kernel Semantic Library base class Occurrence."^^rdf:XMLLiteral ; dcterms:title "FeatureMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureReferenceExpressionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:FeatureReferenceExpression ; oslc:property [ 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_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_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 "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 "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 "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 is referenced by this FeatureReferenceExpression, which is its first non-parameter member."^^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 "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 "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 "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_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:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 FeatureReferenceExpression is an Expression whose result is bound to a referent Feature."^^rdf:XMLLiteral ; dcterms:title "FeatureReferenceExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FeatureShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Feature ; oslc:property [ 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 "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 "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_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_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 "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 "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:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 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 . oslc_sysml_shapes:FeatureTypingShape a oslc:ResourceShape ; oslc:describes oslc_sysml:FeatureTyping ; 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 specific Type of this Specialization and owns it as its owningRelatedElement."^^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 is being applied by this FeatureTyping."^^rdf:XMLLiteral ], [ a oslc:Property ; 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 "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_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_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: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_sysml:FeatureValue ; 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 "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 "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 "value" ; oslc:occurs oslc:Exactly-one ; 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 as a result."^^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:FlowDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:FlowDefinition ; 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 "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 "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: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_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 "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 ], [ 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 "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 "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 "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 "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_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 at most one thing."^^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 "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 "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 "flowEnd" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:flowEnd ; oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that define the things related by the FlowDefinition."^^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 Definition (not necessarily owned)."^^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 ], 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:feature, 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: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 FlowDefinition is an ActionDefinition that is also an Interaction (which is both a KerML Behavior and Association), representing flows between Usages."^^rdf:XMLLiteral ; dcterms:title "FlowDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FlowEndShape a oslc:ResourceShape ; oslc:describes oslc_sysml:FlowEnd ; 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 Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those 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_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_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 "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 "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 "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_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_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:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 FlowEnd is a Feature that is one of the connectorEnds giving the source or target of a Flow. For Flows typed by FlowTransfer or its specializations, FlowEnds 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 "FlowEndShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FlowShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Flow ; oslc:property [ 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 "flowEnd" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:flowEnd ; oslc:range oslc_sysml:FlowEnd ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The connectorEnds of this Flow that are FlowEnds."^^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 "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 "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_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: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 "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 "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_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_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 "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 "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:association, oslc_sysml_shapes:behavior, oslc_sysml_shapes:connectorEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:defaultFeaturingType, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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:payloadFeature, oslc_sysml_shapes:payloadType, 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 Flow is a Step that represents the transfer of values from one Feature to another. Flows can take non-zero time to complete."^^rdf:XMLLiteral ; dcterms:title "FlowShape"^^rdf:XMLLiteral . oslc_sysml_shapes:FlowUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:FlowUsage ; 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 "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 "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 "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 "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_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 "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 "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 "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 "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 "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 "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 represented by its individualDefinition."^^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 "flowEnd" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:flowEnd ; oslc:range oslc_sysml:FlowEnd ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The connectorEnds of this Flow that are FlowEnds."^^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 "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 "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 "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: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: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:crossFeature, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:defaultFeaturingType, 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:feature, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:flowDefinition, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:payloadFeature, oslc_sysml_shapes:payloadType, 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 "A FlowUsage is an ActionUsage that is also a ConnectorAsUsage and a KerML Flow."^^rdf:XMLLiteral ; dcterms:title "FlowUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ForLoopActionUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ForLoopActionUsage ; oslc:property [ 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 "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 "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 represented by its individualDefinition."^^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 ], [ 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 "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 "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 "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 "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 "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 "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 "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, oslc_sysml_shapes:bodyAction, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:loopVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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 "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 "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 represented by its individualDefinition."^^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 "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 "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 "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 "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 "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_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 "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 "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 "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 "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 "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, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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_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 "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 ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership."^^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 "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 "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 ConcernUsage that is the ownedConstraint of this FramedConcernMembership."^^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 "kind" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:kind ; oslc:readOnly false ; dcterms:description "Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage."^^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 "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 "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 object or value that is the result of evaluating the Function."^^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 "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 "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 ], [ 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 "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 ], 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:feature, 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 "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 "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 "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 "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 represented by its individualDefinition."^^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 ], [ 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 "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 "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 "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_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 "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 "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 ], 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:crossFeature, 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:elseAction, oslc_sysml_shapes:endFeature, oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:feature, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, 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:isAbstract, oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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: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 . oslc_sysml_shapes:ImportShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Import ; 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 "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 "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: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 "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 "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 "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 represented by its individualDefinition."^^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 "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 "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 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_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 "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 RequirementUsage representing the objective of this CaseUsage."^^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 "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 "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_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_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_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_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 "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_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 "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 "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 "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 "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, oslc_sysml_shapes:calculationDefinition, oslc_sysml_shapes:caseDefinition, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:eventOccurrence, oslc_sysml_shapes:external, oslc_sysml_shapes:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:performedAction, 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, 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:IndexExpressionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:IndexExpression ; 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 "."^^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 "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_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_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 "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 "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 "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:argument, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:instantiatedType, oslc_sysml_shapes:isAbstract, oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, oslc_sysml_shapes:operator, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, oslc_sysml_shapes:ownedCrossSubsetting, 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 IndexExpression is an OperatorExpression whose operator is "#", which resolves to the Function BasicFunctions::'#' from the Kernel Functions Library."^^rdf:XMLLiteral ; dcterms:title "IndexExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:InstantiationExpressionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:InstantiationExpression ; 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 "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 "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_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_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_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 "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 "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 "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:argument, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:instantiatedType, oslc_sysml_shapes:isAbstract, oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 InstantiationExpression is an Expression that instantiates its instantiatedType, binding some or all of the features of that Type to the results of its arguments."^^rdf:XMLLiteral ; dcterms:title "InstantiationExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:InteractionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Interaction ; oslc:property [ 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 "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 "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 "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_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 "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 "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: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:feature, 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 "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 Definition (not necessarily owned)."^^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 "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 "isIndividual" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^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 "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 "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_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_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 "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 "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 "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_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_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_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 "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 ], 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:feature, 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:interfaceEnd, 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: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: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 . oslc_sysml_shapes:InterfaceUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:InterfaceUsage ; oslc:property [ 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 "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 "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 "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 "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 "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 "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 "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: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 "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 "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 represented by its individualDefinition."^^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 "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 "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 "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_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 "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 ], 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:crossFeature, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:defaultFeaturingType, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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: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 . oslc_sysml_shapes:IntersectingShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Intersecting ; 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_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 ], 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 "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 "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: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 "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_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 "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 "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 "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_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_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: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:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isNegated, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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:predicate, 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 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:InvocationExpressionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:InvocationExpression ; 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 "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_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: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 "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 "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 "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_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_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_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:argument, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:instantiatedType, oslc_sysml_shapes:isAbstract, oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 InvocationExpression is an InstantiationExpression whose instantiatedType must be a Behavior or a Feature typed by a single Behavior (such as a Step). Each of the input parameters of the instantiatedType are bound to the result of an argument Expression. If the instantiatedType is a Function or a Feature typed by a Function, then the result of the InvocationExpression is the result of the invoked Function. Otherwise, the result is an instance of the instantiatedType (essentially like a behavioral ConstructorExpression)."^^rdf:XMLLiteral ; dcterms:title "InvocationExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ItemDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ItemDefinition ; oslc:property [ 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 "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 "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 "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 "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 "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 "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 "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 "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_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 "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 "isIndividual" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^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 "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, 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:feature, 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: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:ItemUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ItemUsage ; oslc:property [ 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 "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 represented by its individualDefinition."^^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 "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 "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 "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 "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 "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 "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 "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 "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 "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_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, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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 "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 "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 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 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_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_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_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 ], [ 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 "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 "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 "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 "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 "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 ], 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:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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 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:LibraryPackageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:LibraryPackage ; oslc:property [ 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: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:LiteralBooleanShape a oslc:ResourceShape ; oslc:describes oslc_sysml:LiteralBoolean ; 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 "."^^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 "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 "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 "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 "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 "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 "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 "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 "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 ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 "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 "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 "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 "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_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_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 "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 "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 "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 "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, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 "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 "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 "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 "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_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_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_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: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 "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 "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:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 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:LiteralIntegerShape a oslc:ResourceShape ; oslc:describes oslc_sysml:LiteralInteger ; oslc:property [ 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 "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 "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 "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_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_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: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 "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 "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 "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 "value" ; oslc:occurs oslc:Exactly-one ; 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 "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:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 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:LiteralRationalShape a oslc:ResourceShape ; oslc:describes oslc_sysml:LiteralRational ; oslc:property [ 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 "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_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_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: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 "value" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml: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 "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 "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 "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_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:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 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:LiteralStringShape a oslc:ResourceShape ; oslc:describes oslc_sysml:LiteralString ; 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 Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those 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 "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 "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 "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 "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 Expression."^^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 "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_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_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_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, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 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_sysml:LoopActionUsage ; 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 Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those 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_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: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 "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 "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 "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 "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 "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 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 "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 "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 "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 "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 "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: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:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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 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:MembershipExposeShape a oslc:ResourceShape ; oslc:describes oslc_sysml:MembershipExpose ; 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_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 "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 Membership to be imported."^^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 "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_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: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_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: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 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:MembershipShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Membership ; 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 "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 "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: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: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 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:MergeNodeShape a oslc:ResourceShape ; oslc:describes oslc_sysml:MergeNode ; 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 "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 "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 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 "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 "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_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: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 "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_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_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 "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 "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:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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 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:MetaclassShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Metaclass ; oslc:property [ 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 "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 "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: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: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:feature, 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 Metaclass is a Structure used to type MetadataFeatures."^^rdf:XMLLiteral ; dcterms:title "MetaclassShape"^^rdf:XMLLiteral . oslc_sysml_shapes:MetadataAccessExpressionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:MetadataAccessExpression ; 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 "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 "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 "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: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 "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 "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 "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 "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 "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:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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:referencedElement, 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 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:MetadataDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:MetadataDefinition ; oslc:property [ 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 "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_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 "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 "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 "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 "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 "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 "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 "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 "isIndividual" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^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 Definition (not necessarily owned)."^^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 "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 ], 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:feature, 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: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 MetadataDefinition is an ItemDefinition that is also a Metaclass."^^rdf:XMLLiteral ; dcterms:title "MetadataDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:MetadataFeatureShape a oslc:ResourceShape ; oslc:describes oslc_sysml:MetadataFeature ; oslc:property [ 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_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 "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 "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 "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 "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_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:annotation, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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:owningAnnotatingRelationship, 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_sysml:MetadataUsage ; oslc:property [ 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 "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_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 "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 "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 "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 "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 "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 "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 "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 "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_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition."^^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 "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 ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:annotation, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:owningAnnotatingRelationship, 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 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:MultiplicityRangeShape a oslc:ResourceShape ; oslc:describes oslc_sysml:MultiplicityRange ; oslc:property [ 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 "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 "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 "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 "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 "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 ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:bound, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:lowerBound, 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:ownedCrossSubsetting, 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, 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:MultiplicityShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Multiplicity ; oslc:property [ 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 "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 "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 "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 "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 "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 ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 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:NamespaceExposeShape a oslc:ResourceShape ; oslc:describes oslc_sysml:NamespaceExpose ; 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_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_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, 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 "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 "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 "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: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_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: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_sysml:NullExpression ; 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 "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_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 "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_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 "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 "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 "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:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 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 "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 "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 "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 "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 ], 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 "isIndividual" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^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 "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 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_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 "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 "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 "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 "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 "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 "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 "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 "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: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: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:feature, 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: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. If isIndividual is true, then the OccurrenceDefinition is constrained to have (at most) a single instance that is the entire life of a single individual."^^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 "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_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 "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 "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 "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 "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 "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_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_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 "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 represented by its individualDefinition."^^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, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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 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:OperatorExpressionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:OperatorExpression ; oslc:property [ 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 "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 "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 "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 "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_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: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 "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 ], 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:crossFeature, 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:feature, 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:instantiatedType, oslc_sysml_shapes:isAbstract, oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, oslc_sysml_shapes:operator, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, oslc_sysml_shapes:ownedCrossSubsetting, 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_sysml:OwningMembership ; 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_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 "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: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 "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:PackageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Package ; oslc:property [ 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: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 "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 "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_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 "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: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, a Step, or the result parameter of a ConstructorExpression."^^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 "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 "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 Definition (not necessarily owned)."^^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 "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_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 "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 "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 "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 "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_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^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 "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 "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: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:feature, 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: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 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:PartUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:PartUsage ; oslc:property [ 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 "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 "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_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_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 represented by its individualDefinition."^^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 "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 "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 "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 "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 "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 "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 "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, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:partDefinition, 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 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:PayloadFeatureShape a oslc:ResourceShape ; oslc:describes oslc_sysml:PayloadFeature ; oslc:property [ 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 "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_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_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_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 "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 ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 PayloadFeature is the ownedFeature of a Flow that identifies the things carried by the kinds of transfers that are instances of the Flow."^^rdf:XMLLiteral ; dcterms:title "PayloadFeatureShape"^^rdf:XMLLiteral . oslc_sysml_shapes:PerformActionUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:PerformActionUsage ; oslc:property [ 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 "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 "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_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 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 represented by its individualDefinition."^^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 "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 "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 "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 "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 "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 "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 ], 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:crossFeature, 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:eventOccurrence, oslc_sysml_shapes:external, oslc_sysml_shapes:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:performedAction, 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 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:PortConjugationShape a oslc:ResourceShape ; oslc:describes oslc_sysml:PortConjugation ; 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 "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 PortDefinition being conjugated."^^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 conjugatedType of this Conjugation that is also its owningRelatedElement."^^rdf:XMLLiteral ], [ a oslc:Property ; 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 ConjugatedPortDefinition that is conjugate to the originalPortDefinition."^^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, 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 "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 "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 "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 "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 "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 that is conjugate to this PortDefinition.."^^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 "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 "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 "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 "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 "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 "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 "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 Definition (not necessarily owned)."^^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 "isIndividual" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^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:feature, 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: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_sysml:PortUsage ; oslc:property [ 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 "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 "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 "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 "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 "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 "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 "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 represented by its individualDefinition."^^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_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 "portDefinition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:portDefinition ; oslc:range oslc_sysml: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 "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 "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 "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:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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 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: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_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_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: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 "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 "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 ], [ 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 object or value that is the result of evaluating the Function."^^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: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:feature, 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 Predicate is a Function whose result parameter has type Boolean and multiplicity 1..1."^^rdf:XMLLiteral ; dcterms:title "PredicateShape"^^rdf:XMLLiteral . oslc_sysml_shapes:RedefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Redefinition ; 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_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: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 ], [ a oslc:Property ; 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 "A subsettingFeature that is also the owningRelatedElement of this Subsetting."^^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: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 "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:ReferenceSubsettingShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ReferenceSubsetting ; oslc:property [ a oslc:Property ; 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 "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_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_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 "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: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 referencedFeature 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_sysml:ReferenceUsage ; oslc:property [ 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 "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 "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 "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 "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 "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_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 "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 "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 "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_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, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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: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 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: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_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_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 ; 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:RenderingDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:RenderingDefinition ; oslc:property [ 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 "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_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_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 "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 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 at most one thing."^^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 "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 "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 "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 "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 "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 "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 "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, 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:feature, 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: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:rendering, 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 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:RenderingUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:RenderingUsage ; oslc:property [ 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 "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_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 "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 "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_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_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 "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 "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 represented by its individualDefinition."^^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 "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_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_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_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, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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: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, 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 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:RequirementConstraintMembershipShape a oslc:ResourceShape ; oslc:describes oslc_sysml:RequirementConstraintMembership ; 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_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_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 "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 ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "kind" ; oslc:occurs oslc:Exactly-one ; 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 "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 ], 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 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:RequirementDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:RequirementDefinition ; oslc:property [ 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 "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 "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 parameters of this RequirementDefinition that represent actors involved in the requirement."^^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 "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 RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement."^^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 "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 ], [ 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 "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 "isIndividual" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; 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 "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 object or value that is the result of evaluating the Function."^^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 RequirementDefinition that represents its subject."^^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 "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 RequirementDefinition that represent stakeholders for th requirement."^^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 "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 "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 "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 RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition."^^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 "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 "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 "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 "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 RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition."^^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 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:expression, oslc_sysml_shapes:external, oslc_sysml_shapes:feature, 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: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:step, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, 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 . oslc_sysml_shapes:RequirementUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:RequirementUsage ; oslc:property [ 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 "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 "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 "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 "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 "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 "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 "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 "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 "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 "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 "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 "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 "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 "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; 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 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_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: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 "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 "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 "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 parameters of this RequirementUsage that represent actors involved in the requirement."^^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 ], [ 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 "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 represented by its individualDefinition."^^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:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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_sysml:RequirementVerificationMembership ; 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 "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 ConstraintUsage that is the ownedMemberFeature of this RequirementConstraintMembership."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "verifiedRequirement" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:verifiedRequirement ; oslc:range oslc_sysml: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 "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 "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 "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 "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 "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 "kind" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:kind ; oslc:readOnly false ; dcterms:description "Whether the RequirementConstraintMembership is for an assumed or required ConstraintUsage."^^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 "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 "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 "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_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: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 "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_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_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 ], 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 "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 "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 "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 "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 "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 "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 "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 "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 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 "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 "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 "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_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 "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; 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 RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption."^^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 "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 "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 "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 "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 "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 "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 "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 parameters of this RequirementUsage that represent actors involved in the requirement."^^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 ], 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:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isNegated, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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_sysml:SelectExpression ; oslc:property [ 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_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 "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 "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 "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 "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 "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 "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 "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, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:instantiatedType, oslc_sysml_shapes:isAbstract, oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:member, oslc_sysml_shapes:membership, oslc_sysml_shapes:modified, oslc_sysml_shapes:multiplicity, oslc_sysml_shapes:name, oslc_sysml_shapes:operator, oslc_sysml_shapes:output, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedConjugator, oslc_sysml_shapes:ownedCrossSubsetting, 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_sysml:SendActionUsage ; oslc:property [ a oslc:Property ; 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 "An Expression whose result is bound to the receiver input parameter of this SendActionUsage."^^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 represented by its individualDefinition."^^rdf:XMLLiteral ], [ a oslc:Property ; 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 "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_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 "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 "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 "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_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 "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 "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 "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 "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_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_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_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:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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_sysml:Specialization ; 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_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 "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: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_sysml:StakeholderMembership ; 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 "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_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_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 ], 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_sysml:StateDefinition ; oslc:property [ a oslc:Property ; 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 "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 "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 "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 "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 ], [ 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 "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 "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 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 "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 "isIndividual" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^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 "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 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 "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 "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 "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 "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 Definition (not necessarily owned)."^^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_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 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_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 ], 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:feature, 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: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_sysml:StateSubactionMembership ; 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 "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 ], [ 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_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 "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 "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 ], 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_sysml:StateUsage ; oslc:property [ 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 ], [ 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 "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 represented by its individualDefinition."^^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 "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 ], [ 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 "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 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 "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 "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_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: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 "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 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 "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 "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 "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 "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 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_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 ], 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:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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_sysml:Step ; oslc:property [ 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 "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 "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 "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 "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 "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 "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_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:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 Flows to specify things flowing between their parameters."^^rdf:XMLLiteral ; dcterms:title "StepShape"^^rdf:XMLLiteral . oslc_sysml_shapes:StructureShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Structure ; 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 "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_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_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:directedFeature, oslc_sysml_shapes:documentation, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, oslc_sysml_shapes:external, oslc_sysml_shapes:feature, 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_sysml:Subclassification ; 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 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 ], [ 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: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 "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 "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 "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_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: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 "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 "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_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 ], [ 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: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 "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_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 "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 "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_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_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_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 "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_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: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 "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 "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 "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 "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:association, oslc_sysml_shapes:connectorEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:defaultFeaturingType, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:type ; dcterms:description "A SuccessionAsUsage is both a ConnectorAsUsage and a Succession."^^rdf:XMLLiteral ; dcterms:title "SuccessionAsUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:SuccessionFlowShape a oslc:ResourceShape ; oslc:describes oslc_sysml:SuccessionFlow ; 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 Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those 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_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 "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 "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 "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 "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 "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 "flowEnd" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:flowEnd ; oslc:range oslc_sysml:FlowEnd ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The connectorEnds of this Flow that are FlowEnds."^^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 "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 "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 "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 "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:association, oslc_sysml_shapes:behavior, oslc_sysml_shapes:connectorEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:defaultFeaturingType, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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:payloadFeature, oslc_sysml_shapes:payloadType, 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 "A SuccessionFlow is a Flow 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 "SuccessionFlowShape"^^rdf:XMLLiteral . oslc_sysml_shapes:SuccessionFlowUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:SuccessionFlowUsage ; 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 Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those 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_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 "flowEnd" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:flowEnd ; oslc:range oslc_sysml:FlowEnd ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The connectorEnds of this Flow that are FlowEnds."^^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: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 "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: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 "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 "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 "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 represented by its individualDefinition."^^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 "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 "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 "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 "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 "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_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 ], 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:crossFeature, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:defaultFeaturingType, 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:feature, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:flowDefinition, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:payloadFeature, oslc_sysml_shapes:payloadType, 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 "A SuccessionFlowUsage is a FlowUsage that is also a KerML SuccessionFlow."^^rdf:XMLLiteral ; dcterms:title "SuccessionFlowUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:SuccessionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Succession ; 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 "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 "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 "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 "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 "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 "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_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 "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_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:association, oslc_sysml_shapes:connectorEnd, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, oslc_sysml_shapes:dctype, oslc_sysml_shapes:declaredName, oslc_sysml_shapes:declaredShortName, oslc_sysml_shapes:defaultFeaturingType, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImplied, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, 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 . oslc_sysml_shapes:TerminateActionUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:TerminateActionUsage ; oslc:property [ 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 "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 "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 "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 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 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_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 "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 "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 "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 "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 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 "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 "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 ], 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:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:terminatedOccurrenceArgument, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; 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_sysml:TextualRepresentation ; oslc:property [ 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 "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 ], 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: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:language, oslc_sysml_shapes:modified, oslc_sysml_shapes:name, oslc_sysml_shapes:ownedAnnotatingRelationship, oslc_sysml_shapes:ownedAnnotation, oslc_sysml_shapes:ownedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:owner, oslc_sysml_shapes:owningAnnotatingRelationship, oslc_sysml_shapes:owningMembership, oslc_sysml_shapes:owningNamespace, oslc_sysml_shapes:owningRelationship, oslc_sysml_shapes:qualifiedName, oslc_sysml_shapes:refine, oslc_sysml_shapes:representedElement, 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 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 . oslc_sysml_shapes:TransitionFeatureMembershipShape a oslc:ResourceShape ; oslc:describes oslc_sysml:TransitionFeatureMembership ; 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 "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_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 "kind" ; oslc:occurs oslc:Exactly-one ; 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 "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 ], 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:transitionFeature, oslc_sysml_shapes:type ; dcterms:description "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. ."^^rdf:XMLLiteral ; dcterms:title "TransitionFeatureMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:TransitionUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:TransitionUsage ; oslc:property [ 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 "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 "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 represented by its individualDefinition."^^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 "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 "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 "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_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 "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 "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_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: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 target ActionUsage of this TransitionUsage, which is the targetFeature of the succession for the TransitionUsage.."^^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 "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 "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 "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:actionDefinition, oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:effectAction, oslc_sysml_shapes:elaborates, oslc_sysml_shapes:elementId, oslc_sysml_shapes:endFeature, oslc_sysml_shapes:endOwningType, oslc_sysml_shapes:external, oslc_sysml_shapes:feature, oslc_sysml_shapes:featureMembership, oslc_sysml_shapes:featureTarget, oslc_sysml_shapes:guardExpression, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:succession, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:triggerAction, oslc_sysml_shapes:type ; dcterms:description "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."^^rdf:XMLLiteral ; dcterms:title "TransitionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:TriggerInvocationExpressionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:TriggerInvocationExpression ; 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 Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those 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_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_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 "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 "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 "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 "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 "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 "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 "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 "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:argument, oslc_sysml_shapes:behavior, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:instantiatedType, oslc_sysml_shapes:isAbstract, oslc_sysml_shapes:isComposite, oslc_sysml_shapes:isConjugated, oslc_sysml_shapes:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, 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:ownedCrossSubsetting, 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 TriggerInvocationExpression is an InvocationExpression that invokes one of the trigger Functions from the Kernel Semantic Library Triggers package, as indicated by its kind."^^rdf:XMLLiteral ; dcterms:title "TriggerInvocationExpressionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:TypeFeaturingShape a oslc:ResourceShape ; oslc:describes oslc_sysml:TypeFeaturing ; oslc:property [ a oslc:Property ; oslc:name "featuringType" ; oslc:occurs oslc:Exactly-one ; 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 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 ], [ 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, 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:featureOfType, 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:owningFeatureOfType, 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 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 . oslc_sysml_shapes:TypeShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Type ; oslc:property [ 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 "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 "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: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:feature, 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: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 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 . oslc_sysml_shapes:UnioningShape a oslc:ResourceShape ; oslc:describes oslc_sysml:Unioning ; 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 "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 "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_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: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_sysml:Usage ; 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 "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 "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 "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 "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 "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 "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 "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_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_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:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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: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 Usage is a usage of a Definition."^^rdf:XMLLiteral ; dcterms:title "UsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:UseCaseDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:UseCaseDefinition ; oslc:property [ 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 "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 ], [ 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 "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 "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 "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 "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 "isIndividual" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^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 object or value that is the result of evaluating the Function."^^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 CaseDefinition that represents its subject."^^rdf:XMLLiteral ], [ a oslc:Property ; 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 "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 "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 ], [ 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 "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 "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 "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 Definition (not necessarily owned)."^^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 "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 RequirementUsage representing the objective of this CaseDefinition."^^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 "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 parameters of this CaseDefinition that represent actors involved in the case."^^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 "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:calculation, 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:feature, 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: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:step, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; dcterms:description "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."^^rdf:XMLLiteral ; dcterms:title "UseCaseDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:UseCaseUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:UseCaseUsage ; oslc:property [ 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_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceUsage represents the usage of the specific individual 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 "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_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_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 "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 "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 "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 parameters of this CaseUsage that represent actors involved in the case."^^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 ], [ 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 RequirementUsage representing the objective of this CaseUsage."^^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 "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 "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 "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 "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 "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_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_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: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 "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, oslc_sysml_shapes:calculationDefinition, oslc_sysml_shapes:caseDefinition, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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, oslc_sysml_shapes:useCaseDefinition ; dcterms:description "A UseCaseUsage is a Usage of a UseCaseDefinition."^^rdf:XMLLiteral ; dcterms:title "UseCaseUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:VariantMembershipShape a oslc:ResourceShape ; oslc:describes oslc_sysml:VariantMembership ; oslc:property [ 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 "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_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: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:ownedMemberName, oslc_sysml_shapes:ownedMemberShortName, oslc_sysml_shapes:ownedRelatedElement, oslc_sysml_shapes:ownedRelationship, oslc_sysml_shapes:ownedVariantUsage, 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 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 "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 parameters of this CaseDefinition that represent actors involved in the case."^^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 at most one thing."^^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 "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 "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 object or value that is the result of evaluating the Function."^^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 "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 "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 "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 "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 "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 CaseDefinition that represents its subject."^^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 "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 "verifiedRequirement" ; oslc:occurs oslc:Zero-or-many ; 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 "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 ], [ 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 "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 "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 "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 "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 ], [ 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 RequirementUsage representing the objective of this CaseDefinition."^^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 Definition (not necessarily owned)."^^rdf:XMLLiteral ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:calculation, 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:feature, 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: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:step, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; dcterms:description "A VerificationCaseDefinition is a CaseDefinition for the purpose of verification of the subject of the case against its requirements."^^rdf:XMLLiteral ; dcterms:title "VerificationCaseDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:VerificationCaseUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:VerificationCaseUsage ; 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 "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 represented by its individualDefinition."^^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 ], [ 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 "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 "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 "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 "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 "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 "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 "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_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 "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 "verifiedRequirement" ; oslc:occurs oslc:Zero-or-many ; 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 VerificationCaseUsage, which are the verifiedRequirements of all RequirementVerificationMemberships of the objectiveRequirement."^^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 "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 "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 "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 RequirementUsage representing the objective of this CaseUsage."^^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 parameters of this CaseUsage that represent actors involved in the case."^^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, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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, oslc_sysml_shapes:verificationCaseDefinition ; dcterms:description "A VerificationCaseUsage is a Usage of a VerificationCaseDefinition."^^rdf:XMLLiteral ; dcterms:title "VerificationCaseUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ViewDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ViewDefinition ; 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: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 "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 "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 "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 Definition (not necessarily owned)."^^rdf:XMLLiteral ], [ a oslc:Property ; oslc:name "satisfiedViewpoint" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:satisfiedViewpoint ; oslc:range oslc_sysml:ViewpointUsage ; 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 ], [ a oslc:Property ; 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 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 "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_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 "isIndividual" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^rdf:XMLLiteral ], [ a oslc:Property ; 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 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 "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 "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 "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 "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 "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 "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 ], 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:feature, 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: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, oslc_sysml_shapes:view ; dcterms:description "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."^^rdf:XMLLiteral ; dcterms:title "ViewDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ViewRenderingMembershipShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ViewRenderingMembership ; oslc:property [ 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 "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_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_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 "ownedRendering" ; oslc:occurs oslc:Exactly-one ; 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 ], 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:referencedRendering, 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 ViewRenderingMembership is a FeatureMembership that identifies the viewRendering of a ViewDefinition or ViewUsage.."^^rdf:XMLLiteral ; dcterms:title "ViewRenderingMembershipShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ViewUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ViewUsage ; oslc:property [ 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 "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_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 "satisfiedViewpoint" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:satisfiedViewpoint ; oslc:range oslc_sysml:ViewpointUsage ; 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 ], [ 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 represented by its individualDefinition."^^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 "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 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 "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 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 "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 "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 "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 "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 "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_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 "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 ], oslc_sysml_shapes:aliasIds, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:exposedElement, oslc_sysml_shapes:external, oslc_sysml_shapes:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:itemDefinition, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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:partDefinition, 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, oslc_sysml_shapes:viewDefinition ; dcterms:description "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."^^rdf:XMLLiteral ; dcterms:title "ViewUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ViewpointDefinitionShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ViewpointDefinition ; oslc:property [ a oslc:Property ; oslc:name "viewpointStakeholder" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:viewpointStakeholder ; oslc:range oslc_sysml: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 "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 "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 "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 "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 RequirementDefinition that represents its subject."^^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 "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 RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement."^^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 RequirementDefinition that represent stakeholders for th requirement."^^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 "isIndividual" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:isIndividual ; oslc:readOnly false ; dcterms:description "Whether this OccurrenceDefinition is constrained to represent at most one thing."^^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 RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition."^^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_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 "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 ], [ 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 object or value that is the result of evaluating the Function."^^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 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_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 "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 "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 Definition (not necessarily owned)."^^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 "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 "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 "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; 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 "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 "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 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, 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:feature, 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: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:step, oslc_sysml_shapes:textualRepresentation, oslc_sysml_shapes:title, oslc_sysml_shapes:trace, oslc_sysml_shapes:type ; dcterms:description "A ViewpointDefinition is a RequirementDefinition that specifies one or more stakeholder concerns that are to be satisfied by creating a view of a model."^^rdf:XMLLiteral ; dcterms:title "ViewpointDefinitionShape"^^rdf:XMLLiteral . oslc_sysml_shapes:ViewpointUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:ViewpointUsage ; oslc:property [ 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 "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 "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_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 "assumedConstraint" ; oslc:occurs oslc:Zero-or-many ; 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 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_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 "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 parameters of this RequirementUsage that represent actors involved in the requirement."^^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 "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 "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 "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 "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 represented by its individualDefinition."^^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 "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 "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 "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 "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 "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 "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 "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 "viewpointStakeholder" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:viewpointStakeholder ; oslc:range oslc_sysml: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 ViewpointUsage, which are the owned and inherited stakeholderParameters of the framedConcerns of this ViewpointUsage."^^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 "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 "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 "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:behavior, oslc_sysml_shapes:constraintDefinition, oslc_sysml_shapes:contributor, oslc_sysml_shapes:created, oslc_sysml_shapes:creator, oslc_sysml_shapes:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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, oslc_sysml_shapes:viewpointDefinition ; dcterms:description "A ViewpointUsage is a Usage of a ViewpointDefinition."^^rdf:XMLLiteral ; dcterms:title "ViewpointUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:WhileLoopActionUsageShape a oslc:ResourceShape ; oslc:describes oslc_sysml:WhileLoopActionUsage ; 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 Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those 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_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_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 "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 "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 "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 "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: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 "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 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 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_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 "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 ], 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:crossFeature, 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:feature, 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:isConstant, oslc_sysml_shapes:isDerived, oslc_sysml_shapes:isEnd, oslc_sysml_shapes:isImpliedIncluded, oslc_sysml_shapes:isLibraryElement, oslc_sysml_shapes:isOrdered, oslc_sysml_shapes:isPortion, oslc_sysml_shapes:isReference, oslc_sysml_shapes:isSufficient, oslc_sysml_shapes:isUnique, oslc_sysml_shapes:isVariable, oslc_sysml_shapes:mayTimeVary, 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:ownedCrossSubsetting, 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, oslc_sysml_shapes:untilArgument, oslc_sysml_shapes:whileArgument ; dcterms:description "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."^^rdf:XMLLiteral ; dcterms:title "WhileLoopActionUsageShape"^^rdf:XMLLiteral . oslc_sysml_shapes:allocation a oslc:Property ; oslc:name "allocation" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:allocation ; oslc:range oslc_sysml:AllocationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The AllocationUsages that refine the allocation mapping defined by this AllocationDefinition."^^rdf:XMLLiteral . oslc_sysml_shapes:allocationDefinition a oslc:Property ; oslc:name "allocationDefinition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:allocationDefinition ; oslc:range oslc_sysml:AllocationDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The AllocationDefinitions that are the types of this AllocationUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:analysisCaseDefinition a oslc:Property ; oslc:name "analysisCaseDefinition" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:analysisCaseDefinition ; oslc:range oslc_sysml:AnalysisCaseDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The AnalysisCaseDefinition that is the definition of this AnalysisCaseUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:annotatingElement a oslc:Property ; oslc:name "annotatingElement" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:annotatingElement ; oslc:range oslc_sysml:AnnotatingElement ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The AnnotatingElement that annotates the annotatedElement of this Annotation. This is always either the ownedAnnotatingElement or the owningAnnotatingElement."^^rdf:XMLLiteral . oslc_sysml_shapes:bound a oslc:Property ; oslc:name "bound" ; oslc:occurs oslc:One-or-many ; oslc:propertyDefinition oslc_sysml:bound ; oslc:range oslc_sysml: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 first ownedMembers of the MultiplicityRange."^^rdf:XMLLiteral . oslc_sysml_shapes:client a oslc:Property ; oslc:name "client" ; oslc:occurs oslc:One-or-many ; oslc:propertyDefinition oslc_sysml:client ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:concernDefinition a oslc:Property ; oslc:name "concernDefinition" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:concernDefinition ; oslc:range oslc_sysml:ConcernDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConcernDefinition that is the single type of this ConcernUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:condition a oslc:Property ; oslc:name "condition" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:condition ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:crossedFeature a oslc:Property ; oslc:name "crossedFeature" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:crossedFeature ; oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The chained Feature that is cross subset by the crossingFeature of this CrossSubsetting."^^rdf:XMLLiteral . oslc_sysml_shapes:crossingFeature a oslc:Property ; oslc:name "crossingFeature" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:crossingFeature ; oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The end Feature that owns this CrossSubsetting relationship and is also its subsettingFeature."^^rdf:XMLLiteral . oslc_sysml_shapes:disjoiningType a oslc:Property ; oslc:name "disjoiningType" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:disjoiningType ; oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Type asserted to be disjoint with the typeDisjoined."^^rdf:XMLLiteral . oslc_sysml_shapes:documentedElement a oslc:Property ; oslc:name "documentedElement" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:documentedElement ; oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Element that is documented by this Documentation."^^rdf:XMLLiteral . oslc_sysml_shapes:effectAction a oslc:Property ; oslc:name "effectAction" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:effectAction ; oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:elseAction a oslc:Property ; oslc:name "elseAction" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:elseAction ; oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ActionUsage that is to be performed if the result of the ifArgument is false. It is the (optional) third parameter of the IfActionUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:enumeratedValue a oslc:Property ; oslc:name "enumeratedValue" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:enumeratedValue ; oslc:range oslc_sysml:EnumerationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "EnumerationUsages of this EnumerationDefinitionthat have distinct, fixed values. Each enumeratedValue specifies one of the allowed instances of the EnumerationDefinition."^^rdf:XMLLiteral . oslc_sysml_shapes:enumerationDefinition a oslc:Property ; oslc:name "enumerationDefinition" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:enumerationDefinition ; oslc:range oslc_sysml:EnumerationDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The single EnumerationDefinition that is the type of this EnumerationUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:exhibitedState a oslc:Property ; oslc:name "exhibitedState" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:exhibitedState ; oslc:range oslc_sysml:StateUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The StateUsage to be exhibited by the ExhibitStateUsage. It is the performedAction of the ExhibitStateUsage considered as a PerformActionUsage, which must be a StateUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:exposedElement a oslc:Property ; oslc:name "exposedElement" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:exposedElement ; oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:featureChained a oslc:Property ; oslc:name "featureChained" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:featureChained ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:featureInverted a oslc:Property ; oslc:name "featureInverted" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:featureInverted ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:featureOfType a oslc:Property ; oslc:name "featureOfType" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:featureOfType ; 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. It is the source of the TypeFeaturing."^^rdf:XMLLiteral . oslc_sysml_shapes:featureWithValue a oslc:Property ; oslc:name "featureWithValue" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:featureWithValue ; oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature to be provided a value."^^rdf:XMLLiteral . oslc_sysml_shapes:guardExpression 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 "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 . oslc_sysml_shapes:ifArgument a oslc:Property ; oslc:name "ifArgument" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:ifArgument ; oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Expression whose result determines whether the thenAction or (optionally) the elseAction is performed. It is the first parameter of the IfActionUsage.."^^rdf:XMLLiteral . oslc_sysml_shapes:interfaceDefinition a oslc:Property ; oslc:name "interfaceDefinition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:interfaceDefinition ; oslc:range oslc_sysml:InterfaceDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The InterfaceDefinitions that type this InterfaceUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:interfaceEnd a oslc:Property ; oslc:name "interfaceEnd" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:interfaceEnd ; oslc:range oslc_sysml:PortUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description """The PortUsages that are the connectionEnds of this InterfaceDefinition. ."""^^rdf:XMLLiteral . oslc_sysml_shapes:invertingFeature a oslc:Property ; oslc:name "invertingFeature" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:invertingFeature ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:isDefault a oslc:Property ; oslc:name "isDefault" ; oslc:occurs oslc:Exactly-one ; 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_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_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_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_sysml:loopVariable ; oslc:range oslc_sysml:ReferenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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.."^^rdf:XMLLiteral . oslc_sysml_shapes:lowerBound a oslc:Property ; oslc:name "lowerBound" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:lowerBound ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:metadataDefinition a oslc:Property ; oslc:name "metadataDefinition" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:metadataDefinition ; oslc:range oslc_sysml:Metaclass ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The MetadataDefinition that is the definition of this MetadataUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedActorParameter a oslc:Property ; oslc:name "ownedActorParameter" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:ownedActorParameter ; oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The PartUsage specifying the actor."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedAnnotatingElement a oslc:Property ; oslc:name "ownedAnnotatingElement" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:ownedAnnotatingElement ; oslc:range oslc_sysml:AnnotatingElement ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The annotatingElement of this Annotation, when it is an ownedRelatedElement."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedObjectiveRequirement a oslc:Property ; oslc:name "ownedObjectiveRequirement" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:ownedObjectiveRequirement ; oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RequirementUsage that is the ownedMemberFeature of this RequirementUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedPortConjugator a oslc:Property ; oslc:name "ownedPortConjugator" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:ownedPortConjugator ; oslc:range oslc_sysml:PortConjugation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The PortConjugation that is the ownedConjugator of this ConjugatedPortDefinition, linking it to its originalPortDefinition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedResultExpression a oslc:Property ; oslc:name "ownedResultExpression" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:ownedResultExpression ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedStakeholderParameter a oslc:Property ; oslc:name "ownedStakeholderParameter" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:ownedStakeholderParameter ; oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The PartUsage specifying the stakeholder."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedSubjectParameter a oslc:Property ; oslc:name "ownedSubjectParameter" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:ownedSubjectParameter ; oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The UsageownedMemberParameter of this SubjectMembership."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedVariantUsage a oslc:Property ; oslc:name "ownedVariantUsage" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:ownedVariantUsage ; oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usage that represents a variant in the context of the owningVariationDefinition or owningVariationUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:owningAnnotatedElement a oslc:Property ; oslc:name "owningAnnotatedElement" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:owningAnnotatedElement ; oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The annotatedElement of this Annotation, when it is also the owningRelatedElement."^^rdf:XMLLiteral . oslc_sysml_shapes:owningAnnotatingElement a oslc:Property ; oslc:name "owningAnnotatingElement" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:owningAnnotatingElement ; oslc:range oslc_sysml:AnnotatingElement ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The annotatingElement of this Annotation, when it is the owningRelatedElement."^^rdf:XMLLiteral . oslc_sysml_shapes:owningClassifier a oslc:Property ; oslc:name "owningClassifier" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:owningClassifier ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:owningFeatureOfType a oslc:Property ; oslc:name "owningFeatureOfType" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:owningFeatureOfType ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:payloadParameter a oslc:Property ; oslc:name "payloadParameter" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:payloadParameter ; oslc:range oslc_sysml:ReferenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The nestedReference of this AcceptActionUsage that redefines the payload output parameter of the base AcceptActionUsage AcceptAction from the Systems Model Library."^^rdf:XMLLiteral . oslc_sysml_shapes:redefinedFeature a oslc:Property ; oslc:name "redefinedFeature" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:redefinedFeature ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:redefiningFeature a oslc:Property ; oslc:name "redefiningFeature" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:redefiningFeature ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:referencedConcern a oslc:Property ; oslc:name "referencedConcern" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:referencedConcern ; oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description " The ConcernUsage that is referenced through this FramedConcernMembership. It is the referencedConstraint of the FramedConcernMembership considered as a RequirementConstraintMembership, which must be a ConcernUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:referencedElement a oslc:Property ; oslc:name "referencedElement" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:referencedElement ; oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Element whose metadata is being accessed."^^rdf:XMLLiteral . oslc_sysml_shapes:referencedFeature a oslc:Property ; oslc:name "referencedFeature" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:referencedFeature ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:referencedRendering a oslc:Property ; oslc:name "referencedRendering" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:referencedRendering ; oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description " 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."^^rdf:XMLLiteral . oslc_sysml_shapes:referencingFeature a oslc:Property ; oslc:name "referencingFeature" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:referencingFeature ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:rendering a oslc:Property ; oslc:name "rendering" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:rendering ; oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of a RenderingDefinition that are RenderingUsages."^^rdf:XMLLiteral . oslc_sysml_shapes:renderingDefinition a oslc:Property ; oslc:name "renderingDefinition" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:renderingDefinition ; oslc:range oslc_sysml:RenderingDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RenderingDefinition that is the definition of this RenderingUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:representedElement a oslc:Property ; oslc:name "representedElement" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:representedElement ; oslc:range oslc_sysml:Element ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Element that is represented by this TextualRepresentation."^^rdf:XMLLiteral . oslc_sysml_shapes:satisfiedRequirement a oslc:Property ; oslc:name "satisfiedRequirement" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:satisfiedRequirement ; oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:satisfyingFeature a oslc:Property ; oslc:name "satisfyingFeature" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:satisfyingFeature ; oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that represents the actual subject that is asserted to satisfy the satisfiedRequirement. The satisfyingFeature is bound to the subjectParameter of the SatisfyRequirementUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:senderArgument a oslc:Property ; oslc:name "senderArgument" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:senderArgument ; 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 sender input parameter of this SendActionUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:seqArgument a oslc:Property ; oslc:name "seqArgument" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:seqArgument ; oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:state a oslc:Property ; oslc:name "state" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:state ; oslc:range oslc_sysml:StateUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The StateUsages, which are actions in the StateDefinition, that specify the discrete states in the behavior defined by the StateDefinition."^^rdf:XMLLiteral . oslc_sysml_shapes:subclassifier a oslc:Property ; oslc:name "subclassifier" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:subclassifier ; oslc:range oslc_sysml:Classifier ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The more specific Classifier in this Subclassification."^^rdf:XMLLiteral . oslc_sysml_shapes:succession a oslc:Property ; oslc:name "succession" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:succession ; oslc:range oslc_sysml:Succession ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Succession that is the ownedFeature of this TransitionUsage, which, if the TransitionUsage is triggered, asserts the temporal ordering of the source and target."^^rdf:XMLLiteral . oslc_sysml_shapes:superclassifier a oslc:Property ; oslc:name "superclassifier" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:superclassifier ; oslc:range oslc_sysml:Classifier ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The more general Classifier in this Subclassification."^^rdf:XMLLiteral . oslc_sysml_shapes:supplier a oslc:Property ; oslc:name "supplier" ; oslc:occurs oslc:One-or-many ; oslc:propertyDefinition oslc_sysml:supplier ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:targetArgument a oslc:Property ; oslc:name "targetArgument" ; oslc:occurs oslc:Zero-or-one ; 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_sysml:thenAction ; oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ActionUsage that is to be performed if the result of the ifArgument is true. It is the second parameter of the IfActionUsage.."^^rdf:XMLLiteral . oslc_sysml_shapes:transitionFeature a oslc:Property ; oslc:name "transitionFeature" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:transitionFeature ; oslc:range oslc_sysml:Step ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Step that is the ownedMemberFeature of this TransitionFeatureMembership."^^rdf:XMLLiteral . oslc_sysml_shapes:triggerAction a oslc:Property ; oslc:name "triggerAction" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:triggerAction ; oslc:range oslc_sysml:AcceptActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:typeDifferenced a oslc:Property ; oslc:name "typeDifferenced" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:typeDifferenced ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:typeDisjoined a oslc:Property ; oslc:name "typeDisjoined" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:typeDisjoined ; oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "Type asserted to be disjoint with the disjoiningType."^^rdf:XMLLiteral . oslc_sysml_shapes:typeIntersected a oslc:Property ; oslc:name "typeIntersected" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:typeIntersected ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:typeUnioned a oslc:Property ; oslc:name "typeUnioned" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:typeUnioned ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:untilArgument a oslc:Property ; oslc:name "untilArgument" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:untilArgument ; oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:upperBound a oslc:Property ; oslc:name "upperBound" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:upperBound ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:useCaseIncluded a oslc:Property ; oslc:name "useCaseIncluded" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:useCaseIncluded ; oslc:range oslc_sysml:UseCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The UseCaseUsage to be included by this IncludeUseCaseUsage. It is the performedAction of the IncludeUseCaseUsage considered as a PerformActionUsage, which must be a UseCaseUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:valueExpression a oslc:Property ; oslc:name "valueExpression" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:valueExpression ; oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Expression whose result is to be assigned to the referent Feature."^^rdf:XMLLiteral . oslc_sysml_shapes:verificationCaseDefinition a oslc:Property ; oslc:name "verificationCaseDefinition" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:verificationCaseDefinition ; oslc:range oslc_sysml:VerificationCaseDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The VerificationCase that is the definition of this VerificationCaseUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:view a oslc:Property ; oslc:name "view" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:view ; oslc:range oslc_sysml:ViewUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The usages of this ViewDefinition that are ViewUsages."^^rdf:XMLLiteral . oslc_sysml_shapes:viewDefinition a oslc:Property ; oslc:name "viewDefinition" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:viewDefinition ; oslc:range oslc_sysml:ViewDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ViewDefinition that is the definition of this ViewUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:viewpointDefinition a oslc:Property ; oslc:name "viewpointDefinition" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:viewpointDefinition ; oslc:range oslc_sysml:ViewpointDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ViewpointDefinition that is the definition of this ViewpointUsage.."^^rdf:XMLLiteral . oslc_sysml_shapes:whileArgument a oslc:Property ; oslc:name "whileArgument" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:whileArgument ; oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Expression whose result, if true, determines that the bodyAction should continue to be performed. It is the first owned parameter of the WhileLoopActionUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:assertedConstraint a oslc:Property ; oslc:name "assertedConstraint" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:assertedConstraint ; oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:attributeDefinition a oslc:Property ; oslc:name "attributeDefinition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:attributeDefinition ; oslc:range oslc_sysml:DataType ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:conjugatedType a oslc:Property ; oslc:name "conjugatedType" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:conjugatedType ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:filterCondition a oslc:Property ; oslc:name "filterCondition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:filterCondition ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:flowDefinition a oslc:Property ; oslc:name "flowDefinition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:flowDefinition ; oslc:range oslc_sysml:Interaction ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Interactions that are the types of this FlowUsage. Nominally, these are FlowDefinitions, but other kinds of Kernel Interactions are also allowed, to permit use of Interactions from the Kernel Model Libraries."^^rdf:XMLLiteral . oslc_sysml_shapes:importedNamespace a oslc:Property ; oslc:name "importedNamespace" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:importedNamespace ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:locale a oslc:Property ; oslc:name "locale" ; oslc:occurs oslc:Zero-or-one ; 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_sysml:metaclass ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:originalType a oslc:Property ; oslc:name "originalType" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:originalType ; oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type to be conjugated."^^rdf:XMLLiteral . oslc_sysml_shapes:stateDefinition a oslc:Property ; oslc:name "stateDefinition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:stateDefinition ; oslc:range oslc_sysml:Behavior ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:typedFeature a oslc:Property ; oslc:name "typedFeature" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:typedFeature ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:useCaseDefinition a oslc:Property ; oslc:name "useCaseDefinition" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:useCaseDefinition ; oslc:range oslc_sysml:UseCaseDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The UseCaseDefinition that is the definition of this UseCaseUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:bodyAction a oslc:Property ; oslc:name "bodyAction" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:bodyAction ; oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ActionUsage to be performed repeatedly by the LoopActionUsage. It is the second parameter of the LoopActionUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:connectionDefinition a oslc:Property ; oslc:name "connectionDefinition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:connectionDefinition ; oslc:range oslc_sysml:AssociationStructure ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:connectionEnd a oslc:Property ; oslc:name "connectionEnd" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:connectionEnd ; oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that define the things related by the ConnectionDefinition."^^rdf:XMLLiteral . oslc_sysml_shapes:isNegated a oslc:Property ; oslc:name "isNegated" ; oslc:occurs oslc:Exactly-one ; 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_sysml:performedAction ; oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ActionUsage to be performed by this PerformedActionUsage. It is the eventOccurrence of the PerformActionUsage considered as an EventOccurrenceUsage, which must be an ActionUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:referencedConstraint a oslc:Property ; oslc:name "referencedConstraint" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:referencedConstraint ; oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description " 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."^^rdf:XMLLiteral . oslc_sysml_shapes:eventOccurrence a oslc:Property ; oslc:name "eventOccurrence" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:eventOccurrence ; oslc:range oslc_sysml:OccurrenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:interaction a oslc:Property ; oslc:name "interaction" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:interaction ; oslc:range oslc_sysml:Interaction ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Interactions that type this Flow. Interactions are both Associations and Behaviors, which can type Connectors and Steps, respectively."^^rdf:XMLLiteral . oslc_sysml_shapes:payloadFeature a oslc:Property ; oslc:name "payloadFeature" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:payloadFeature ; oslc:range oslc_sysml:PayloadFeature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedFeature of the Flow that is a PayloadFeature (if any)."^^rdf:XMLLiteral . oslc_sysml_shapes:payloadType a oslc:Property ; oslc:name "payloadType" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:payloadType ; oslc:range oslc_sysml: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 payloadFeature of the Flow."^^rdf:XMLLiteral . oslc_sysml_shapes:requirementDefinition a oslc:Property ; oslc:name "requirementDefinition" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:requirementDefinition ; oslc:range oslc_sysml:RequirementDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RequirementDefinition that is the single definition of this RequirementUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:sourceOutputFeature a oslc:Property ; oslc:name "sourceOutputFeature" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:sourceOutputFeature ; oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that provides the items carried by the Flow. It must be a feature of the source of the Flow."^^rdf:XMLLiteral . oslc_sysml_shapes:subsettedFeature a oslc:Property ; oslc:name "subsettedFeature" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:subsettedFeature ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:subsettingFeature a oslc:Property ; oslc:name "subsettingFeature" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:subsettingFeature ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:targetInputFeature a oslc:Property ; oslc:name "targetInputFeature" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:targetInputFeature ; oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Feature that receives the values carried by the Flow. It must be a feature of the target of the Flow."^^rdf:XMLLiteral . oslc_sysml_shapes:calculation a oslc:Property ; oslc:name "calculation" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:calculation ; oslc:range oslc_sysml:CalculationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The actions of this CalculationDefinition that are CalculationUsages."^^rdf:XMLLiteral . oslc_sysml_shapes:caseDefinition a oslc:Property ; oslc:name "caseDefinition" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:caseDefinition ; oslc:range oslc_sysml:CaseDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The CaseDefinition that is the type of this CaseUsage."^^rdf:XMLLiteral . oslc_sysml_shapes:operator a oslc:Property ; oslc:name "operator" ; oslc:occurs oslc:Exactly-one ; 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:ownedMemberParameter a oslc:Property ; oslc:name "ownedMemberParameter" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:ownedMemberParameter ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:annotation a oslc:Property ; oslc:name "annotation" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:annotation ; oslc:range oslc_sysml:Annotation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Annotations that relate this AnnotatingElement to its annotatedElements. This includes the owningAnnotatingRelationship (if any) followed by all the ownedAnnotatingRelationshps."^^rdf:XMLLiteral . oslc_sysml_shapes:calculationDefinition a oslc:Property ; oslc:name "calculationDefinition" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:calculationDefinition ; oslc:range oslc_sysml:Function ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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.."^^rdf:XMLLiteral . oslc_sysml_shapes:constraintDefinition a oslc:Property ; oslc:name "constraintDefinition" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:constraintDefinition ; oslc:range oslc_sysml:Predicate ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:importOwningNamespace a oslc:Property ; oslc:name "importOwningNamespace" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:importOwningNamespace ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:importedElement a oslc:Property ; oslc:name "importedElement" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:importedElement ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:isImportAll a oslc:Property ; oslc:name "isImportAll" ; oslc:occurs oslc:Exactly-one ; 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_sysml:isRecursive ; oslc:readOnly false ; dcterms:description "Whether to recursively import Memberships from visible, owned sub-Namespaces."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedAnnotatingRelationship a oslc:Property ; oslc:name "ownedAnnotatingRelationship" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedAnnotatingRelationship ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:owningAnnotatingRelationship a oslc:Property ; oslc:name "owningAnnotatingRelationship" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:owningAnnotatingRelationship ; oslc:range oslc_sysml:Annotation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The owningRelationship of this AnnotatingRelationship, if it is an Annotation."^^rdf:XMLLiteral . oslc_sysml_shapes:partDefinition a oslc:Property ; oslc:name "partDefinition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:partDefinition ; oslc:range oslc_sysml:PartDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The itemDefinitions of this PartUsage that are PartDefinitions."^^rdf:XMLLiteral . oslc_sysml_shapes:associationEnd a oslc:Property ; oslc:name "associationEnd" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:associationEnd ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:relatedType a oslc:Property ; oslc:name "relatedType" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:relatedType ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:sourceType a oslc:Property ; oslc:name "sourceType" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:sourceType ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:targetType a oslc:Property ; oslc:name "targetType" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:targetType ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:general a oslc:Property ; oslc:name "general" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:general ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:itemDefinition a oslc:Property ; oslc:name "itemDefinition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:itemDefinition ; oslc:range oslc_sysml:Structure ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:predicate a oslc:Property ; oslc:name "predicate" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:predicate ; oslc:range oslc_sysml:Predicate ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Predicate that types the Expression."^^rdf:XMLLiteral . oslc_sysml_shapes:specific a oslc:Property ; oslc:name "specific" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:specific ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:argument a oslc:Property ; oslc:name "argument" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:argument ; oslc:range oslc_sysml:Expression ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Expressions whose results are bound to features of the instantiatedType. The arguments are ordered consistent with the order of the features, though they may not be one-to-one with all the features."^^rdf:XMLLiteral . oslc_sysml_shapes:instantiatedType a oslc:Property ; oslc:name "instantiatedType" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:instantiatedType ; oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Type that is being instantiated."^^rdf:XMLLiteral . oslc_sysml_shapes:expression a oslc:Property ; oslc:name "expression" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:expression ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:association a oslc:Property ; oslc:name "association" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:association ; oslc:range oslc_sysml:Association ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Associations that type the Connector."^^rdf:XMLLiteral . oslc_sysml_shapes:connectorEnd a oslc:Property ; oslc:name "connectorEnd" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:connectorEnd ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:defaultFeaturingType a oslc:Property ; oslc:name "defaultFeaturingType" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:defaultFeaturingType ; oslc:range oslc_sysml:Type ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The innermost Type that is a common direct or indirect featuringType of the relatedFeatures, such that, if it exists and was the featuringType of this Connector, the Connector would satisfy the checkConnectorTypeFeaturing constraint."^^rdf:XMLLiteral . oslc_sysml_shapes:relatedFeature a oslc:Property ; oslc:name "relatedFeature" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:relatedFeature ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:sourceFeature a oslc:Property ; oslc:name "sourceFeature" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:sourceFeature ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedMemberFeature a oslc:Property ; oslc:name "ownedMemberFeature" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:ownedMemberFeature ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:step a oslc:Property ; oslc:name "step" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:step ; oslc:range oslc_sysml:Step ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Steps that make up this Behavior."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedMemberElement a oslc:Property ; oslc:name "ownedMemberElement" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:ownedMemberElement ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedMemberElementId a oslc:Property ; oslc:name "ownedMemberElementId" ; oslc:occurs oslc:Exactly-one ; 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_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_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_sysml:memberElement ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:memberElementId a oslc:Property ; oslc:name "memberElementId" ; oslc:occurs oslc:Exactly-one ; 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_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_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_sysml:membershipOwningNamespace ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:actionDefinition a oslc:Property ; oslc:name "actionDefinition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:actionDefinition ; oslc:range oslc_sysml:Behavior ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedAction a oslc:Property ; oslc:name "ownedAction" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedAction ; oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ActionUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedAllocation a oslc:Property ; oslc:name "ownedAllocation" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedAllocation ; oslc:range oslc_sysml:AllocationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The AllocationUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedAnalysisCase a oslc:Property ; oslc:name "ownedAnalysisCase" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedAnalysisCase ; oslc:range oslc_sysml:AnalysisCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The AnalysisCaseUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedAttribute a oslc:Property ; oslc:name "ownedAttribute" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedAttribute ; oslc:range oslc_sysml:AttributeUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The AttributeUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedCalculation a oslc:Property ; oslc:name "ownedCalculation" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedCalculation ; oslc:range oslc_sysml:CalculationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The CalculationUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedCase a oslc:Property ; oslc:name "ownedCase" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedCase ; oslc:range oslc_sysml:CaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The code>CaseUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedConnection a oslc:Property ; oslc:name "ownedConnection" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedConnection ; oslc:range oslc_sysml:ConnectorAsUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowUsages because these are ConnectorAsUsages even though they are not ConnectionUsages."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedEnumeration a oslc:Property ; oslc:name "ownedEnumeration" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedEnumeration ; oslc:range oslc_sysml:EnumerationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The EnumerationUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedFlow a oslc:Property ; oslc:name "ownedFlow" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedFlow ; oslc:range oslc_sysml:FlowUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The FlowUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedInterface a oslc:Property ; oslc:name "ownedInterface" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedInterface ; oslc:range oslc_sysml:InterfaceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The InterfaceUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedItem a oslc:Property ; oslc:name "ownedItem" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedItem ; oslc:range oslc_sysml:ItemUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ItemUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedMetadata a oslc:Property ; oslc:name "ownedMetadata" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedMetadata ; oslc:range oslc_sysml:MetadataUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The MetadataUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedOccurrence a oslc:Property ; oslc:name "ownedOccurrence" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedOccurrence ; oslc:range oslc_sysml:OccurrenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The OccurrenceUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedPart a oslc:Property ; oslc:name "ownedPart" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedPart ; oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The PartUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedPort a oslc:Property ; oslc:name "ownedPort" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedPort ; oslc:range oslc_sysml:PortUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The PortUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedReference a oslc:Property ; oslc:name "ownedReference" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedReference ; oslc:range oslc_sysml:ReferenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ReferenceUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedState a oslc:Property ; oslc:name "ownedState" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedState ; oslc:range oslc_sysml:StateUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The StateUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedTransition a oslc:Property ; oslc:name "ownedTransition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedTransition ; oslc:range oslc_sysml:TransitionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The TransitionUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedUsage a oslc:Property ; oslc:name "ownedUsage" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedUsage ; oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are ownedFeatures of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedUseCase a oslc:Property ; oslc:name "ownedUseCase" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedUseCase ; oslc:range oslc_sysml:UseCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The UseCaseUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedVerificationCase a oslc:Property ; oslc:name "ownedVerificationCase" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedVerificationCase ; oslc:range oslc_sysml:VerificationCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The VerificationCaseUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedView a oslc:Property ; oslc:name "ownedView" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedView ; oslc:range oslc_sysml:ViewUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ViewUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedViewpoint a oslc:Property ; oslc:name "ownedViewpoint" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedViewpoint ; oslc:range oslc_sysml:ViewpointUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ViewpointUsages that are ownedUsages of this Definition."^^rdf:XMLLiteral . oslc_sysml_shapes:function a oslc:Property ; oslc:name "function" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:function ; oslc:range oslc_sysml:Function ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Function that types this Expression."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedSubclassification a oslc:Property ; oslc:name "ownedSubclassification" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedSubclassification ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:individualDefinition a oslc:Property ; oslc:name "individualDefinition" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:individualDefinition ; oslc:range oslc_sysml:OccurrenceDefinition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The at most one occurrenceDefinition that has isIndividual = true."^^rdf:XMLLiteral . oslc_sysml_shapes:occurrenceDefinition a oslc:Property ; oslc:name "occurrenceDefinition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:occurrenceDefinition ; oslc:range oslc_sysml:Class ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:portionKind a oslc:Property ; oslc:name "portionKind" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:portionKind ; oslc:readOnly false ; dcterms:description "The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType."^^rdf:XMLLiteral . oslc_sysml_shapes:definition a oslc:Property ; oslc:name "definition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:definition ; oslc:range oslc_sysml:Classifier ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "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."^^rdf:XMLLiteral . oslc_sysml_shapes:isReference a oslc:Property ; oslc:name "isReference" ; oslc:occurs oslc:Exactly-one ; 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:mayTimeVary a oslc:Property ; oslc:name "mayTimeVary" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:mayTimeVary ; oslc:readOnly false ; dcterms:description "Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots)."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedAction a oslc:Property ; oslc:name "nestedAction" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedAction ; oslc:range oslc_sysml:ActionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ActionUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedAllocation a oslc:Property ; oslc:name "nestedAllocation" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedAllocation ; oslc:range oslc_sysml:AllocationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The AllocationUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedAnalysisCase a oslc:Property ; oslc:name "nestedAnalysisCase" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedAnalysisCase ; oslc:range oslc_sysml:AnalysisCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The AnalysisCaseUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedAttribute a oslc:Property ; oslc:name "nestedAttribute" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedAttribute ; oslc:range oslc_sysml:AttributeUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The code>AttributeUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedCalculation a oslc:Property ; oslc:name "nestedCalculation" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedCalculation ; oslc:range oslc_sysml:CalculationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The CalculationUsage that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedCase a oslc:Property ; oslc:name "nestedCase" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedCase ; oslc:range oslc_sysml:CaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The CaseUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedConcern a oslc:Property ; oslc:name "nestedConcern" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedConcern ; oslc:range oslc_sysml:ConcernUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConcernUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedConnection a oslc:Property ; oslc:name "nestedConnection" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedConnection ; oslc:range oslc_sysml:ConnectorAsUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedConstraint a oslc:Property ; oslc:name "nestedConstraint" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedConstraint ; oslc:range oslc_sysml:ConstraintUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ConstraintUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedEnumeration a oslc:Property ; oslc:name "nestedEnumeration" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedEnumeration ; oslc:range oslc_sysml:EnumerationUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The code>EnumerationUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedFlow a oslc:Property ; oslc:name "nestedFlow" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedFlow ; oslc:range oslc_sysml:FlowUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The code>FlowUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedInterface a oslc:Property ; oslc:name "nestedInterface" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedInterface ; oslc:range oslc_sysml:InterfaceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The InterfaceUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedItem a oslc:Property ; oslc:name "nestedItem" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedItem ; oslc:range oslc_sysml:ItemUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ItemUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedMetadata a oslc:Property ; oslc:name "nestedMetadata" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedMetadata ; oslc:range oslc_sysml:MetadataUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The MetadataUsages that are nestedUsages of this of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedOccurrence a oslc:Property ; oslc:name "nestedOccurrence" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedOccurrence ; oslc:range oslc_sysml:OccurrenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The OccurrenceUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedPart a oslc:Property ; oslc:name "nestedPart" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedPart ; oslc:range oslc_sysml:PartUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The PartUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedPort a oslc:Property ; oslc:name "nestedPort" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedPort ; oslc:range oslc_sysml:PortUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The PortUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedReference a oslc:Property ; oslc:name "nestedReference" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedReference ; oslc:range oslc_sysml:ReferenceUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ReferenceUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedRendering a oslc:Property ; oslc:name "nestedRendering" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedRendering ; oslc:range oslc_sysml:RenderingUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RenderingUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedRequirement a oslc:Property ; oslc:name "nestedRequirement" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedRequirement ; oslc:range oslc_sysml:RequirementUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The RequirementUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedState a oslc:Property ; oslc:name "nestedState" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedState ; oslc:range oslc_sysml:StateUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The StateUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedTransition a oslc:Property ; oslc:name "nestedTransition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedTransition ; oslc:range oslc_sysml:TransitionUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The TransitionUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedUsage a oslc:Property ; oslc:name "nestedUsage" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedUsage ; oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usages that are ownedFeatures of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedUseCase a oslc:Property ; oslc:name "nestedUseCase" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedUseCase ; oslc:range oslc_sysml:UseCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The UseCaseUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedVerificationCase a oslc:Property ; oslc:name "nestedVerificationCase" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedVerificationCase ; oslc:range oslc_sysml:VerificationCaseUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The VerificationCaseUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedView a oslc:Property ; oslc:name "nestedView" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedView ; oslc:range oslc_sysml:ViewUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ViewUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:nestedViewpoint a oslc:Property ; oslc:name "nestedViewpoint" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:nestedViewpoint ; oslc:range oslc_sysml:ViewpointUsage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ViewpointUsages that are nestedUsages of this Usage."^^rdf:XMLLiteral . oslc_sysml_shapes:owningDefinition a oslc:Property ; oslc:name "owningDefinition" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:owningDefinition ; oslc:range oslc_sysml:Definition ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Definition that owns this Usage (if any)."^^rdf:XMLLiteral . oslc_sysml_shapes:owningUsage a oslc:Property ; oslc:name "owningUsage" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:owningUsage ; oslc:range oslc_sysml:Usage ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Usage in which this Usage is nested (if any)."^^rdf:XMLLiteral . oslc_sysml_shapes:behavior a oslc:Property ; oslc:name "behavior" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:behavior ; oslc:range oslc_sysml:Behavior ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Behaviors that type this Step."^^rdf:XMLLiteral . oslc_sysml_shapes:isImplied a oslc:Property ; oslc:name "isImplied" ; oslc:occurs oslc:Exactly-one ; 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_sysml:ownedRelatedElement ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:owningRelatedElement a oslc:Property ; oslc:name "owningRelatedElement" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:owningRelatedElement ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:relatedElement a oslc:Property ; oslc:name "relatedElement" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:relatedElement ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:crossFeature a oslc:Property ; oslc:name "crossFeature" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:crossFeature ; oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description """The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. ."""^^rdf:XMLLiteral . oslc_sysml_shapes:direction a oslc:Property ; oslc:name "direction" ; oslc:occurs oslc:Zero-or-one ; 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_sysml:endOwningType ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:featureTarget a oslc:Property ; oslc:name "featureTarget" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:featureTarget ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:isComposite a oslc:Property ; oslc:name "isComposite" ; oslc:occurs oslc:Exactly-one ; 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 and cannot be values of another composite feature that is not on the same featuring instance."^^rdf:XMLLiteral . oslc_sysml_shapes:isConstant a oslc:Property ; oslc:name "isConstant" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:isConstant ; oslc:readOnly false ; dcterms:description "If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType."^^rdf:XMLLiteral . oslc_sysml_shapes:isDerived a oslc:Property ; oslc:name "isDerived" ; oslc:occurs oslc:Exactly-one ; 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_sysml:isEnd ; oslc:readOnly false ; dcterms:description "Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed."^^rdf:XMLLiteral . oslc_sysml_shapes:isOrdered a oslc:Property ; oslc:name "isOrdered" ; oslc:occurs oslc:Exactly-one ; 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_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:isUnique a oslc:Property ; oslc:name "isUnique" ; oslc:occurs oslc:Exactly-one ; 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:isVariable a oslc:Property ; oslc:name "isVariable" ; oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition oslc_sysml:isVariable ; oslc:readOnly false ; dcterms:description "Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedCrossSubsetting a oslc:Property ; oslc:name "ownedCrossSubsetting" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:ownedCrossSubsetting ; oslc:range oslc_sysml:CrossSubsetting ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature.."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedFeatureChaining a oslc:Property ; oslc:name "ownedFeatureChaining" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedFeatureChaining ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedFeatureInverting a oslc:Property ; oslc:name "ownedFeatureInverting" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedFeatureInverting ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedRedefinition a oslc:Property ; oslc:name "ownedRedefinition" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedRedefinition ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedReferenceSubsetting a oslc:Property ; oslc:name "ownedReferenceSubsetting" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:ownedReferenceSubsetting ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedSubsetting a oslc:Property ; oslc:name "ownedSubsetting" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedSubsetting ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedTypeFeaturing a oslc:Property ; oslc:name "ownedTypeFeaturing" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedTypeFeaturing ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedTyping a oslc:Property ; oslc:name "ownedTyping" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedTyping ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:owningFeatureMembership a oslc:Property ; oslc:name "owningFeatureMembership" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:owningFeatureMembership ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:directedFeature a oslc:Property ; oslc:name "directedFeature" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:directedFeature ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:endFeature a oslc:Property ; oslc:name "endFeature" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:endFeature ; oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "All features of this Type with isEnd = true."^^rdf:XMLLiteral . oslc_sysml_shapes:feature 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:featureMembership a oslc:Property ; oslc:name "featureMembership" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:featureMembership ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:inheritedFeature a oslc:Property ; oslc:name "inheritedFeature" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:inheritedFeature ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:inheritedMembership a oslc:Property ; oslc:name "inheritedMembership" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:inheritedMembership ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:input a oslc:Property ; oslc:name "input" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:input ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:isAbstract a oslc:Property ; oslc:name "isAbstract" ; oslc:occurs oslc:Exactly-one ; 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_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_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_sysml:multiplicity ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:output a oslc:Property ; oslc:name "output" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:output ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedConjugator a oslc:Property ; oslc:name "ownedConjugator" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:ownedConjugator ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedDifferencing a oslc:Property ; oslc:name "ownedDifferencing" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedDifferencing ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedDisjoining a oslc:Property ; oslc:name "ownedDisjoining" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedDisjoining ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedEndFeature a oslc:Property ; oslc:name "ownedEndFeature" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedEndFeature ; oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "All endFeatures of this Type that are ownedFeatures."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedFeature a oslc:Property ; oslc:name "ownedFeature" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedFeature ; oslc:range oslc_sysml:Feature ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The ownedMemberFeatures of the ownedFeatureMemberships of this Type."^^rdf:XMLLiteral . oslc_sysml_shapes:ownedFeatureMembership a oslc:Property ; oslc:name "ownedFeatureMembership" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedFeatureMembership ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedIntersecting a oslc:Property ; oslc:name "ownedIntersecting" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedIntersecting ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedSpecialization a oslc:Property ; oslc:name "ownedSpecialization" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedSpecialization ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedUnioning a oslc:Property ; oslc:name "ownedUnioning" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedUnioning ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:member a oslc:Property ; oslc:name "member" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:member ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:membership a oslc:Property ; oslc:name "membership" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:membership ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedImport a oslc:Property ; oslc:name "ownedImport" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedImport ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedMember a oslc:Property ; oslc:name "ownedMember" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedMember ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedMembership a oslc:Property ; oslc:name "ownedMembership" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedMembership ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:aliasIds a oslc:Property ; oslc:name "aliasIds" ; oslc:occurs oslc:Zero-or-many ; 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 . oslc_sysml_shapes: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 . oslc_sysml_shapes: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 . oslc_sysml_shapes: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 . oslc_sysml_shapes: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 . oslc_sysml_shapes:declaredName a oslc:Property ; oslc:name "declaredName" ; oslc:occurs oslc:Zero-or-one ; 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_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 . oslc_sysml_shapes: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 . oslc_sysml_shapes: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 . oslc_sysml_shapes:documentation a oslc:Property ; oslc:name "documentation" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:documentation ; oslc:range oslc_sysml:Documentation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The Documentation owned by this Element."^^rdf:XMLLiteral . oslc_sysml_shapes: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 . oslc_sysml_shapes:elementId a oslc:Property ; oslc:name "elementId" ; oslc:occurs oslc:Exactly-one ; 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 . oslc_sysml_shapes: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 . oslc_sysml_shapes: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 . oslc_sysml_shapes: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 . oslc_sysml_shapes:isImpliedIncluded a oslc:Property ; oslc:name "isImpliedIncluded" ; oslc:occurs oslc:Exactly-one ; 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_sysml:isLibraryElement ; oslc:readOnly false ; dcterms:description "Whether this Element is contained in the ownership tree of a library model."^^rdf:XMLLiteral . oslc_sysml_shapes: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 . oslc_sysml_shapes:name a oslc:Property ; oslc:name "name" ; oslc:occurs oslc:Zero-or-one ; 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_sysml:ownedAnnotation ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedElement a oslc:Property ; oslc:name "ownedElement" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedElement ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:ownedRelationship a oslc:Property ; oslc:name "ownedRelationship" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:ownedRelationship ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:owner a oslc:Property ; oslc:name "owner" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:owner ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:owningMembership a oslc:Property ; oslc:name "owningMembership" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:owningMembership ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:owningNamespace a oslc:Property ; oslc:name "owningNamespace" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:owningNamespace ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:owningRelationship a oslc:Property ; oslc:name "owningRelationship" ; oslc:occurs oslc:Zero-or-one ; oslc:propertyDefinition oslc_sysml:owningRelationship ; oslc:range oslc_sysml: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 . oslc_sysml_shapes:qualifiedName a oslc:Property ; oslc:name "qualifiedName" ; oslc:occurs oslc:Zero-or-one ; 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. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first."^^rdf:XMLLiteral . oslc_sysml_shapes: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 . oslc_sysml_shapes: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 . oslc_sysml_shapes: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 . oslc_sysml_shapes:shortName a oslc:Property ; oslc:name "shortName" ; oslc:occurs oslc:Zero-or-one ; 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 . oslc_sysml_shapes: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 . oslc_sysml_shapes: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 . oslc_sysml_shapes:textualRepresentation a oslc:Property ; oslc:name "textualRepresentation" ; oslc:occurs oslc:Zero-or-many ; oslc:propertyDefinition oslc_sysml:textualRepresentation ; oslc:range oslc_sysml:TextualRepresentation ; oslc:readOnly false ; oslc:representation oslc:Either ; oslc:valueType oslc:Resource ; dcterms:description "The TextualRepresentations that annotate this Element."^^rdf:XMLLiteral . oslc_sysml_shapes: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 . oslc_sysml_shapes: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 . oslc_sysml_shapes: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 .